Summary

Rule nameNumber of violations
UselessStringValueOf1
ShortClassName16
AtLeastOneConstructor95
ShortMethodName5
AvoidCatchingThrowable3
NullAssignment137
AvoidThrowingRawExceptionTypes10
CognitiveComplexity38
BeanMembersShouldSerialize708
UseTryWithResources1
FieldDeclarationsShouldBeAtStartOfClass76
UselessOverridingMethod11
ReplaceHashtableWithMap2
ExcessiveClassLength19
LinguisticNaming39
UnnecessaryConstructor5
DoNotUseThreads40
ShortVariable1131
AvoidUncheckedExceptionsInSignatures22
EmptyWhileStmt1
LocalVariableNamingConventions33
AvoidLiteralsInIfCondition37
JUnitTestContainsTooManyAsserts1032
JUnitAssertionsShouldIncludeMessage4367
UnconditionalIfStatement1
JUnit5TestShouldBePackagePrivate824
CommentSize3390
SwitchDensity2
UseLocaleWithCaseConversions1
NPathComplexity25
AvoidFieldNameMatchingTypeName2
DefaultLabelNotLastInSwitchStmt1
UnusedAssignment61
AvoidPrintStackTrace3
SingularField5
UseIndexOfChar3
MethodReturnsInternalArray5
TooManyMethods144
AvoidInstantiatingObjectsInLoops44
ClassWithOnlyPrivateConstructorsShouldBeFinal19
JUnit4TestShouldUseBeforeAnnotation19
ConstructorCallsOverridableMethod39
JUnit4TestShouldUseAfterAnnotation2
UselessParentheses58
AvoidReassigningLoopVariables3
AvoidThrowingNullPointerException5
AvoidUsingVolatile5
SimplifiedTernary2
UseVarargs31
AssignmentInOperand3
InstantiationToGetClass15
AvoidBranchingStatementAsLastInLoop2
StringInstantiation3
TestClassWithoutTestCases1
PrimitiveWrapperInstantiation15
LawOfDemeter6811
OverrideBothEqualsAndHashcode5
LongVariable126
JUnitUseExpected318
NcssCount11
FormalParameterNamingConventions1
CallSuperInConstructor68
SystemPrintln12
SignatureDeclareThrowsException21
AvoidCatchingGenericException268
ReturnEmptyCollectionRatherThanNull28
AvoidProtectedFieldInFinalClass3
ReplaceEnumerationWithIterator1
UnnecessaryCast7
InefficientStringBuffering2
LiteralsFirstInComparisons23
JUnitTestsShouldIncludeAssert41
AvoidFileStream7
ReplaceVectorWithList8
ExcessiveImports5
UselessQualifiedThis35
CommentDefaultAccessModifier347
AvoidInstanceofChecksInCatchClause1
PrematureDeclaration27
OptimizableToArrayCall5
MethodArgumentCouldBeFinal2
UncommentedEmptyMethodBody5
AvoidSynchronizedAtMethodLevel40
UseConcurrentHashMap136
ClassCastExceptionWithToArray6
OnlyOneReturn806
EmptyMethodInAbstractClassShouldBeAbstract8
EmptyCatchBlock726
UseUtilityClass2
CyclomaticComplexity67
TooFewBranchesForASwitchStatement1
JUnit4SuitesShouldUseSuiteAnnotation57
AvoidThreadGroup4
DetachedTestCase8
AddEmptyString3
AppendCharacterWithChar8
GodClass30
CloneMethodMustImplementCloneable1
MethodNamingConventions172
RedundantFieldInitializer67
AvoidCatchingNPE246
ImplicitSwitchFallThrough7
AvoidDeeplyNestedIfStmts6
CloneMethodMustBePublic1
ForLoopVariableCount1
AvoidMessageDigestField1
UncommentedEmptyConstructor48
AbstractClassWithoutAbstractMethod9
UnusedLocalVariable10
LooseCoupling49
InsufficientStringBufferDeclaration5
FinalFieldCouldBeStatic5
CommentRequired2341
ConfusingTernary23
JUnit4TestShouldUseTestAnnotation885
AvoidDuplicateLiterals308
AvoidRethrowingException1
PreserveStackTrace21
SwitchStmtsShouldHaveDefault17
CloneMethodReturnTypeMustMatchClassName1
UseArraysAsList1
ConsecutiveAppendsShouldReuse11
CompareObjectsWithEquals22
UnnecessaryImport6
DoNotCallGarbageCollectionExplicitly5
ExcessiveMethodLength6
TooManyStaticImports16
ConsecutiveLiteralAppends8
UnnecessaryFullyQualifiedName49
UnnecessaryLocalBeforeReturn11
SimplifiableTestAssertion1
EqualsNull2
UseArrayListInsteadOfVector9
AvoidReassigningParameters39
CloseResource3
ExcessivePublicCount22
AvoidFieldNameMatchingMethodName50
UseShortArrayInitializer42
DataClass3
SimplifyBooleanReturns7
OneDeclarationPerLine9
FieldNamingConventions32
ArrayIsStoredDirectly3
UseUnderscoresInNumericLiterals46
UseDiamondOperator2

Detail

PMD report

Problems found

#FileLineProblem
1 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 1 Comment is too large: Too many lines
2 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 22 Comment is too large: Too many lines
3 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 56 Document empty constructor
4 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 56 It is a good practice to call super() in a constructor
5 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 88 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
6 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 89 Avoid variables with short names like n
7 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 96 Comment is too large: Too many lines
8 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 105 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
9 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 105 Avoid variables with short names like n
10 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 106 Avoid variables with short names like m
11 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 119 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
12 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 120 Avoid variables with short names like n
13 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 139 Comment is too large: Too many lines
14 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 151 Avoid variables with short names like i
15 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 152 Avoid variables with short names like n
16 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 155 Useless parentheses.
17 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 156 Useless parentheses.
18 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayStack.java 157 A method should have only one exit point, and that should be the last statement in the method
19 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 1 Comment is too large: Too many lines
20 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 20 Comment is too large: Too many lines
21 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 22 Comment is too large: Line too long
22 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 25 Comment is too large: Line too long
23 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 26 Comment is too large: Line too long
24 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 39 A class which only has private constructors should be final
25 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 46 Comment is too large: Too many lines
26 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 61 To avoid mistakes add a comment at the beginning of the contains method if you want a default access modifier
27 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 65 Comment is too large: Too many lines
28 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 71 Comment is too large: Line too long
29 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 78 Comment is too large: Line too long
30 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 81 To avoid mistakes add a comment at the beginning of the indexOf method if you want a default access modifier
31 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 85 Comment is too large: Too many lines
32 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 91 Comment is too large: Line too long
33 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 95 Comment is too large: Line too long
34 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 105 Comment is too large: Line too long
35 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 108 To avoid mistakes add a comment at the beginning of the indexOf method if you want a default access modifier
36 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 110 A method should have only one exit point, and that should be the last statement in the method
37 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 113 Avoid reassigning parameters such as 'startIndex'
38 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 118 A method should have only one exit point, and that should be the last statement in the method
39 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ArrayUtils.java 124 A method should have only one exit point, and that should be the last statement in the method
40 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 1 Comment is too large: Too many lines
41 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 23 Comment is too large: Too many lines
42 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 47 Avoid short class names like Bag
43 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 59 Comment is too large: Too many lines
44 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 80 Comment is too large: Too many lines
45 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 94 Comment is too large: Too many lines
46 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 112 Comment is too large: Too many lines
47 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 143 Comment is too large: Too many lines
48 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 164 Comment is too large: Too many lines
49 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 185 Comment is too large: Too many lines
50 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 223 Comment is too large: Line too long
51 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Bag.java 234 Comment is too large: Line too long
52 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 1 Comment is too large: Too many lines
53 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 32 Comment is too large: Line too long
54 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 36 A class which only has private constructors should be final
55 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 36 This class has too many methods, consider refactoring it.
56 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 56 Comment is too large: Too many lines
57 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 87 Comment is too large: Too many lines
58 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 100 Comment is too large: Too many lines
59 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 120 Comment is too large: Too many lines
60 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 129 Comment is too large: Line too long
61 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 142 Comment is too large: Too many lines
62 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 143 Comment is too large: Line too long
63 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 155 Comment is too large: Too many lines
64 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 186 Comment is too large: Too many lines
65 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 200 Comment is too large: Too many lines
66 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BagUtils.java 222 Comment is too large: Too many lines
67 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BidiMap.java 1 Comment is too large: Too many lines
68 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BidiMap.java 21 Comment is too large: Too many lines
69 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BidiMap.java 48 Comment is too large: Too many lines
70 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BidiMap.java 69 Comment is too large: Line too long
71 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BidiMap.java 80 Comment is too large: Too many lines
72 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BidiMap.java 100 Comment is too large: Too many lines
73 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BidiMap.java 123 Comment is too large: Too many lines
74 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BidiMap.java 139 Comment is too large: Too many lines
75 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BoundedCollection.java 1 Comment is too large: Too many lines
76 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BoundedCollection.java 21 Comment is too large: Too many lines
77 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BoundedMap.java 1 Comment is too large: Too many lines
78 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/BoundedMap.java 19 Comment is too large: Too many lines
79 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Closure.java 1 Comment is too large: Too many lines
80 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Closure.java 19 Comment is too large: Too many lines
81 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 1 Comment is too large: Too many lines
82 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 34 Comment is too large: Too many lines
83 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 61 A class which only has private constructors should be final
84 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 61 This class has too many methods, consider refactoring it.
85 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 68 Comment is too large: Too many lines
86 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 81 Comment is too large: Too many lines
87 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 94 Comment is too large: Too many lines
88 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 102 Comment is too large: Line too long
89 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 109 Comment is too large: Too many lines
90 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 125 Comment is too large: Too many lines
91 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 141 Comment is too large: Too many lines
92 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 158 Comment is too large: Too many lines
93 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 171 Comment is too large: Line too long
94 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 175 Comment is too large: Too many lines
95 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 191 Consider using varargs for methods or constructors which take an array the last parameter.
96 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 192 Comment is too large: Line too long
97 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 196 Comment is too large: Too many lines
98 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 212 Comment is too large: Too many lines
99 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 230 Comment is too large: Too many lines
100 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 248 Comment is too large: Too many lines
101 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 267 Comment is too large: Too many lines
102 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 286 Consider using varargs for methods or constructors which take an array the last parameter.
103 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 290 Comment is too large: Too many lines
104 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 316 Comment is too large: Too many lines
105 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 337 Avoid excessively long variable names like predicatesAndClosures
106 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 341 Comment is too large: Too many lines
107 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 360 Avoid excessively long variable names like objectsAndClosures
108 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ClosureUtils.java 366 Avoid variables with short names like i
109 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1 Comment is too large: Too many lines
110 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 17 This class has a bunch of public methods and attributes
111 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 44 Comment is too large: Too many lines
112 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 52 Comment is too large: Line too long
113 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 57 Avoid really long classes.
114 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 57 Possible God Class (WMC=213, ATFD=42, TCC=0.000%)
115 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 57 The class 'CollectionUtils' has a total cyclomatic complexity of 213 (highest 12).
116 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 57 This class has too many methods, consider refactoring it.
117 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 60 Comment is too large: Line too long
118 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 71 Avoid excessively long variable names like DEFAULT_TOSTRING_PREFIX
119 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 78 Avoid excessively long variable names like DEFAULT_TOSTRING_SUFFIX
120 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 100 Found non-transient, non-static member. Please mark as transient or provide accessors.
121 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 100 To avoid mistakes add a comment at the beginning of the cardinalityA field if you want a default access modifier
122 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 103 Found non-transient, non-static member. Please mark as transient or provide accessors.
123 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 103 To avoid mistakes add a comment at the beginning of the cardinalityB field if you want a default access modifier
124 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 110 Avoid variables with short names like a
125 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 110 Avoid variables with short names like b
126 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 110 To avoid mistakes add a comment at the beginning of the CardinalityHelper constructor if you want a default access modifier
127 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 154 A method should have only one exit point, and that should be the last statement in the method
128 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 167 Found non-transient, non-static member. Please mark as transient or provide accessors.
129 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 170 Found non-transient, non-static member. Please mark as transient or provide accessors.
130 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 177 Avoid variables with short names like a
131 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 177 Avoid variables with short names like b
132 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 177 To avoid mistakes add a comment at the beginning of the SetOperationCardinalityHelper constructor if you want a default access modifier
133 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 219 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
134 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 234 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 234
135 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 251 Comment is too large: Too many lines
136 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 268 Avoid variables with short names like a
137 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 268 Avoid variables with short names like b
138 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 278 Comment is too large: Too many lines
139 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 296 Avoid variables with short names like a
140 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 296 Avoid variables with short names like b
141 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 306 Comment is too large: Too many lines
142 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 312 Comment is too large: Line too long
143 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 317 Comment is too large: Line too long
144 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 319 Comment is too large: Line too long
145 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 329 Avoid variables with short names like a
146 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 329 Avoid variables with short names like b
147 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 339 Comment is too large: Too many lines
148 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 352 Avoid variables with short names like a
149 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 352 Avoid variables with short names like b
150 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 353 Avoid variables with short names like p
151 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 357 Comment is too large: Too many lines
152 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 364 Comment is too large: Line too long
153 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 368 Comment is too large: Line too long
154 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 369 Comment is too large: Line too long
155 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 383 Avoid variables with short names like a
156 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 384 Avoid variables with short names like b
157 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 385 Avoid variables with short names like p
158 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 404 Comment is too large: Too many lines
159 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 406 Comment is too large: Line too long
160 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 410 Comment is too large: Line too long
161 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 411 Comment is too large: Line too long
162 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 415 Comment is too large: Line too long
163 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 416 Comment is too large: Line too long
164 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 418 Comment is too large: Line too long
165 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 424 Comment is too large: Line too long
166 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 433 A method should have only one exit point, and that should be the last statement in the method
167 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 435 Avoid variables with short names like it
168 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 436 Avoid excessively long variable names like elementsAlreadySeen
169 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 442 Avoid excessively long variable names like foundCurrentElement
170 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 444 Avoid variables with short names like p
171 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 453 A method should have only one exit point, and that should be the last statement in the method
172 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 459 Comment is too large: Too many lines
173 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 480 A method should have only one exit point, and that should be the last statement in the method
174 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 486 A method should have only one exit point, and that should be the last statement in the method
175 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 493 Comment is too large: Too many lines
176 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 513 A method should have only one exit point, and that should be the last statement in the method
177 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 519 A method should have only one exit point, and that should be the last statement in the method
178 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 526 Comment is too large: Too many lines
179 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 535 Comment is too large: Line too long
180 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 542 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
181 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 544 Avoid variables with short names like c
182 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 548 Potential violation of Law of Demeter (object not created locally)
183 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 554 Comment is too large: Too many lines
184 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 567 Avoid variables with short names like a
185 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 567 Avoid variables with short names like b
186 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 573 A method should have only one exit point, and that should be the last statement in the method
187 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 579 Comment is too large: Too many lines
188 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 580 Comment is too large: Line too long
189 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 602 Avoid variables with short names like a
190 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 602 Avoid variables with short names like b
191 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 608 Comment is too large: Too many lines
192 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 619 Comment is too large: Line too long
193 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 622 Avoid variables with short names like a
194 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 622 Avoid variables with short names like b
195 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 626 A method should have only one exit point, and that should be the last statement in the method
196 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 629 Potential violation of Law of Demeter (static property access)
197 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 629 Potential violation of Law of Demeter (static property access)
198 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 629 Use equals() to compare object references.
199 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 630 A method should have only one exit point, and that should be the last statement in the method
200 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 632 Potential violation of Law of Demeter (static property access)
201 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 634 A method should have only one exit point, and that should be the last statement in the method
202 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 640 Comment is too large: Too many lines
203 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 659 Comment is too large: Line too long
204 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 663 Avoid variables with short names like a
205 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 664 Avoid variables with short names like b
206 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 668 The String literal "equator" appears 4 times in this file; the first occurrence is on line 668
207 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 671 A method should have only one exit point, and that should be the last statement in the method
208 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 680 Comment is too large: Too many lines
209 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 681 Comment is too large: Line too long
210 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 690 Comment is too large: Line too long
211 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 698 A method should have only one exit point, and that should be the last statement in the method
212 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 707 Comment is too large: Too many lines
213 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 718 Field comments are required
214 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 718 Found non-transient, non-static member. Please mark as transient or provide accessors.
215 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 719 Field comments are required
216 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 721 To avoid mistakes add a comment at the beginning of the EquatorWrapper constructor if you want a default access modifier
217 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 733 A method should have only one exit point, and that should be the last statement in the method
218 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 737 Potential violation of Law of Demeter (object not created locally)
219 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 746 Comment is too large: Too many lines
220 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 754 Comment is too large: Line too long
221 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 759 The String literal "collection" appears 17 times in this file; the first occurrence is on line 759
222 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 762 Comment is too large: Too many lines
223 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 763 Comment is too large: Line too long
224 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 772 Comment is too large: Line too long
225 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 773 Comment is too large: Line too long
226 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 780 Comment is too large: Too many lines
227 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 791 Comment is too large: Line too long
228 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 801 Comment is too large: Too many lines
229 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 813 Comment is too large: Line too long
230 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 823 Comment is too large: Too many lines
231 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 833 Comment is too large: Line too long
232 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 835 Comment is too large: Line too long
233 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 843 Comment is too large: Too many lines
234 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 853 Comment is too large: Line too long
235 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 855 Comment is too large: Line too long
236 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 862 Comment is too large: Too many lines
237 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 887 Comment is too large: Too many lines
238 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 891 Comment is too large: Line too long
239 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 907 Comment is too large: Too many lines
240 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 933 Potential violation of Law of Demeter (object not created locally)
241 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 944 Comment is too large: Too many lines
242 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 955 Comment is too large: Line too long
243 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 962 Comment is too large: Too many lines
244 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 973 Comment is too large: Line too long
245 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 980 Comment is too large: Too many lines
246 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 997 Comment is too large: Line too long
247 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1004 Comment is too large: Too many lines
248 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1026 Comment is too large: Too many lines
249 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1038 Comment is too large: Line too long
250 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1055 Comment is too large: Too many lines
251 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1056 Comment is too large: Line too long
252 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1078 Comment is too large: Line too long
253 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1080 Comment is too large: Line too long
254 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1086 Avoid excessively long variable names like rejectedCollection
255 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1100 Comment is too large: Too many lines
256 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1123 Comment is too large: Too many lines
257 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1135 Comment is too large: Line too long
258 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1152 Comment is too large: Too many lines
259 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1164 Comment is too large: Line too long
260 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1177 Comment is too large: Too many lines
261 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1195 Comment is too large: Too many lines
262 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1208 Comment is too large: Line too long
263 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1211 Comment is too large: Line too long
264 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1217 A method should have only one exit point, and that should be the last statement in the method
265 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1222 Comment is too large: Too many lines
266 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1235 Comment is too large: Line too long
267 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1238 Comment is too large: Line too long
268 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1253 Comment is too large: Too many lines
269 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1268 Comment is too large: Too many lines
270 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1283 A method should have only one exit point, and that should be the last statement in the method
271 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1288 Comment is too large: Too many lines
272 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1307 Comment is too large: Too many lines
273 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1326 Comment is too large: Too many lines
274 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1345 Comment is too large: Too many lines
275 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1373 To avoid mistakes add a comment at the beginning of the checkIndexBounds method if you want a default access modifier
276 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1379 Comment is too large: Too many lines
277 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1380 Comment is too large: Line too long
278 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1383 Comment is too large: Line too long
279 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1399 Comment is too large: Too many lines
280 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1416 Comment is too large: Line too long
281 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1430 The method 'get(Object, int)' has a cyclomatic complexity of 12.
282 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1430 The method 'get(Object, int)' has an NPath complexity of 256, current threshold is 200
283 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1431 Avoid variables with short names like i
284 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1437 Potential violation of Law of Demeter (method chain calls)
285 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1437 Potential violation of Law of Demeter (object not created locally)
286 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1438 A method should have only one exit point, and that should be the last statement in the method
287 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1441 A method should have only one exit point, and that should be the last statement in the method
288 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1444 Avoid variables with short names like it
289 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1445 A method should have only one exit point, and that should be the last statement in the method
290 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1449 A method should have only one exit point, and that should be the last statement in the method
291 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1452 Avoid variables with short names like it
292 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1453 A method should have only one exit point, and that should be the last statement in the method
293 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1461 New exception is thrown in catch block, original stack trace may be lost
294 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1461 Potential violation of Law of Demeter (method chain calls)
295 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1465 Comment is too large: Too many lines
296 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1466 Comment is too large: Line too long
297 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1482 Comment is too large: Too many lines
298 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1500 The method 'size(Object)' has a cognitive complexity of 21, current threshold is 15
299 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1500 The method 'size(Object)' has a cyclomatic complexity of 11.
300 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1502 A method should have only one exit point, and that should be the last statement in the method
301 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1516 Avoid variables with short names like it
302 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1517 Potential violation of Law of Demeter (object not created locally)
303 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1519 Potential violation of Law of Demeter (object not created locally)
304 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1525 New exception is thrown in catch block, original stack trace may be lost
305 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1525 Potential violation of Law of Demeter (method chain calls)
306 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1531 Comment is too large: Too many lines
307 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1553 The method 'sizeIsEmpty(Object)' has a cyclomatic complexity of 10.
308 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1553 The method 'sizeIsEmpty(Object)' has an NPath complexity of 256, current threshold is 200
309 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1555 A method should have only one exit point, and that should be the last statement in the method
310 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1558 A method should have only one exit point, and that should be the last statement in the method
311 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1561 A method should have only one exit point, and that should be the last statement in the method
312 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1564 A method should have only one exit point, and that should be the last statement in the method
313 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1567 A method should have only one exit point, and that should be the last statement in the method
314 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1570 A method should have only one exit point, and that should be the last statement in the method
315 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1573 A method should have only one exit point, and that should be the last statement in the method
316 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1578 New exception is thrown in catch block, original stack trace may be lost
317 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1578 Potential violation of Law of Demeter (method chain calls)
318 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1582 Comment is too large: Too many lines
319 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1596 Comment is too large: Too many lines
320 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1615 Consider using varargs for methods or constructors which take an array the last parameter.
321 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1617 Avoid variables with short names like i
322 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1618 Avoid variables with short names like j
323 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1630 Comment is too large: Too many lines
324 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1650 A method should have only one exit point, and that should be the last statement in the method
325 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1655 A method should have only one exit point, and that should be the last statement in the method
326 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1655 Potential violation of Law of Demeter (object not created locally)
327 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1661 Comment is too large: Too many lines
328 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1681 A method should have only one exit point, and that should be the last statement in the method
329 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1686 A method should have only one exit point, and that should be the last statement in the method
330 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1686 Potential violation of Law of Demeter (object not created locally)
331 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1692 Comment is too large: Too many lines
332 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1706 Avoid variables with short names like a
333 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1707 Avoid variables with short names like b
334 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1711 Comment is too large: Too many lines
335 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1721 Comment is too large: Line too long
336 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1727 Avoid variables with short names like a
337 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1728 Avoid variables with short names like b
338 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1733 Comment is too large: Too many lines
339 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1748 Avoid variables with short names like a
340 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1748 Avoid variables with short names like b
341 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1749 Avoid variables with short names like c
342 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1753 Comment is too large: Too many lines
343 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1764 Comment is too large: Line too long
344 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1783 A method should have only one exit point, and that should be the last statement in the method
345 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1801 Comment is too large: Too many lines
346 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1806 Comment is too large: Line too long
347 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1823 Avoid variables with short names like it
348 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1831 Comment is too large: Too many lines
349 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1835 Comment is too large: Line too long
350 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1836 Comment is too large: Line too long
351 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1841 Comment is too large: Line too long
352 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1847 Comment is too large: Line too long
353 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1848 Comment is too large: Line too long
354 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1860 Comment is too large: Too many lines
355 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1878 Comment is too large: Line too long
356 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1879 Comment is too large: Line too long
357 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1899 Avoid instantiating new objects inside loops
358 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1906 Comment is too large: Too many lines
359 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1913 Comment is too large: Line too long
360 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1914 Comment is too large: Line too long
361 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1930 Comment is too large: Too many lines
362 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1931 Comment is too large: Line too long
363 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1936 Comment is too large: Line too long
364 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1959 Avoid reassigning parameters such as 'startIndex'
365 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1963 Avoid reassigning parameters such as 'count'
366 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1970 Comment is too large: Too many lines
367 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1976 Comment is too large: Line too long
368 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1977 Comment is too large: Line too long
369 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1980 Comment is too large: Line too long
370 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1981 Comment is too large: Line too long
371 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1987 Comment is too large: Line too long
372 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1989 Comment is too large: Line too long
373 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 1998 Comment is too large: Too many lines
374 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2017 Comment is too large: Line too long
375 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2038 Avoid instantiating new objects inside loops
376 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2045 Comment is too large: Too many lines
377 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2068 Comment is too large: Line too long
378 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2076 Comment is too large: Too many lines
379 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2086 Comment is too large: Line too long
380 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2094 Comment is too large: Too many lines
381 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2097 Comment is too large: Line too long
382 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2116 Comment is too large: Too many lines
383 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2120 Comment is too large: Line too long
384 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2125 Comment is too large: Line too long
385 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2141 Comment is too large: Too many lines
386 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2148 Comment is too large: Line too long
387 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2153 Avoid using Literals in Conditional Statements
388 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/CollectionUtils.java 2156 Potential violation of Law of Demeter (method chain calls)
389 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 1 Comment is too large: Too many lines
390 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 30 Comment is too large: Too many lines
391 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 42 A class which only has private constructors should be final
392 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 44 Avoid excessively long variable names like EMPTY_COMPARATOR_ARRAY
393 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 44 Field comments are required
394 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 56 The String literal "unchecked" appears 8 times in this file; the first occurrence is on line 56
395 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 57 Avoid excessively long variable names like NATURAL_COMPARATOR
396 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 57 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
397 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 70 Comment is too large: Too many lines
398 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 75 Comment is too large: Line too long
399 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 88 Comment is too large: Too many lines
400 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 94 Comment is too large: Line too long
401 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 96 Comment is too large: Line too long
402 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 97 Comment is too large: Line too long
403 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 119 Comment is too large: Too many lines
404 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 137 Comment is too large: Too many lines
405 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 153 Avoid reassigning parameters such as 'comparator'
406 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 158 Comment is too large: Too many lines
407 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 174 Avoid reassigning parameters such as 'comparator'
408 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 179 Comment is too large: Too many lines
409 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 199 Avoid reassigning parameters such as 'comparator'
410 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 204 Comment is too large: Too many lines
411 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 216 Avoid variables with short names like o1
412 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 216 Avoid variables with short names like o2
413 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 218 Avoid reassigning parameters such as 'comparator'
414 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 220 Avoid variables with short names like c
415 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 220 Potential violation of Law of Demeter (object not created locally)
416 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 224 Comment is too large: Too many lines
417 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 236 Avoid variables with short names like o1
418 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 236 Avoid variables with short names like o2
419 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 238 Avoid reassigning parameters such as 'comparator'
420 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 240 Avoid variables with short names like c
421 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ComparatorUtils.java 240 Potential violation of Law of Demeter (object not created locally)
422 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 1 Comment is too large: Too many lines
423 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 32 A class which only has private constructors should be final
424 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 41 Comment is too large: Too many lines
425 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 42 Comment is too large: Line too long
426 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 54 Comment is too large: Too many lines
427 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 69 Avoid variables with short names like e
428 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 71 Avoid variables with short names like i
429 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 82 Comment is too large: Too many lines
430 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 89 Comment is too large: Line too long
431 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 98 Comment is too large: Line too long
432 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/EnumerationUtils.java 101 Comment is too large: Line too long
433 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 1 Comment is too large: Too many lines
434 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 19 Comment is too large: Too many lines
435 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 22 Comment is too large: Line too long
436 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 23 Comment is too large: Line too long
437 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 37 Avoid variables with short names like o1
438 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 37 Avoid variables with short names like o2
439 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 39 Comment is too large: Too many lines
440 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 40 Comment is too large: Line too long
441 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 41 Comment is too large: Line too long
442 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 42 Comment is too large: Line too long
443 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 43 Comment is too large: Line too long
444 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Equator.java 48 Avoid variables with short names like o
445 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Factory.java 1 Comment is too large: Too many lines
446 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Factory.java 19 Comment is too large: Too many lines
447 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Factory.java 23 Comment is too large: Line too long
448 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 1 Comment is too large: Too many lines
449 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 24 Comment is too large: Too many lines
450 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 44 A class which only has private constructors should be final
451 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 51 Comment is too large: Too many lines
452 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 76 Comment is too large: Too many lines
453 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 92 Comment is too large: Too many lines
454 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 107 Comment is too large: Line too long
455 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 115 Comment is too large: Too many lines
456 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 126 Avoid excessively long variable names like classToInstantiate
457 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 130 Comment is too large: Too many lines
458 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 145 Avoid excessively long variable names like classToInstantiate
459 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FactoryUtils.java 146 Consider using varargs for methods or constructors which take an array the last parameter.
460 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 1 Comment is too large: Too many lines
461 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 29 Comment is too large: Too many lines
462 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 68 This class has too many methods, consider refactoring it.
463 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
464 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 86 Comment is too large: Too many lines
465 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 95 Avoid using short method names
466 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 99 Comment is too large: Too many lines
467 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 108 Avoid using short method names
468 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 112 Comment is too large: Too many lines
469 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 125 Avoid using short method names
470 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 128 A method should have only one exit point, and that should be the last statement in the method
471 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 139 To avoid mistakes add a comment at the beginning of the FluentIterable constructor if you want a default access modifier
472 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 166 Comment is too large: Too many lines
473 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 179 Comment is too large: Too many lines
474 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 201 Comment is too large: Too many lines
475 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 227 Comment is too large: Too many lines
476 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 288 Comment is too large: Too many lines
477 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 301 Comment is too large: Too many lines
478 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 334 Comment is too large: Too many lines
479 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 347 Comment is too large: Too many lines
480 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 379 Comment is too large: Too many lines
481 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 394 Comment is too large: Too many lines
482 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 400 Comment is too large: Line too long
483 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FluentIterable.java 437 Comment is too large: Too many lines
484 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FunctorException.java 1 Comment is too large: Too many lines
485 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FunctorException.java 34 Document empty constructor
486 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/FunctorException.java 34 It is a good practice to call super() in a constructor
487 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Get.java 1 Comment is too large: Too many lines
488 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Get.java 22 Comment is too large: Too many lines
489 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Get.java 31 Avoid short class names like Get
490 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableGet.java 1 Comment is too large: Too many lines
491 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableGet.java 19 Comment is too large: Too many lines
492 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableGet.java 29 Comment is too large: Too many lines
493 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableMap.java 1 Comment is too large: Too many lines
494 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableMap.java 21 Comment is too large: Too many lines
495 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableMap.java 22 Comment is too large: Line too long
496 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableSortedMap.java 1 Comment is too large: Too many lines
497 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 1 Comment is too large: Too many lines
498 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 17 This class has a bunch of public methods and attributes
499 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 33 Comment is too large: Too many lines
500 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 40 Comment is too large: Line too long
501 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 41 Comment is too large: Line too long
502 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 43 Comment is too large: Line too long
503 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 44 Comment is too large: Line too long
504 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 45 Comment is too large: Line too long
505 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 51 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
506 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 51 Avoid really long classes.
507 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 51 Possible God Class (WMC=66, ATFD=15, TCC=0.000%)
508 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 51 This class has too many methods, consider refactoring it.
509 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 57 To avoid mistakes add a comment at the beginning of the EMPTY_ITERABLE field if you want a default access modifier
510 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 75 The String literal "unchecked" appears 8 times in this file; the first occurrence is on line 75
511 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 83 Comment is too large: Too many lines
512 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 87 Comment is too large: Line too long
513 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 90 Comment is too large: Line too long
514 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 100 Avoid variables with short names like a
515 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 101 Avoid variables with short names like b
516 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 105 Comment is too large: Too many lines
517 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 112 Comment is too large: Line too long
518 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 123 Avoid variables with short names like a
519 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 124 Avoid variables with short names like b
520 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 125 Avoid variables with short names like c
521 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 129 Comment is too large: Too many lines
522 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 136 Comment is too large: Line too long
523 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 148 Avoid variables with short names like a
524 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 149 Avoid variables with short names like b
525 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 150 Avoid variables with short names like c
526 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 151 Avoid variables with short names like d
527 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 155 Comment is too large: Too many lines
528 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 162 Comment is too large: Line too long
529 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 179 A method should have only one exit point, and that should be the last statement in the method
530 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 191 Comment is too large: Too many lines
531 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 204 Avoid variables with short names like a
532 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 205 Avoid variables with short names like b
533 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 215 Comment is too large: Too many lines
534 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 232 Avoid variables with short names like a
535 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 233 Avoid variables with short names like b
536 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 246 Comment is too large: Too many lines
537 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 262 The String literal "predicate" appears 4 times in this file; the first occurrence is on line 262
538 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 274 Comment is too large: Too many lines
539 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 278 Comment is too large: Line too long
540 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 305 Comment is too large: Too many lines
541 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 329 A method should have only one exit point, and that should be the last statement in the method
542 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 341 Comment is too large: Too many lines
543 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 362 Useless parentheses.
544 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 373 Comment is too large: Too many lines
545 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 376 Comment is too large: Line too long
546 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 381 Comment is too large: Line too long
547 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 403 Comment is too large: Too many lines
548 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 407 Comment is too large: Line too long
549 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 432 Comment is too large: Too many lines
550 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 457 Comment is too large: Too many lines
551 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 470 A method should have only one exit point, and that should be the last statement in the method
552 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 479 Field comments are required
553 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 479 Found non-transient, non-static member. Please mark as transient or provide accessors.
554 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 481 It is a good practice to call super() in a constructor
555 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 481 To avoid mistakes add a comment at the beginning of the UnmodifiableIterable constructor if you want a default access modifier
556 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 494 Comment is too large: Too many lines
557 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 501 Comment is too large: Line too long
558 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 510 Avoid variables with short names like a
559 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 511 Avoid variables with short names like b
560 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 522 Comment is too large: Too many lines
561 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 529 Comment is too large: Line too long
562 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 584 Comment is too large: Too many lines
563 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 598 Comment is too large: Too many lines
564 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 599 Comment is too large: Line too long
565 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 606 Comment is too large: Line too long
566 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 613 Comment is too large: Too many lines
567 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 622 Comment is too large: Line too long
568 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 629 Comment is too large: Too many lines
569 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 645 Comment is too large: Too many lines
570 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 653 Comment is too large: Line too long
571 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 660 Comment is too large: Too many lines
572 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 686 A method should have only one exit point, and that should be the last statement in the method
573 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 691 Comment is too large: Too many lines
574 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 703 A method should have only one exit point, and that should be the last statement in the method
575 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 708 Comment is too large: Too many lines
576 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 731 Comment is too large: Too many lines
577 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 742 A method should have only one exit point, and that should be the last statement in the method
578 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 745 A method should have only one exit point, and that should be the last statement in the method
579 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 750 Comment is too large: Too many lines
580 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 751 Comment is too large: Line too long
581 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 754 Comment is too large: Line too long
582 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 765 A method should have only one exit point, and that should be the last statement in the method
583 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 770 Comment is too large: Too many lines
584 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 773 Comment is too large: Line too long
585 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 777 Comment is too large: Line too long
586 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 800 A method should have only one exit point, and that should be the last statement in the method
587 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 803 A method should have only one exit point, and that should be the last statement in the method
588 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 808 Comment is too large: Too many lines
589 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 826 Comment is too large: Line too long
590 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 839 Avoid using implementation types like 'ArrayList'; use the interface instead
591 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 841 Array initialization can be written shorter
592 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 845 Comment is too large: Too many lines
593 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 862 Comment is too large: Line too long
594 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 868 Comment is too large: Line too long
595 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 881 Avoid using implementation types like 'ArrayList'; use the interface instead
596 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 885 Comment is too large: Too many lines
597 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 902 Comment is too large: Line too long
598 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 910 Comment is too large: Line too long
599 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 926 A method should have only one exit point, and that should be the last statement in the method
600 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 935 Avoid using Literals in Conditional Statements
601 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 939 A method should have only one exit point, and that should be the last statement in the method
602 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 943 Avoid excessively long variable names like numberOfPredicates
603 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 944 Avoid excessively long variable names like numberOfPartitions
604 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 958 Potential violation of Law of Demeter (method chain calls)
605 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 967 Potential violation of Law of Demeter (method chain calls)
606 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 985 Comment is too large: Too many lines
607 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 1001 Comment is too large: Too many lines
608 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 1011 Comment is too large: Line too long
609 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 1021 Comment is too large: Too many lines
610 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 1031 Comment is too large: Line too long
611 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 1036 Comment is too large: Line too long
612 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 1056 To avoid mistakes add a comment at the beginning of the checkNotNull method if you want a default access modifier
613 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IterableUtils.java 1066 To avoid mistakes add a comment at the beginning of the checkNotNull method if you want a default access modifier
614 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1 Comment is too large: Too many lines
615 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 17 A high number of imports can indicate a high degree of coupling within an object.
616 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 17 This class has a bunch of public methods and attributes
617 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 75 A class which only has private constructors should be final
618 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 75 Avoid really long classes.
619 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 75 Possible God Class (WMC=111, ATFD=16, TCC=0.043%)
620 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 75 The class 'IteratorUtils' has a total cyclomatic complexity of 111 (highest 14).
621 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 75 This class has too many methods, consider refactoring it.
622 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 82 The String literal "rawtypes" appears 5 times in this file; the first occurrence is on line 82
623 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 89 Avoid excessively long variable names like EMPTY_LIST_ITERATOR
624 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 95 Avoid excessively long variable names like EMPTY_ORDERED_ITERATOR
625 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 101 Avoid excessively long variable names like EMPTY_MAP_ITERATOR
626 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 107 Avoid excessively long variable names like EMPTY_ORDERED_MAP_ITERATOR
627 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 112 Avoid excessively long variable names like DEFAULT_TOSTRING_DELIMITER
628 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 132 Comment is too large: Too many lines
629 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 145 Comment is too large: Too many lines
630 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 158 Comment is too large: Too many lines
631 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 172 Comment is too large: Too many lines
632 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 187 Comment is too large: Too many lines
633 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 201 Comment is too large: Too many lines
634 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 228 Comment is too large: Too many lines
635 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 244 Comment is too large: Too many lines
636 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 259 Comment is too large: Too many lines
637 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 278 Comment is too large: Too many lines
638 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 294 Comment is too large: Too many lines
639 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 305 Comment is too large: Line too long
640 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 325 Comment is too large: Too many lines
641 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 341 Comment is too large: Too many lines
642 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 355 Comment is too large: Too many lines
643 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 373 Comment is too large: Too many lines
644 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 389 Comment is too large: Too many lines
645 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 400 Comment is too large: Line too long
646 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 409 Comment is too large: Too many lines
647 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 425 Comment is too large: Too many lines
648 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 435 Comment is too large: Line too long
649 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 448 Comment is too large: Too many lines
650 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 461 Comment is too large: Too many lines
651 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 475 Comment is too large: Too many lines
652 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 491 Comment is too large: Too many lines
653 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 503 Comment is too large: Line too long
654 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 508 Comment is too large: Too many lines
655 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 521 Comment is too large: Too many lines
656 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 529 Comment is too large: Line too long
657 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 536 Comment is too large: Too many lines
658 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 556 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 556
659 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 562 Comment is too large: Too many lines
660 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 576 Comment is too large: Line too long
661 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 586 Comment is too large: Too many lines
662 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 601 Comment is too large: Line too long
663 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 612 Comment is too large: Too many lines
664 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 615 Comment is too large: Line too long
665 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 654 Comment is too large: Line too long
666 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 661 Comment is too large: Line too long
667 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 662 Comment is too large: Line too long
668 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 672 Comment is too large: Too many lines
669 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 688 The String literal "iterator" appears 10 times in this file; the first occurrence is on line 688
670 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 694 Comment is too large: Too many lines
671 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 709 The String literal "predicate" appears 5 times in this file; the first occurrence is on line 709
672 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 713 Comment is too large: Too many lines
673 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 734 Comment is too large: Too many lines
674 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 750 Comment is too large: Too many lines
675 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 767 Comment is too large: Too many lines
676 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 780 Comment is too large: Too many lines
677 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 803 Comment is too large: Too many lines
678 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 818 Comment is too large: Too many lines
679 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 832 Comment is too large: Too many lines
680 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 848 Comment is too large: Too many lines
681 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 858 Avoid variables with short names like a
682 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 859 Avoid variables with short names like b
683 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 863 Comment is too large: Too many lines
684 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 874 Avoid variables with short names like a
685 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 875 Avoid variables with short names like b
686 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 876 Avoid variables with short names like c
687 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 880 Comment is too large: Too many lines
688 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 906 Comment is too large: Too many lines
689 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 912 Comment is too large: Line too long
690 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 934 Comment is too large: Too many lines
691 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 935 Comment is too large: Line too long
692 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 948 Comment is too large: Too many lines
693 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 962 Comment is too large: Too many lines
694 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 978 Comment is too large: Too many lines
695 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 991 Potential violation of Law of Demeter (object not created locally)
696 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 994 Comment is too large: Too many lines
697 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1012 Potential violation of Law of Demeter (object not created locally)
698 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1013 Potential violation of Law of Demeter (object not created locally)
699 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1016 Comment is too large: Too many lines
700 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1031 Comment is too large: Too many lines
701 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1046 Avoid using Literals in Conditional Statements
702 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1056 Comment is too large: Too many lines
703 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1077 The method 'getIterator(Object)' has a cyclomatic complexity of 14.
704 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1077 The method 'getIterator(Object)' has an NPath complexity of 4096, current threshold is 200
705 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1079 A method should have only one exit point, and that should be the last statement in the method
706 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1082 A method should have only one exit point, and that should be the last statement in the method
707 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1085 A method should have only one exit point, and that should be the last statement in the method
708 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1088 A method should have only one exit point, and that should be the last statement in the method
709 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1091 A method should have only one exit point, and that should be the last statement in the method
710 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1094 A method should have only one exit point, and that should be the last statement in the method
711 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1097 A method should have only one exit point, and that should be the last statement in the method
712 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1100 A method should have only one exit point, and that should be the last statement in the method
713 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1103 A method should have only one exit point, and that should be the last statement in the method
714 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1105 Potential violation of Law of Demeter (method chain calls)
715 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1106 A method should have only one exit point, and that should be the last statement in the method
716 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1110 Potential violation of Law of Demeter (object not created locally)
717 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1111 Avoid variables with short names like it
718 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1111 Potential violation of Law of Demeter (object not created locally)
719 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1113 A method should have only one exit point, and that should be the last statement in the method
720 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
721 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1116 Avoid empty catch blocks
722 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1125 Comment is too large: Too many lines
723 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1145 Comment is too large: Too many lines
724 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1164 A method should have only one exit point, and that should be the last statement in the method
725 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1172 Comment is too large: Too many lines
726 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1173 Comment is too large: Line too long
727 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1180 Comment is too large: Line too long
728 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1191 A method should have only one exit point, and that should be the last statement in the method
729 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1198 Comment is too large: Too many lines
730 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1207 Comment is too large: Line too long
731 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1218 A method should have only one exit point, and that should be the last statement in the method
732 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1225 Comment is too large: Too many lines
733 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1233 Comment is too large: Line too long
734 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1241 Comment is too large: Too many lines
735 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1261 A method should have only one exit point, and that should be the last statement in the method
736 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1268 Comment is too large: Too many lines
737 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1281 Comment is too large: Too many lines
738 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1296 Comment is too large: Too many lines
739 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1311 Avoid variables with short names like i
740 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1323 Comment is too large: Too many lines
741 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1343 Comment is too large: Too many lines
742 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1363 Comment is too large: Too many lines
743 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1382 Comment is too large: Too many lines
744 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1392 Comment is too large: Line too long
745 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1403 Comment is too large: Too many lines
746 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1413 Comment is too large: Line too long
747 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/IteratorUtils.java 1418 Comment is too large: Line too long
748 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/KeyValue.java 1 Comment is too large: Too many lines
749 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/KeyValue.java 19 Comment is too large: Too many lines
750 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 1 Comment is too large: Too many lines
751 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 44 This class has too many methods, consider refactoring it.
752 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 49 Field comments are required
753 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
754 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 51 It is a good practice to call super() in a constructor
755 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 51 To avoid mistakes add a comment at the beginning of the CharSequenceAsList constructor if you want a default access modifier
756 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 71 Avoid using implementation types like 'ArrayList'; use the interface instead
757 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 71 Field comments are required
758 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
759 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 73 To avoid mistakes add a comment at the beginning of the LcsVisitor constructor if you want a default access modifier
760 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 77 Public method and constructor comments are required
761 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 102 Field comments are required
762 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 102 Found non-transient, non-static member. Please mark as transient or provide accessors.
763 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 103 Field comments are required
764 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 103 Field size has the same name as a method
765 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 103 Found non-transient, non-static member. Please mark as transient or provide accessors.
766 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 105 It is a good practice to call super() in a constructor
767 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 112 Avoid declaring a variable if it is unreferenced before a possible exit point.
768 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 136 Comment is too large: Too many lines
769 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 162 Comment is too large: Too many lines
770 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 177 Comment is too large: Too many lines
771 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 188 Parameter 'list' is not assigned and could be declared final
772 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 189 Potential violation of Law of Demeter (method chain calls)
773 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 192 Comment is too large: Too many lines
774 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 203 Parameter 'list' is not assigned and could be declared final
775 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 204 Potential violation of Law of Demeter (method chain calls)
776 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 207 Comment is too large: Too many lines
777 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 221 A method should have only one exit point, and that should be the last statement in the method
778 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 224 Avoid variables with short names like it
779 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 228 Potential violation of Law of Demeter (object not created locally)
780 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 233 Comment is too large: Too many lines
781 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 242 Comment is too large: Line too long
782 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 249 A method should have only one exit point, and that should be the last statement in the method
783 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 256 Comment is too large: Too many lines
784 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 287 Comment is too large: Too many lines
785 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 317 Use equals() to compare object references.
786 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 318 A method should have only one exit point, and that should be the last statement in the method
787 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 321 A method should have only one exit point, and that should be the last statement in the method
788 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 326 The initializer for variable 'obj1' is never used (overwritten on line 330)
789 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 327 The initializer for variable 'obj2' is never used (overwritten on line 331)
790 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 334 A method should have only one exit point, and that should be the last statement in the method
791 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 341 Comment is too large: Too many lines
792 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 356 Comment is too large: Line too long
793 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 375 Comment is too large: Too many lines
794 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 386 Comment is too large: Line too long
795 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 387 Comment is too large: Line too long
796 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 406 Comment is too large: Too many lines
797 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 407 Comment is too large: Line too long
798 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 409 Comment is too large: Line too long
799 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 423 Avoid variables with short names like sb
800 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 430 Comment is too large: Too many lines
801 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 440 Avoid variables with short names like a
802 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 440 Avoid variables with short names like b
803 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 444 Comment is too large: Too many lines
804 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 464 Potential violation of Law of Demeter (object not created locally)
805 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 468 Comment is too large: Too many lines
806 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 498 Comment is too large: Too many lines
807 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 501 Comment is too large: Line too long
808 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 516 Comment is too large: Too many lines
809 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 522 Comment is too large: Line too long
810 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 526 Comment is too large: Line too long
811 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 527 Comment is too large: Line too long
812 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 532 Comment is too large: Line too long
813 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 549 Comment is too large: Too many lines
814 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 553 Comment is too large: Line too long
815 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 554 Comment is too large: Line too long
816 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 555 Comment is too large: Line too long
817 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 559 Comment is too large: Line too long
818 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 564 Comment is too large: Line too long
819 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 565 Comment is too large: Line too long
820 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 582 Comment is too large: Too many lines
821 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 602 Comment is too large: Too many lines
822 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 622 Comment is too large: Too many lines
823 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 649 Comment is too large: Too many lines
824 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 663 Comment is too large: Too many lines
825 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 690 Comment is too large: Too many lines
826 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 715 Comment is too large: Too many lines
827 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListUtils.java 733 Comment is too large: Too many lines
828 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListValuedMap.java 1 Comment is too large: Too many lines
829 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListValuedMap.java 21 Comment is too large: Too many lines
830 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListValuedMap.java 27 Comment is too large: Line too long
831 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListValuedMap.java 28 Comment is too large: Line too long
832 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListValuedMap.java 37 Comment is too large: Too many lines
833 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ListValuedMap.java 53 Comment is too large: Too many lines
834 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapIterator.java 1 Comment is too large: Too many lines
835 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapIterator.java 21 Comment is too large: Too many lines
836 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapIterator.java 87 Comment is too large: Too many lines
837 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapIterator.java 88 Comment is too large: Line too long
838 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapIterator.java 100 Comment is too large: Too many lines
839 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapIterator.java 110 Linguistics Antipattern - The setter 'setValue' should not return any type except void linguistically
840 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1 Comment is too large: Too many lines
841 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 17 A high number of imports can indicate a high degree of coupling within an object.
842 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 17 This class has a bunch of public methods and attributes
843 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 54 Comment is too large: Too many lines
844 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 55 Comment is too large: Line too long
845 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 57 Comment is too large: Line too long
846 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 82 A class which only has private constructors should be final
847 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 82 Avoid really long classes.
848 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 82 Possible God Class (WMC=168, ATFD=31, TCC=0.000%)
849 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 82 The class 'MapUtils' has a total cyclomatic complexity of 168 (highest 13).
850 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 82 This class has too many methods, consider refactoring it.
851 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 95 Comment is too large: Too many lines
852 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 96 Comment is too large: Line too long
853 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 112 Comment is too large: Too many lines
854 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 113 Comment is too large: Line too long
855 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 135 Comment is too large: Too many lines
856 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 136 Comment is too large: Line too long
857 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 152 Comment is too large: Too many lines
858 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 155 Comment is too large: Line too long
859 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 159 Comment is too large: Line too long
860 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 164 Comment is too large: Line too long
861 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 166 Comment is too large: Line too long
862 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 174 Comment is too large: Line too long
863 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 185 Comment is too large: Too many lines
864 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 186 Comment is too large: Line too long
865 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 187 Comment is too large: Line too long
866 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 199 Comment is too large: Too many lines
867 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 200 Comment is too large: Line too long
868 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 201 Comment is too large: Line too long
869 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 213 Comment is too large: Too many lines
870 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 216 Comment is too large: Line too long
871 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 217 Comment is too large: Line too long
872 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 218 Comment is too large: Line too long
873 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 226 The method 'getBoolean(Map, K)' has a cognitive complexity of 16, current threshold is 15
874 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 230 Deeply nested if..then statements are hard to read
875 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 231 A method should have only one exit point, and that should be the last statement in the method
876 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 233 Deeply nested if..then statements are hard to read
877 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 234 A method should have only one exit point, and that should be the last statement in the method
878 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 236 Deeply nested if..then statements are hard to read
879 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 237 Avoid variables with short names like n
880 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 238 A method should have only one exit point, and that should be the last statement in the method
881 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 238 Avoid if (x != y) ..; else ..;
882 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 238 Potential violation of Law of Demeter (object not created locally)
883 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 245 Comment is too large: Too many lines
884 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 246 Comment is too large: Line too long
885 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 252 Comment is too large: Line too long
886 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 253 Comment is too large: Line too long
887 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 260 Comment is too large: Too many lines
888 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 261 Comment is too large: Line too long
889 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 267 Comment is too large: Line too long
890 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 268 Comment is too large: Line too long
891 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 279 Comment is too large: Too many lines
892 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 282 Comment is too large: Line too long
893 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 283 Comment is too large: Line too long
894 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 284 Comment is too large: Line too long
895 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 294 Potential violation of Law of Demeter (static property access)
896 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 299 Comment is too large: Too many lines
897 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 300 Comment is too large: Line too long
898 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 302 Comment is too large: Line too long
899 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 303 Comment is too large: Line too long
900 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 304 Comment is too large: Line too long
901 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 312 Comment is too large: Line too long
902 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 315 Potential violation of Law of Demeter (method chain calls)
903 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 318 Comment is too large: Too many lines
904 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 319 Comment is too large: Line too long
905 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 322 Comment is too large: Line too long
906 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 323 Comment is too large: Line too long
907 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 324 Comment is too large: Line too long
908 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 331 Comment is too large: Line too long
909 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 332 Comment is too large: Line too long
910 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 338 Potential violation of Law of Demeter (method chain calls)
911 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 341 Comment is too large: Too many lines
912 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 355 A method should have only one exit point, and that should be the last statement in the method
913 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 358 A method should have only one exit point, and that should be the last statement in the method
914 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 360 Potential violation of Law of Demeter (object not created locally)
915 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 363 Comment is too large: Too many lines
916 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 364 Comment is too large: Line too long
917 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 370 Comment is too large: Line too long
918 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 371 Comment is too large: Line too long
919 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 378 Comment is too large: Too many lines
920 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 379 Comment is too large: Line too long
921 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 385 Comment is too large: Line too long
922 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 386 Comment is too large: Line too long
923 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 394 Comment is too large: Too many lines
924 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 406 Potential violation of Law of Demeter (method chain calls)
925 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 409 Comment is too large: Too many lines
926 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 410 Comment is too large: Line too long
927 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 422 Potential violation of Law of Demeter (method chain calls)
928 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 425 Comment is too large: Too many lines
929 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 426 Comment is too large: Line too long
930 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 435 Comment is too large: Line too long
931 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 436 Comment is too large: Line too long
932 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 445 Comment is too large: Too many lines
933 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 459 A method should have only one exit point, and that should be the last statement in the method
934 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 462 A method should have only one exit point, and that should be the last statement in the method
935 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 464 Potential violation of Law of Demeter (object not created locally)
936 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 467 Comment is too large: Too many lines
937 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 468 Comment is too large: Line too long
938 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 474 Comment is too large: Line too long
939 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 475 Comment is too large: Line too long
940 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 482 Comment is too large: Too many lines
941 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 483 Comment is too large: Line too long
942 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 489 Comment is too large: Line too long
943 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 490 Comment is too large: Line too long
944 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 499 Comment is too large: Too many lines
945 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 511 Potential violation of Law of Demeter (method chain calls)
946 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 514 Comment is too large: Too many lines
947 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 515 Comment is too large: Line too long
948 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 524 Comment is too large: Line too long
949 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 527 Potential violation of Law of Demeter (method chain calls)
950 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 530 Comment is too large: Too many lines
951 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 531 Comment is too large: Line too long
952 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 540 Comment is too large: Line too long
953 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 541 Comment is too large: Line too long
954 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 547 Potential violation of Law of Demeter (method chain calls)
955 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 550 Comment is too large: Too many lines
956 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 564 A method should have only one exit point, and that should be the last statement in the method
957 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 567 A method should have only one exit point, and that should be the last statement in the method
958 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 569 Potential violation of Law of Demeter (object not created locally)
959 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 572 Comment is too large: Too many lines
960 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 573 Comment is too large: Line too long
961 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 579 Comment is too large: Line too long
962 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 580 Comment is too large: Line too long
963 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 587 Comment is too large: Too many lines
964 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 588 Comment is too large: Line too long
965 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 594 Comment is too large: Line too long
966 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 595 Comment is too large: Line too long
967 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 604 Comment is too large: Too many lines
968 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 616 Potential violation of Law of Demeter (method chain calls)
969 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 619 Comment is too large: Too many lines
970 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 620 Comment is too large: Line too long
971 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 632 Potential violation of Law of Demeter (method chain calls)
972 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 635 Comment is too large: Too many lines
973 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 636 Comment is too large: Line too long
974 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 645 Comment is too large: Line too long
975 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 646 Comment is too large: Line too long
976 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 652 Potential violation of Law of Demeter (method chain calls)
977 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 655 Comment is too large: Too many lines
978 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 669 A method should have only one exit point, and that should be the last statement in the method
979 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 672 A method should have only one exit point, and that should be the last statement in the method
980 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 674 Potential violation of Law of Demeter (object not created locally)
981 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 677 Comment is too large: Too many lines
982 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 678 Comment is too large: Line too long
983 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 684 Comment is too large: Line too long
984 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 685 Comment is too large: Line too long
985 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 694 Comment is too large: Too many lines
986 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 695 Comment is too large: Line too long
987 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 701 Comment is too large: Line too long
988 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 702 Comment is too large: Line too long
989 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 709 Comment is too large: Too many lines
990 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 721 Potential violation of Law of Demeter (method chain calls)
991 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 724 Comment is too large: Too many lines
992 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 725 Comment is too large: Line too long
993 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 734 Comment is too large: Line too long
994 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 735 Comment is too large: Line too long
995 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 741 Potential violation of Law of Demeter (method chain calls)
996 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 744 Comment is too large: Too many lines
997 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 745 Comment is too large: Line too long
998 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 757 Potential violation of Law of Demeter (method chain calls)
999 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 760 Comment is too large: Too many lines
1000 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 774 A method should have only one exit point, and that should be the last statement in the method
1001 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 777 A method should have only one exit point, and that should be the last statement in the method
1002 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 779 Potential violation of Law of Demeter (object not created locally)
1003 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 782 Comment is too large: Too many lines
1004 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 783 Comment is too large: Line too long
1005 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 789 Comment is too large: Line too long
1006 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 790 Comment is too large: Line too long
1007 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 798 Comment is too large: Too many lines
1008 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 799 Comment is too large: Line too long
1009 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 805 Comment is too large: Line too long
1010 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 806 Comment is too large: Line too long
1011 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 813 Comment is too large: Too many lines
1012 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 825 Potential violation of Law of Demeter (method chain calls)
1013 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 828 Comment is too large: Too many lines
1014 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 829 Comment is too large: Line too long
1015 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 838 Comment is too large: Line too long
1016 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 839 Comment is too large: Line too long
1017 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 845 Potential violation of Law of Demeter (method chain calls)
1018 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 848 Comment is too large: Too many lines
1019 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 849 Comment is too large: Line too long
1020 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 861 Potential violation of Law of Demeter (method chain calls)
1021 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 864 Comment is too large: Too many lines
1022 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 867 Comment is too large: Line too long
1023 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 879 A method should have only one exit point, and that should be the last statement in the method
1024 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 882 Return an empty collection rather than null.
1025 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 885 Comment is too large: Too many lines
1026 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 886 Comment is too large: Line too long
1027 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 892 Comment is too large: Line too long
1028 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 893 Comment is too large: Line too long
1029 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 902 Comment is too large: Too many lines
1030 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 903 Comment is too large: Line too long
1031 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 909 Comment is too large: Line too long
1032 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 910 Comment is too large: Line too long
1033 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 917 Comment is too large: Too many lines
1034 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 920 Comment is too large: Line too long
1035 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 921 Comment is too large: Line too long
1036 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 934 Deeply nested if..then statements are hard to read
1037 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 935 A method should have only one exit point, and that should be the last statement in the method
1038 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 937 Deeply nested if..then statements are hard to read
1039 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 940 A method should have only one exit point, and that should be the last statement in the method
1040 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 940 Potential violation of Law of Demeter (method chain calls)
1041 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 950 Comment is too large: Too many lines
1042 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 951 Comment is too large: Line too long
1043 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 957 Comment is too large: Line too long
1044 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 958 Comment is too large: Line too long
1045 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 967 Comment is too large: Too many lines
1046 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 968 Comment is too large: Line too long
1047 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 974 Comment is too large: Line too long
1048 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 975 Comment is too large: Line too long
1049 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 983 Comment is too large: Too many lines
1050 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 994 A method should have only one exit point, and that should be the last statement in the method
1051 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1000 Comment is too large: Too many lines
1052 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1001 Comment is too large: Line too long
1053 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1008 Comment is too large: Line too long
1054 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1014 A method should have only one exit point, and that should be the last statement in the method
1055 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1020 Comment is too large: Too many lines
1056 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1034 A method should have only one exit point, and that should be the last statement in the method
1057 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1037 A method should have only one exit point, and that should be the last statement in the method
1058 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1039 Potential violation of Law of Demeter (object not created locally)
1059 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1042 Comment is too large: Too many lines
1060 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1043 Comment is too large: Line too long
1061 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1049 Comment is too large: Line too long
1062 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1050 Comment is too large: Line too long
1063 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1059 Comment is too large: Too many lines
1064 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1060 Comment is too large: Line too long
1065 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1066 Comment is too large: Line too long
1066 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1067 Comment is too large: Line too long
1067 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1074 Comment is too large: Too many lines
1068 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1086 Potential violation of Law of Demeter (method chain calls)
1069 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1089 Comment is too large: Too many lines
1070 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1090 Comment is too large: Line too long
1071 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1099 Comment is too large: Line too long
1072 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1100 Comment is too large: Line too long
1073 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1109 Comment is too large: Too many lines
1074 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1110 Comment is too large: Line too long
1075 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1122 Potential violation of Law of Demeter (method chain calls)
1076 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1125 Comment is too large: Too many lines
1077 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1140 A method should have only one exit point, and that should be the last statement in the method
1078 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1140 Potential violation of Law of Demeter (object not created locally)
1079 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1146 Comment is too large: Too many lines
1080 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1147 Comment is too large: Line too long
1081 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1153 Comment is too large: Line too long
1082 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1154 Comment is too large: Line too long
1083 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1163 Comment is too large: Too many lines
1084 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1164 Comment is too large: Line too long
1085 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1170 Comment is too large: Line too long
1086 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1171 Comment is too large: Line too long
1087 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1180 Comment is too large: Too many lines
1088 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1181 Comment is too large: Line too long
1089 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1183 Comment is too large: Line too long
1090 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1184 Comment is too large: Line too long
1091 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1195 The String literal "map" appears 4 times in this file; the first occurrence is on line 1,195
1092 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1196 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
1093 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1203 Comment is too large: Too many lines
1094 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1217 Comment is too large: Too many lines
1095 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1231 Comment is too large: Too many lines
1096 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1248 Comment is too large: Too many lines
1097 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1266 Comment is too large: Too many lines
1098 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1269 Comment is too large: Line too long
1099 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1270 Comment is too large: Line too long
1100 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1286 Comment is too large: Line too long
1101 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1303 Comment is too large: Too many lines
1102 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1306 Comment is too large: Line too long
1103 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1307 Comment is too large: Line too long
1104 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1308 Comment is too large: Line too long
1105 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1324 Comment is too large: Line too long
1106 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1325 Comment is too large: Line too long
1107 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1329 Comment is too large: Line too long
1108 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1330 Comment is too large: Line too long
1109 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1337 Comment is too large: Line too long
1110 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1342 Avoid excessively long variable names like transformerFactory
1111 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1346 Comment is too large: Too many lines
1112 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1349 Comment is too large: Line too long
1113 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1350 Comment is too large: Line too long
1114 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1365 Comment is too large: Line too long
1115 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1380 Comment is too large: Too many lines
1116 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1383 Comment is too large: Line too long
1117 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1384 Comment is too large: Line too long
1118 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1385 Comment is too large: Line too long
1119 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1400 Comment is too large: Line too long
1120 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1401 Comment is too large: Line too long
1121 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1405 Comment is too large: Line too long
1122 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1406 Comment is too large: Line too long
1123 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1413 Comment is too large: Line too long
1124 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1418 Avoid excessively long variable names like transformerFactory
1125 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1422 Comment is too large: Too many lines
1126 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1423 Comment is too large: Line too long
1127 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1428 Comment is too large: Line too long
1128 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1438 Comment is too large: Too many lines
1129 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1439 Comment is too large: Line too long
1130 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1445 Comment is too large: Line too long
1131 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1447 Comment is too large: Line too long
1132 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1458 Comment is too large: Too many lines
1133 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1459 Comment is too large: Line too long
1134 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1467 Comment is too large: Line too long
1135 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1479 Comment is too large: Too many lines
1136 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1480 Comment is too large: Line too long
1137 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1482 Comment is too large: Line too long
1138 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1496 Comment is too large: Too many lines
1139 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1497 Comment is too large: Line too long
1140 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1504 Comment is too large: Line too long
1141 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1505 Comment is too large: Line too long
1142 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1517 Comment is too large: Too many lines
1143 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1518 Comment is too large: Line too long
1144 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1525 Comment is too large: Line too long
1145 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1533 Comment is too large: Too many lines
1146 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1534 Comment is too large: Line too long
1147 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1541 Comment is too large: Line too long
1148 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1542 Comment is too large: Line too long
1149 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1554 Comment is too large: Too many lines
1150 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1555 Comment is too large: Line too long
1151 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1562 Comment is too large: Line too long
1152 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1570 Comment is too large: Too many lines
1153 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1573 Comment is too large: Line too long
1154 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1574 Comment is too large: Line too long
1155 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1575 Comment is too large: Line too long
1156 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1592 Comment is too large: Too many lines
1157 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1595 Comment is too large: Line too long
1158 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1596 Comment is too large: Line too long
1159 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1597 Comment is too large: Line too long
1160 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1627 Comment is too large: Too many lines
1161 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1630 Comment is too large: Line too long
1162 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1634 Comment is too large: Line too long
1163 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1635 Comment is too large: Line too long
1164 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1636 Comment is too large: Line too long
1165 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1645 Comment is too large: Line too long
1166 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1654 Comment is too large: Line too long
1167 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1662 Comment is too large: Line too long
1168 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1663 Comment is too large: Line too long
1169 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1672 Comment is too large: Line too long
1170 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1677 Consider using varargs for methods or constructors which take an array the last parameter.
1171 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1677 The method 'putAll(Map, Object)' has a cognitive complexity of 22, current threshold is 15
1172 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1677 The method 'putAll(Map, Object)' has a cyclomatic complexity of 13.
1173 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1680 A method should have only one exit point, and that should be the last statement in the method
1174 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1687 Potential violation of Law of Demeter (object not created locally)
1175 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1687 Potential violation of Law of Demeter (object not created locally)
1176 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1693 Potential violation of Law of Demeter (object not created locally)
1177 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1693 Potential violation of Law of Demeter (object not created locally)
1178 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1707 Avoid reassigning the loop control variable 'i'
1179 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1707 Avoid reassigning the loop control variable 'i'
1180 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1713 Comment is too large: Too many lines
1181 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1716 Comment is too large: Line too long
1182 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1719 Comment is too large: Line too long
1183 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1723 Comment is too large: Line too long
1184 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1733 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
1185 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1749 Comment is too large: Too many lines
1186 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1752 Comment is too large: Line too long
1187 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1767 Comment is too large: Line too long
1188 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1780 Comment is too large: Too many lines
1189 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1783 Comment is too large: Line too long
1190 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1798 Comment is too large: Line too long
1191 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1821 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
1192 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1823 Potential violation of Law of Demeter (object not created locally)
1193 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1833 Comment is too large: Too many lines
1194 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1834 Comment is too large: Line too long
1195 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1837 Comment is too large: Line too long
1196 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1845 Comment is too large: Line too long
1197 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1852 Potential violation of Law of Demeter (object not created locally)
1198 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1853 Potential violation of Law of Demeter (object not created locally)
1199 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1860 Comment is too large: Too many lines
1200 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1863 Comment is too large: Line too long
1201 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1864 Comment is too large: Line too long
1202 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1868 Comment is too large: Line too long
1203 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1869 Comment is too large: Line too long
1204 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1872 Comment is too large: Line too long
1205 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1878 Comment is too large: Line too long
1206 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1879 Comment is too large: Line too long
1207 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1889 Comment is too large: Too many lines
1208 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1892 Comment is too large: Line too long
1209 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1893 Comment is too large: Line too long
1210 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1897 Comment is too large: Line too long
1211 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1898 Comment is too large: Line too long
1212 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1901 Comment is too large: Line too long
1213 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1907 Comment is too large: Line too long
1214 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1908 Comment is too large: Line too long
1215 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1918 Comment is too large: Too many lines
1216 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1934 Comment is too large: Too many lines
1217 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1952 Comment is too large: Too many lines
1218 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1955 Comment is too large: Line too long
1219 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1959 Comment is too large: Line too long
1220 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1964 Comment is too large: Line too long
1221 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1966 Comment is too large: Line too long
1222 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1973 Comment is too large: Too many lines
1223 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1974 Comment is too large: Line too long
1224 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1975 Comment is too large: Line too long
1225 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1976 Comment is too large: Line too long
1226 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1977 Comment is too large: Line too long
1227 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1978 Comment is too large: Line too long
1228 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1982 Comment is too large: Line too long
1229 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1984 Comment is too large: Line too long
1230 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1985 Comment is too large: Line too long
1231 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1990 The method 'verbosePrintInternal(PrintStream, Object, Map, Deque, boolean)' has a cognitive complexity of 24, current threshold is 15
1232 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 1990 The method 'verbosePrintInternal(PrintStream, Object, Map, Deque, boolean)' has a cyclomatic complexity of 13.
1233 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 2033 Potential violation of Law of Demeter (method chain calls)
1234 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 2033 Potential violation of Law of Demeter (object not created locally)
1235 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MapUtils.java 2043 Potential violation of Law of Demeter (method chain calls)
1236 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 1 Comment is too large: Too many lines
1237 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 21 Comment is too large: Too many lines
1238 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 26 Comment is too large: Line too long
1239 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 41 Comment is too large: Line too long
1240 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 42 Comment is too large: Line too long
1241 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 55 Comment is too large: Too many lines
1242 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 86 Comment is too large: Too many lines
1243 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 108 Comment is too large: Too many lines
1244 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 122 Comment is too large: Too many lines
1245 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 132 Comment is too large: Line too long
1246 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 141 Comment is too large: Too many lines
1247 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMap.java 157 Comment is too large: Too many lines
1248 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 1 Comment is too large: Too many lines
1249 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 31 Comment is too large: Too many lines
1250 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 39 Comment is too large: Line too long
1251 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 44 A class which only has private constructors should be final
1252 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 55 Avoid excessively long variable names like EMPTY_MULTI_VALUED_MAP
1253 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 55 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1254 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 72 Comment is too large: Too many lines
1255 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 101 Comment is too large: Too many lines
1256 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 108 Comment is too large: Line too long
1257 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 112 A method should have only one exit point, and that should be the last statement in the method
1258 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 114 Return an empty collection rather than null.
1259 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 117 Comment is too large: Line too long
1260 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 118 Comment is too large: Line too long
1261 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 120 Comment is too large: Too many lines
1262 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 127 Comment is too large: Line too long
1263 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 133 A method should have only one exit point, and that should be the last statement in the method
1264 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 135 A method should have only one exit point, and that should be the last statement in the method
1265 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 137 Return an empty collection rather than null.
1266 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 140 Comment is too large: Too many lines
1267 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 147 Comment is too large: Line too long
1268 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 153 A method should have only one exit point, and that should be the last statement in the method
1269 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 155 A method should have only one exit point, and that should be the last statement in the method
1270 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 157 Return an empty collection rather than null.
1271 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 160 Comment is too large: Too many lines
1272 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 167 Comment is too large: Line too long
1273 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 173 A method should have only one exit point, and that should be the last statement in the method
1274 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 175 A method should have only one exit point, and that should be the last statement in the method
1275 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 184 Comment is too large: Line too long
1276 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 210 Comment is too large: Too many lines
1277 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 225 Comment is too large: Too many lines
1278 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 242 Comment is too large: Line too long
1279 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 243 Comment is too large: Line too long
1280 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiMapUtils.java 244 Comment is too large: Line too long
1281 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 1 Comment is too large: Too many lines
1282 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 23 Comment is too large: Too many lines
1283 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 35 This class has too many methods, consider refactoring it.
1284 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 47 Comment is too large: Too many lines
1285 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 60 Linguistics Antipattern - The setter 'setCount' should not return any type except void linguistically
1286 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 62 Comment is too large: Too many lines
1287 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 76 Comment is too large: Too many lines
1288 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 92 Comment is too large: Too many lines
1289 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 104 Comment is too large: Too many lines
1290 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 119 Comment is too large: Too many lines
1291 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 191 Comment is too large: Too many lines
1292 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 215 Comment is too large: Line too long
1293 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 217 Comment is too large: Line too long
1294 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 238 Comment is too large: Too many lines
1295 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 248 Comment is too large: Line too long
1296 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 256 Avoid variables with short names like o
1297 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSet.java 258 Comment is too large: Too many lines
1298 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSetUtils.java 1 Comment is too large: Too many lines
1299 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSetUtils.java 29 A class which only has private constructors should be final
1300 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSetUtils.java 43 Comment is too large: Too many lines
1301 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSetUtils.java 73 Comment is too large: Too many lines
1302 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSetUtils.java 78 Comment is too large: Line too long
1303 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiSetUtils.java 86 Comment is too large: Too many lines
1304 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 1 Comment is too large: Too many lines
1305 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 24 Comment is too large: Too many lines
1306 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 30 Comment is too large: Line too long
1307 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 31 Comment is too large: Line too long
1308 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 51 This class has too many methods, consider refactoring it.
1309 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 71 Comment is too large: Too many lines
1310 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 74 Comment is too large: Line too long
1311 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 89 Comment is too large: Line too long
1312 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 103 Comment is too large: Too many lines
1313 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 106 Comment is too large: Line too long
1314 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 107 Comment is too large: Line too long
1315 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 113 Comment is too large: Line too long
1316 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 119 Comment is too large: Too many lines
1317 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 137 Comment is too large: Line too long
1318 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 138 Comment is too large: Line too long
1319 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 143 Comment is too large: Too many lines
1320 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 144 Comment is too large: Line too long
1321 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 155 Comment is too large: Too many lines
1322 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 178 Comment is too large: Too many lines
1323 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 201 Comment is too large: Too many lines
1324 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 204 Comment is too large: Line too long
1325 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 211 Comment is too large: Line too long
1326 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 215 Comment is too large: Too many lines
1327 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 228 Comment is too large: Line too long
1328 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 244 Comment is too large: Line too long
1329 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 253 Comment is too large: Too many lines
1330 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 266 Comment is too large: Too many lines
1331 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 285 Comment is too large: Line too long
1332 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/MultiValuedMap.java 294 Comment is too large: Too many lines
1333 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedBidiMap.java 1 Comment is too large: Too many lines
1334 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedBidiMap.java 19 Comment is too large: Too many lines
1335 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedBidiMap.java 34 Comment is too large: Too many lines
1336 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedIterator.java 1 Comment is too large: Too many lines
1337 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedIterator.java 21 Comment is too large: Too many lines
1338 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedIterator.java 22 Comment is too large: Line too long
1339 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedMap.java 1 Comment is too large: Too many lines
1340 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedMap.java 19 Comment is too large: Too many lines
1341 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedMapIterator.java 1 Comment is too large: Too many lines
1342 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/OrderedMapIterator.java 19 Comment is too large: Too many lines
1343 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Predicate.java 1 Comment is too large: Too many lines
1344 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Predicate.java 19 Comment is too large: Too many lines
1345 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Predicate.java 40 Comment is too large: Too many lines
1346 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 1 Comment is too large: Too many lines
1347 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 44 Comment is too large: Too many lines
1348 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 71 A class which only has private constructors should be final
1349 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 71 This class has too many methods, consider refactoring it.
1350 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 137 Comment is too large: Too many lines
1351 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 150 Comment is too large: Too many lines
1352 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 163 Comment is too large: Too many lines
1353 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 177 Comment is too large: Too many lines
1354 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 193 Comment is too large: Too many lines
1355 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 211 Comment is too large: Line too long
1356 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 215 Comment is too large: Too many lines
1357 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 236 Consider using varargs for methods or constructors which take an array the last parameter.
1358 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 237 Comment is too large: Line too long
1359 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 244 Comment is too large: Too many lines
1360 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 260 Comment is too large: Too many lines
1361 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 276 Comment is too large: Too many lines
1362 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 292 Comment is too large: Too many lines
1363 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 308 Comment is too large: Too many lines
1364 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 324 Comment is too large: Too many lines
1365 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 340 Comment is too large: Too many lines
1366 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 358 Comment is too large: Too many lines
1367 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 374 Comment is too large: Too many lines
1368 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 390 Comment is too large: Too many lines
1369 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 408 Comment is too large: Too many lines
1370 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 424 Comment is too large: Too many lines
1371 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 440 Comment is too large: Too many lines
1372 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 457 Comment is too large: Too many lines
1373 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 475 Comment is too large: Too many lines
1374 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 490 Comment is too large: Too many lines
1375 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 505 Comment is too large: Too many lines
1376 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/PredicateUtils.java 521 Comment is too large: Too many lines
1377 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 1 Comment is too large: Too many lines
1378 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 21 Comment is too large: Too many lines
1379 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 24 Comment is too large: Line too long
1380 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 25 Comment is too large: Line too long
1381 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 26 Comment is too large: Line too long
1382 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 27 Comment is too large: Line too long
1383 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 37 Avoid short class names like Put
1384 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 44 Comment is too large: Too many lines
1385 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Put.java 63 Avoid variables with short names like t
1386 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/QueueUtils.java 1 Comment is too large: Too many lines
1387 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/QueueUtils.java 32 A class which only has private constructors should be final
1388 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/QueueUtils.java 46 Comment is too large: Too many lines
1389 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/QueueUtils.java 89 Comment is too large: Too many lines
1390 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/QueueUtils.java 92 Comment is too large: Line too long
1391 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/QueueUtils.java 107 Comment is too large: Too many lines
1392 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ResettableIterator.java 1 Comment is too large: Too many lines
1393 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ResettableIterator.java 21 Comment is too large: Too many lines
1394 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ResettableListIterator.java 1 Comment is too large: Too many lines
1395 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/ResettableListIterator.java 21 Comment is too large: Too many lines
1396 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 1 Comment is too large: Too many lines
1397 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 49 This class has too many methods, consider refactoring it.
1398 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 51 Comment is too large: Too many lines
1399 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 55 Comment is too large: Line too long
1400 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 107 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1401 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 110 Comment is too large: Too many lines
1402 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 125 The String literal "setA" appears 4 times in this file; the first occurrence is on line 125
1403 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 126 The String literal "setB" appears 4 times in this file; the first occurrence is on line 126
1404 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 132 Avoid variables with short names like o
1405 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 143 Comment is too large: Too many lines
1406 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 168 Avoid variables with short names like o
1407 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 221 Comment is too large: Too many lines
1408 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 236 A method should have only one exit point, and that should be the last statement in the method
1409 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 256 Avoid using implementation types like 'HashSet'; use the interface instead
1410 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 258 A method should have only one exit point, and that should be the last statement in the method
1411 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 258 Return an empty collection rather than null.
1412 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 263 Comment is too large: Too many lines
1413 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 264 Comment is too large: Line too long
1414 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 284 Avoid variables with short names like o
1415 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 295 Comment is too large: Too many lines
1416 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 324 Use equals() to compare object references.
1417 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 325 A method should have only one exit point, and that should be the last statement in the method
1418 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 328 A method should have only one exit point, and that should be the last statement in the method
1419 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 334 Comment is too large: Too many lines
1420 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 339 Comment is too large: Line too long
1421 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 340 Comment is too large: Line too long
1422 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 343 Comment is too large: Line too long
1423 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 357 Comment is too large: Too many lines
1424 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 373 Comment is too large: Too many lines
1425 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 374 Comment is too large: Line too long
1426 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 393 Comment is too large: Too many lines
1427 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 411 Comment is too large: Too many lines
1428 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 431 Comment is too large: Too many lines
1429 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 459 Comment is too large: Too many lines
1430 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 475 Comment is too large: Line too long
1431 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 486 Comment is too large: Too many lines
1432 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 494 Comment is too large: Line too long
1433 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 508 Comment is too large: Too many lines
1434 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 529 Comment is too large: Too many lines
1435 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 537 Comment is too large: Line too long
1436 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 552 Comment is too large: Too many lines
1437 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 573 Avoid variables with short names like o
1438 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 595 Comment is too large: Too many lines
1439 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 611 Comment is too large: Line too long
1440 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 620 A method should have only one exit point, and that should be the last statement in the method
1441 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 620 Return an empty collection rather than null.
1442 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 625 Comment is too large: Too many lines
1443 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetUtils.java 639 Comment is too large: Too many lines
1444 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetValuedMap.java 1 Comment is too large: Too many lines
1445 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetValuedMap.java 21 Comment is too large: Too many lines
1446 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetValuedMap.java 27 Comment is too large: Line too long
1447 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetValuedMap.java 28 Comment is too large: Line too long
1448 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetValuedMap.java 37 Comment is too large: Too many lines
1449 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SetValuedMap.java 52 Comment is too large: Too many lines
1450 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SortedBag.java 1 Comment is too large: Too many lines
1451 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SortedBidiMap.java 1 Comment is too large: Too many lines
1452 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SortedBidiMap.java 22 Comment is too large: Too many lines
1453 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SortedBidiMap.java 36 Comment is too large: Too many lines
1454 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 1 Comment is too large: Too many lines
1455 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 30 Comment is too large: Too many lines
1456 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 47 Class comments are required
1457 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 47 This class has too many methods, consider refactoring it.
1458 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 48 Field comments are required
1459 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 48 Field get has the same name as a method
1460 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
1461 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 77 A method should have only one exit point, and that should be the last statement in the method
1462 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 108 Avoid variables with short names like t
1463 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 129 Avoid variables with short names like it
1464 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 139 Class comments are required
1465 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 139 This class has too many methods, consider refactoring it.
1466 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 140 Field comments are required
1467 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 140 Field put has the same name as a method
1468 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 140 Found non-transient, non-static member. Please mark as transient or provide accessors.
1469 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 169 A method should have only one exit point, and that should be the last statement in the method
1470 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 201 Avoid variables with short names like t
1471 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 222 Comment is too large: Too many lines
1472 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 224 Comment is too large: Line too long
1473 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 225 Comment is too large: Line too long
1474 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 237 A method should have only one exit point, and that should be the last statement in the method
1475 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 238 Useless parentheses.
1476 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 244 Comment is too large: Too many lines
1477 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 247 Comment is too large: Line too long
1478 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 248 Comment is too large: Line too long
1479 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/SplitMapUtils.java 261 A method should have only one exit point, and that should be the last statement in the method
1480 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Transformer.java 1 Comment is too large: Too many lines
1481 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Transformer.java 19 Comment is too large: Too many lines
1482 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Transformer.java 30 Comment is too large: Line too long
1483 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Transformer.java 42 Comment is too large: Too many lines
1484 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 1 Comment is too large: Too many lines
1485 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 39 Comment is too large: Too many lines
1486 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 58 Comment is too large: Line too long
1487 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 72 A class which only has private constructors should be final
1488 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 72 This class has too many methods, consider refactoring it.
1489 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 79 Comment is too large: Too many lines
1490 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 104 Comment is too large: Too many lines
1491 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 117 Comment is too large: Too many lines
1492 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 134 Comment is too large: Too many lines
1493 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 140 Comment is too large: Line too long
1494 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 148 Comment is too large: Too many lines
1495 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 162 Comment is too large: Too many lines
1496 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 176 Comment is too large: Too many lines
1497 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 191 Comment is too large: Too many lines
1498 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 198 Comment is too large: Line too long
1499 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 206 Comment is too large: Too many lines
1500 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 214 Comment is too large: Line too long
1501 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 222 Comment is too large: Too many lines
1502 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 239 Comment is too large: Too many lines
1503 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 259 Comment is too large: Too many lines
1504 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 271 Comment is too large: Line too long
1505 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 282 Comment is too large: Too many lines
1506 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 299 Consider using varargs for methods or constructors which take an array the last parameter.
1507 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 303 Comment is too large: Too many lines
1508 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 314 Comment is too large: Line too long
1509 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 323 Avoid excessively long variable names like defaultTransformer
1510 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 327 Comment is too large: Too many lines
1511 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 349 Avoid excessively long variable names like predicatesAndTransformers
1512 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 353 Comment is too large: Too many lines
1513 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 360 Comment is too large: Line too long
1514 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 372 Avoid excessively long variable names like objectsAndTransformers
1515 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 379 Avoid variables with short names like i
1516 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 398 Comment is too large: Too many lines
1517 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 411 Consider using varargs for methods or constructors which take an array the last parameter.
1518 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 415 Comment is too large: Too many lines
1519 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 422 Comment is too large: Line too long
1520 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 430 Comment is too large: Too many lines
1521 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 452 Comment is too large: Too many lines
1522 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 468 Consider using varargs for methods or constructors which take an array the last parameter.
1523 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TransformerUtils.java 472 Comment is too large: Too many lines
1524 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Trie.java 1 Comment is too large: Too many lines
1525 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Trie.java 29 Avoid short class names like Trie
1526 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Trie.java 31 Comment is too large: Too many lines
1527 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TrieUtils.java 1 Comment is too large: Too many lines
1528 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TrieUtils.java 26 A class which only has private constructors should be final
1529 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/TrieUtils.java 33 Comment is too large: Too many lines
1530 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Unmodifiable.java 1 Comment is too large: Too many lines
1531 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Unmodifiable.java 19 Comment is too large: Too many lines
1532 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/Unmodifiable.java 31 Comment is too large: Line too long
1533 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 1 Comment is too large: Too many lines
1534 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 24 Comment is too large: Too many lines
1535 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 43 Document empty constructor
1536 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 43 It is a good practice to call super() in a constructor
1537 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 68 Potential violation of Law of Demeter (method chain calls)
1538 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 73 Potential violation of Law of Demeter (method chain calls)
1539 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 79 Potential violation of Law of Demeter (method chain calls)
1540 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 84 Potential violation of Law of Demeter (method chain calls)
1541 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 89 Potential violation of Law of Demeter (method chain calls)
1542 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractBagDecorator.java 94 Potential violation of Law of Demeter (method chain calls)
1543 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 1 Comment is too large: Too many lines
1544 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 34 Comment is too large: Too many lines
1545 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 46 This class has too many methods, consider refactoring it.
1546 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 51 Field size has the same name as a method
1547 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
1548 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 55 Field uniqueSet has the same name as a method
1549 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 60 Document empty constructor
1550 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 114 A method should have only one exit point, and that should be the last statement in the method
1551 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 140 A method should have only one exit point, and that should be the last statement in the method
1552 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 152 To avoid mistakes add a comment at the beginning of the containsAll method if you want a default access modifier
1553 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 153 Avoid variables with short names like it
1554 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 153 Potential violation of Law of Demeter (method chain calls)
1555 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 157 A method should have only one exit point, and that should be the last statement in the method
1556 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 177 To avoid mistakes add a comment at the beginning of the BagIterator nested class if you want a default access modifier
1557 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 178 Field comments are required
1558 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 178 Found non-transient, non-static member. Please mark as transient or provide accessors.
1559 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 179 Field comments are required
1560 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 179 Found non-transient, non-static member. Please mark as transient or provide accessors.
1561 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 180 Field comments are required
1562 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 180 Found non-transient, non-static member. Please mark as transient or provide accessors.
1563 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 181 Field comments are required
1564 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 181 Found non-transient, non-static member. Please mark as transient or provide accessors.
1565 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 182 Field comments are required
1566 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 182 Found non-transient, non-static member. Please mark as transient or provide accessors.
1567 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 183 Field comments are required
1568 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 183 Found non-transient, non-static member. Please mark as transient or provide accessors.
1569 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 190 To avoid mistakes add a comment at the beginning of the BagIterator constructor if you want a default access modifier
1570 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 193 Assigning an Object to null is a code smell. Consider refactoring.
1571 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 212 Potential violation of Law of Demeter (method chain calls)
1572 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 229 Avoid using Literals in Conditional Statements
1573 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 265 A method should have only one exit point, and that should be the last statement in the method
1574 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 281 Avoid variables with short names like i
1575 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 309 A method should have only one exit point, and that should be the last statement in the method
1576 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 328 A method should have only one exit point, and that should be the last statement in the method
1577 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 331 A method should have only one exit point, and that should be the last statement in the method
1578 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 355 Avoid variables with short names like i
1579 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 374 A method should have only one exit point, and that should be the last statement in the method
1580 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 387 To avoid mistakes add a comment at the beginning of the retainAll method if you want a default access modifier
1581 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 390 Avoid variables with short names like i
1582 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 390 Potential violation of Law of Demeter (method chain calls)
1583 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 412 Found non-transient, non-static member. Please mark as transient or provide accessors.
1584 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 418 To avoid mistakes add a comment at the beginning of the MutableInteger constructor if you want a default access modifier
1585 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 425 A method should have only one exit point, and that should be the last statement in the method
1586 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 444 Avoid variables with short names like i
1587 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 445 Avoid variables with short names like it
1588 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 445 Potential violation of Law of Demeter (method chain calls)
1589 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 455 Comment is too large: Too many lines
1590 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 472 Potential violation of Law of Demeter (method chain calls)
1591 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 473 Avoid reassigning parameters such as 'array'
1592 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 476 Avoid variables with short names like i
1593 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 477 Avoid variables with short names like it
1594 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 477 Potential violation of Law of Demeter (method chain calls)
1595 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 488 Assigning an Object to null is a code smell. Consider refactoring.
1596 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 515 Potential violation of Law of Demeter (method chain calls)
1597 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 524 Comment is too large: Line too long
1598 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 527 Avoid variables with short names like in
1599 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 535 Avoid instantiating new objects inside loops
1600 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 550 A method should have only one exit point, and that should be the last statement in the method
1601 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 553 A method should have only one exit point, and that should be the last statement in the method
1602 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 556 Potential violation of Law of Demeter (object not created locally)
1603 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 557 A method should have only one exit point, and that should be the last statement in the method
1604 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 561 A method should have only one exit point, and that should be the last statement in the method
1605 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 567 Comment is too large: Too many lines
1606 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 582 Potential violation of Law of Demeter (object not created locally)
1607 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 595 A method should have only one exit point, and that should be the last statement in the method
1608 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 599 Avoid variables with short names like it
1609 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractMapBag.java 599 Potential violation of Law of Demeter (method chain calls)
1610 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.java 1 Comment is too large: Too many lines
1611 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.java 23 Comment is too large: Too many lines
1612 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.java 42 Document empty constructor
1613 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.java 42 It is a good practice to call super() in a constructor
1614 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.java 68 Potential violation of Law of Demeter (method chain calls)
1615 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.java 73 Potential violation of Law of Demeter (method chain calls)
1616 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.java 78 Potential violation of Law of Demeter (method chain calls)
1617 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 1 Comment is too large: Too many lines
1618 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 27 Comment is too large: Too many lines
1619 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 35 Comment is too large: Line too long
1620 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 85 Comment is too large: Line too long
1621 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 89 Avoid variables with short names like in
1622 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 96 Comment is too large: Too many lines
1623 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 104 Comment is too large: Line too long
1624 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 108 Avoid variables with short names like e
1625 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 111 A method should have only one exit point, and that should be the last statement in the method
1626 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 117 Comment is too large: Too many lines
1627 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 135 Avoid variables with short names like i
1628 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 143 Comment is too large: Too many lines
1629 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 158 Comment is too large: Too many lines
1630 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 171 Avoid variables with short names like i
1631 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 177 A method should have only one exit point, and that should be the last statement in the method
1632 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 180 Potential violation of Law of Demeter (method chain calls)
1633 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 183 Comment is too large: Too many lines
1634 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 204 Avoid variables with short names like e
1635 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 211 A method should have only one exit point, and that should be the last statement in the method
1636 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 214 Potential violation of Law of Demeter (method chain calls)
1637 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 219 Comment is too large: Too many lines
1638 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionBag.java 232 Potential violation of Law of Demeter (method chain calls)
1639 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 1 Comment is too large: Too many lines
1640 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 76 Comment is too large: Line too long
1641 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 80 Avoid variables with short names like in
1642 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 89 Avoid variables with short names like e
1643 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 92 A method should have only one exit point, and that should be the last statement in the method
1644 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 106 Avoid variables with short names like i
1645 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 123 Avoid variables with short names like i
1646 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 129 A method should have only one exit point, and that should be the last statement in the method
1647 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 132 Potential violation of Law of Demeter (method chain calls)
1648 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 139 Avoid variables with short names like e
1649 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 146 A method should have only one exit point, and that should be the last statement in the method
1650 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 149 Potential violation of Law of Demeter (method chain calls)
1651 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/CollectionSortedBag.java 156 Potential violation of Law of Demeter (method chain calls)
1652 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/HashBag.java 1 Comment is too large: Too many lines
1653 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/HashBag.java 26 Comment is too large: Too many lines
1654 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/HashBag.java 78 Comment is too large: Line too long
1655 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/HashBag.java 80 Avoid variables with short names like in
1656 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 1 Comment is too large: Too many lines
1657 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 25 Comment is too large: Too many lines
1658 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 31 Comment is too large: Line too long
1659 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 37 Comment is too large: Line too long
1660 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 51 Comment is too large: Too many lines
1661 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 69 Comment is too large: Too many lines
1662 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 96 Potential violation of Law of Demeter (method chain calls)
1663 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 101 Potential violation of Law of Demeter (method chain calls)
1664 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 108 Potential violation of Law of Demeter (method chain calls)
1665 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 113 Potential violation of Law of Demeter (method chain calls)
1666 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 118 Potential violation of Law of Demeter (method chain calls)
1667 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedBag.java 123 Potential violation of Law of Demeter (method chain calls)
1668 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 1 Comment is too large: Too many lines
1669 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 24 Comment is too large: Too many lines
1670 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 30 Comment is too large: Line too long
1671 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 35 Comment is too large: Line too long
1672 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 49 Comment is too large: Too many lines
1673 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 68 Comment is too large: Too many lines
1674 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 95 Potential violation of Law of Demeter (method chain calls)
1675 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 100 Potential violation of Law of Demeter (method chain calls)
1676 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/PredicatedSortedBag.java 105 Potential violation of Law of Demeter (method chain calls)
1677 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 1 Comment is too large: Too many lines
1678 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 24 Comment is too large: Too many lines
1679 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 43 Comment is too large: Too many lines
1680 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 89 A method should have only one exit point, and that should be the last statement in the method
1681 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 92 Potential violation of Law of Demeter (method chain calls)
1682 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 99 Potential violation of Law of Demeter (method chain calls)
1683 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 107 Potential violation of Law of Demeter (method chain calls)
1684 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 114 Potential violation of Law of Demeter (method chain calls)
1685 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 121 Potential violation of Law of Demeter (method chain calls)
1686 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 129 Potential violation of Law of Demeter (method chain calls)
1687 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 136 To avoid mistakes add a comment at the beginning of the SynchronizedBagSet nested class if you want a default access modifier
1688 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedBag.java 145 To avoid mistakes add a comment at the beginning of the SynchronizedBagSet constructor if you want a default access modifier
1689 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 1 Comment is too large: Too many lines
1690 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 24 Comment is too large: Too many lines
1691 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 43 Comment is too large: Too many lines
1692 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 88 Use block level rather than method level synchronization
1693 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 90 Potential violation of Law of Demeter (method chain calls)
1694 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 95 Use block level rather than method level synchronization
1695 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 97 Potential violation of Law of Demeter (method chain calls)
1696 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 102 Use block level rather than method level synchronization
1697 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/SynchronizedSortedBag.java 104 Potential violation of Law of Demeter (method chain calls)
1698 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 1 Comment is too large: Too many lines
1699 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 26 Comment is too large: Too many lines
1700 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 46 Comment is too large: Too many lines
1701 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 50 Comment is too large: Line too long
1702 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 63 Comment is too large: Too many lines
1703 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 85 Potential violation of Law of Demeter (method chain calls)
1704 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 91 Comment is too large: Too many lines
1705 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 116 Potential violation of Law of Demeter (method chain calls)
1706 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 121 Potential violation of Law of Demeter (method chain calls)
1707 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 127 Potential violation of Law of Demeter (method chain calls)
1708 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 132 Potential violation of Law of Demeter (method chain calls)
1709 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 138 Potential violation of Law of Demeter (method chain calls)
1710 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedBag.java 143 Potential violation of Law of Demeter (method chain calls)
1711 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 1 Comment is too large: Too many lines
1712 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 24 Comment is too large: Too many lines
1713 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 44 Comment is too large: Too many lines
1714 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 48 Comment is too large: Line too long
1715 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 62 Comment is too large: Too many lines
1716 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 86 Potential violation of Law of Demeter (method chain calls)
1717 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 92 Comment is too large: Too many lines
1718 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 118 Potential violation of Law of Demeter (method chain calls)
1719 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 123 Potential violation of Law of Demeter (method chain calls)
1720 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TransformedSortedBag.java 128 Potential violation of Law of Demeter (method chain calls)
1721 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 1 Comment is too large: Too many lines
1722 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 31 Comment is too large: Too many lines
1723 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 32 Comment is too large: Line too long
1724 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 35 Comment is too large: Line too long
1725 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 38 Comment is too large: Line too long
1726 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 39 Comment is too large: Line too long
1727 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 40 Comment is too large: Line too long
1728 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 41 Comment is too large: Line too long
1729 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 101 Potential violation of Law of Demeter (method chain calls)
1730 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 106 Potential violation of Law of Demeter (method chain calls)
1731 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 111 Potential violation of Law of Demeter (method chain calls)
1732 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 136 Comment is too large: Line too long
1733 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/TreeBag.java 138 Avoid variables with short names like in
1734 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 1 Comment is too large: Too many lines
1735 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 32 Comment is too large: Too many lines
1736 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 45 This class has too many methods, consider refactoring it.
1737 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 50 Comment is too large: Too many lines
1738 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 65 A method should have only one exit point, and that should be the last statement in the method
1739 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 97 Comment is too large: Line too long
1740 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 101 Avoid variables with short names like in
1741 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 108 Potential violation of Law of Demeter (method chain calls)
1742 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java 161 Potential violation of Law of Demeter (method chain calls)
1743 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 1 Comment is too large: Too many lines
1744 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 32 Comment is too large: Too many lines
1745 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 45 This class has too many methods, consider refactoring it.
1746 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 50 Comment is too large: Too many lines
1747 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 63 A method should have only one exit point, and that should be the last statement in the method
1748 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 94 Comment is too large: Line too long
1749 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 98 Avoid variables with short names like in
1750 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 105 Potential violation of Law of Demeter (method chain calls)
1751 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java 158 Potential violation of Law of Demeter (method chain calls)
1752 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/package-info.java 1 Comment is too large: Too many lines
1753 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/package-info.java 17 Comment is too large: Too many lines
1754 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/package-info.java 18 Comment is too large: Line too long
1755 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bag/package-info.java 32 Comment is too large: Line too long
1756 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.java 1 Comment is too large: Too many lines
1757 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.java 25 Comment is too large: Too many lines
1758 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.java 68 Potential violation of Law of Demeter (method chain calls)
1759 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.java 73 Potential violation of Law of Demeter (method chain calls)
1760 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.java 78 Potential violation of Law of Demeter (method chain calls)
1761 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.java 83 Potential violation of Law of Demeter (method chain calls)
1762 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.java 88 Potential violation of Law of Demeter (method chain calls)
1763 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 1 Comment is too large: Too many lines
1764 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 17 This class has a bunch of public methods and attributes
1765 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 33 Comment is too large: Too many lines
1766 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 47 This class has too many methods, consider refactoring it.
1767 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 52 To avoid mistakes add a comment at the beginning of the normalMap field if you want a default access modifier
1768 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 57 To avoid mistakes add a comment at the beginning of the reverseMap field if you want a default access modifier
1769 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 62 Field inverseBidiMap has the same name as a method
1770 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 62 To avoid mistakes add a comment at the beginning of the inverseBidiMap field if you want a default access modifier
1771 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 67 Field keySet has the same name as a method
1772 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 67 To avoid mistakes add a comment at the beginning of the keySet field if you want a default access modifier
1773 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 72 Field values has the same name as a method
1774 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 72 To avoid mistakes add a comment at the beginning of the values field if you want a default access modifier
1775 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 77 Field entrySet has the same name as a method
1776 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 77 To avoid mistakes add a comment at the beginning of the entrySet field if you want a default access modifier
1777 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 86 Document empty constructor
1778 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 89 Comment is too large: Too many lines
1779 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 303 Comment is too large: Too many lines
1780 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 336 Avoid short class names like View
1781 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 342 Found non-transient, non-static member. Please mark as transient or provide accessors.
1782 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 357 Potential violation of Law of Demeter (method chain calls)
1783 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 362 Potential violation of Law of Demeter (method chain calls)
1784 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 371 A method should have only one exit point, and that should be the last statement in the method
1785 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 374 Avoid variables with short names like it
1786 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 376 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 376
1787 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 377 Avoid variables with short names like e
1788 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 389 A method should have only one exit point, and that should be the last statement in the method
1789 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 392 Avoid variables with short names like it
1790 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 399 Comment is too large: Too many lines
1791 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 402 Comment is too large: Line too long
1792 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 403 Comment is too large: Line too long
1793 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 404 Comment is too large: Line too long
1794 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 411 A method should have only one exit point, and that should be the last statement in the method
1795 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 415 A method should have only one exit point, and that should be the last statement in the method
1796 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 418 Avoid variables with short names like it
1797 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 459 Potential violation of Law of Demeter (static property access)
1798 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 464 Potential violation of Law of Demeter (static property access)
1799 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 465 Potential violation of Law of Demeter (static property access)
1800 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 466 Potential violation of Law of Demeter (static property access)
1801 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 467 A method should have only one exit point, and that should be the last statement in the method
1802 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 479 Found non-transient, non-static member. Please mark as transient or provide accessors.
1803 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 482 Found non-transient, non-static member. Please mark as transient or provide accessors.
1804 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 485 Found non-transient, non-static member. Please mark as transient or provide accessors.
1805 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 507 The String literal "Iterator remove() can only be called once after next()" appears 4 times in this file; the first occurrence is on line 507
1806 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 509 Potential violation of Law of Demeter (static property access)
1807 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 511 Potential violation of Law of Demeter (static property access)
1808 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 512 Assigning an Object to null is a code smell. Consider refactoring.
1809 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 542 Potential violation of Law of Demeter (static property access)
1810 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 547 Potential violation of Law of Demeter (static property access)
1811 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 548 Potential violation of Law of Demeter (static property access)
1812 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 549 Potential violation of Law of Demeter (static property access)
1813 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 550 A method should have only one exit point, and that should be the last statement in the method
1814 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 562 Found non-transient, non-static member. Please mark as transient or provide accessors.
1815 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 565 Found non-transient, non-static member. Please mark as transient or provide accessors.
1816 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 568 Found non-transient, non-static member. Please mark as transient or provide accessors.
1817 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 594 Potential violation of Law of Demeter (static property access)
1818 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 595 Assigning an Object to null is a code smell. Consider refactoring.
1819 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 625 A method should have only one exit point, and that should be the last statement in the method
1820 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 628 Potential violation of Law of Demeter (object not created locally)
1821 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 630 Potential violation of Law of Demeter (static property access)
1822 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 631 Potential violation of Law of Demeter (object not created locally)
1823 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 632 Potential violation of Law of Demeter (static property access)
1824 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 633 Potential violation of Law of Demeter (static property access)
1825 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 634 A method should have only one exit point, and that should be the last statement in the method
1826 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 647 Found non-transient, non-static member. Please mark as transient or provide accessors.
1827 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 650 Found non-transient, non-static member. Please mark as transient or provide accessors.
1828 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 653 Found non-transient, non-static member. Please mark as transient or provide accessors.
1829 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 680 Potential violation of Law of Demeter (static property access)
1830 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 681 Assigning an Object to null is a code smell. Consider refactoring.
1831 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 692 Found non-transient, non-static member. Please mark as transient or provide accessors.
1832 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 706 Potential violation of Law of Demeter (method chain calls)
1833 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 706 Potential violation of Law of Demeter (method chain calls)
1834 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 706 Useless qualified this usage in the same class.
1835 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 707 Potential violation of Law of Demeter (static property access)
1836 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 708 Potential violation of Law of Demeter (static property access)
1837 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 723 Found non-transient, non-static member. Please mark as transient or provide accessors.
1838 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 726 Found non-transient, non-static member. Please mark as transient or provide accessors.
1839 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 729 Found non-transient, non-static member. Please mark as transient or provide accessors.
1840 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 732 Found non-transient, non-static member. Please mark as transient or provide accessors.
1841 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 763 Potential violation of Law of Demeter (static property access)
1842 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 764 Assigning an Object to null is a code smell. Consider refactoring.
1843 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 792 Potential violation of Law of Demeter (static property access)
1844 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 793 Potential violation of Law of Demeter (static property access)
1845 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 802 Potential violation of Law of Demeter (method chain calls)
1846 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 802 Potential violation of Law of Demeter (static property access)
1847 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 803 Assigning an Object to null is a code smell. Consider refactoring.
1848 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java 810 A method should have only one exit point, and that should be the last statement in the method
1849 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java 1 Comment is too large: Too many lines
1850 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java 22 Comment is too large: Too many lines
1851 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java 66 Potential violation of Law of Demeter (method chain calls)
1852 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java 71 Potential violation of Law of Demeter (method chain calls)
1853 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java 76 Potential violation of Law of Demeter (method chain calls)
1854 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java 81 Potential violation of Law of Demeter (method chain calls)
1855 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java 86 Potential violation of Law of Demeter (method chain calls)
1856 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.java 91 Potential violation of Law of Demeter (method chain calls)
1857 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java 1 Comment is too large: Too many lines
1858 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java 24 Comment is too large: Too many lines
1859 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java 67 Potential violation of Law of Demeter (method chain calls)
1860 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java 72 Potential violation of Law of Demeter (method chain calls)
1861 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java 77 Potential violation of Law of Demeter (method chain calls)
1862 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java 82 Potential violation of Law of Demeter (method chain calls)
1863 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java 87 Potential violation of Law of Demeter (method chain calls)
1864 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.java 92 Potential violation of Law of Demeter (method chain calls)
1865 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualHashBidiMap.java 1 Comment is too large: Too many lines
1866 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualHashBidiMap.java 28 Comment is too large: Too many lines
1867 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualHashBidiMap.java 101 Avoid variables with short names like in
1868 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.java 1 Comment is too large: Too many lines
1869 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.java 28 Comment is too large: Too many lines
1870 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.java 29 Comment is too large: Line too long
1871 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.java 32 Comment is too large: Line too long
1872 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.java 95 Avoid variables with short names like in
1873 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 1 Comment is too large: Too many lines
1874 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 39 Comment is too large: Too many lines
1875 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 42 Comment is too large: Line too long
1876 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 46 Comment is too large: Line too long
1877 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 47 Comment is too large: Line too long
1878 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 60 This class has too many methods, consider refactoring it.
1879 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 66 Field comparator has the same name as a method
1880 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 66 Found non-transient, non-static member. Please mark as transient or provide accessors.
1881 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 69 Field valueComparator has the same name as a method
1882 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 69 Found non-transient, non-static member. Please mark as transient or provide accessors.
1883 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 76 Assigning an Object to null is a code smell. Consider refactoring.
1884 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 77 Assigning an Object to null is a code smell. Consider refactoring.
1885 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 89 Assigning an Object to null is a code smell. Consider refactoring.
1886 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 90 Assigning an Object to null is a code smell. Consider refactoring.
1887 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 115 Overridable method 'comparator' called during object construction
1888 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 116 Overridable method 'comparator' called during object construction
1889 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 157 A method should have only one exit point, and that should be the last statement in the method
1890 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 160 A method should have only one exit point, and that should be the last statement in the method
1891 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 162 Avoid variables with short names like sm
1892 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 163 Avoid variables with short names like it
1893 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 163 Potential violation of Law of Demeter (method chain calls)
1894 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 163 Potential violation of Law of Demeter (method chain calls)
1895 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 163 Potential violation of Law of Demeter (object not created locally)
1896 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 166 A method should have only one exit point, and that should be the last statement in the method
1897 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 174 A method should have only one exit point, and that should be the last statement in the method
1898 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 177 A method should have only one exit point, and that should be the last statement in the method
1899 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 179 Avoid variables with short names like sm
1900 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 180 Avoid variables with short names like hm
1901 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 180 Potential violation of Law of Demeter (object not created locally)
1902 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 181 Potential violation of Law of Demeter (object not created locally)
1903 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 182 A method should have only one exit point, and that should be the last statement in the method
1904 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 184 Potential violation of Law of Demeter (object not created locally)
1905 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 200 Public method and constructor comments are required
1906 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 204 Public method and constructor comments are required
1907 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 241 Avoid variables with short names like sm
1908 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 251 Potential violation of Law of Demeter (method chain calls)
1909 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 251 Potential violation of Law of Demeter (method chain calls)
1910 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 257 Potential violation of Law of Demeter (method chain calls)
1911 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 285 Potential violation of Law of Demeter (method chain calls)
1912 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 290 Potential violation of Law of Demeter (method chain calls)
1913 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 300 Found non-transient, non-static member. Please mark as transient or provide accessors.
1914 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 303 Found non-transient, non-static member. Please mark as transient or provide accessors.
1915 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 306 Found non-transient, non-static member. Please mark as transient or provide accessors.
1916 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 343 Assigning an Object to null is a code smell. Consider refactoring.
1917 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 370 Potential violation of Law of Demeter (static property access)
1918 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 371 Potential violation of Law of Demeter (static property access)
1919 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 385 Assigning an Object to null is a code smell. Consider refactoring.
1920 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 391 A method should have only one exit point, and that should be the last statement in the method
1921 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap.java 403 Avoid variables with short names like in
1922 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1 Comment is too large: Too many lines
1923 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 17 This class has a bunch of public methods and attributes
1924 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 42 Comment is too large: Too many lines
1925 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 67 Comment is too large: Line too long
1926 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 86 Avoid really long classes.
1927 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 86 Possible God Class (WMC=190, ATFD=174, TCC=6.196%)
1928 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 86 The class 'TreeBidiMap' has a total cyclomatic complexity of 190 (highest 15).
1929 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 87 This class has too many methods, consider refactoring it.
1930 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 89 Enum comments are required
1931 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 92 Field comments are required
1932 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 111 Field comments are required
1933 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 112 Field comments are required
1934 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 113 Field comments are required
1935 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 114 Field comments are required
1936 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 114 Field keySet has the same name as a method
1937 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 115 Field comments are required
1938 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 116 Field comments are required
1939 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 116 Field entrySet has the same name as a method
1940 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 117 Field comments are required
1941 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 122 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 122
1942 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 137 Overridable method 'putAll' called during object construction
1943 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 160 Comment is too large: Too many lines
1944 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 176 Comment is too large: Too many lines
1945 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 192 Comment is too large: Too many lines
1946 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 208 Potential violation of Law of Demeter (object not created locally)
1947 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 211 Comment is too large: Too many lines
1948 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 256 Comment is too large: Too many lines
1949 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 280 Assigning an Object to null is a code smell. Consider refactoring.
1950 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 281 Assigning an Object to null is a code smell. Consider refactoring.
1951 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 284 Comment is too large: Too many lines
1952 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 300 Potential violation of Law of Demeter (object not created locally)
1953 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 303 Comment is too large: Too many lines
1954 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 328 The String literal "Map is empty" appears 4 times in this file; the first occurrence is on line 328
1955 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 330 Potential violation of Law of Demeter (method chain calls)
1956 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 344 Potential violation of Law of Demeter (method chain calls)
1957 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 359 Potential violation of Law of Demeter (object not created locally)
1958 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 374 Potential violation of Law of Demeter (object not created locally)
1959 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 377 Comment is too large: Too many lines
1960 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 397 Comment is too large: Too many lines
1961 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 418 Comment is too large: Too many lines
1962 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 443 A method should have only one exit point, and that should be the last statement in the method
1963 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 498 The method 'doPut(K, V)' has a cognitive complexity of 19, current threshold is 15
1964 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 524 Avoid instantiating new objects inside loops
1965 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 537 Avoid instantiating new objects inside loops
1966 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 556 A method should have only one exit point, and that should be the last statement in the method
1967 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 559 Potential violation of Law of Demeter (object not created locally)
1968 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 565 A method should have only one exit point, and that should be the last statement in the method
1969 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 568 Potential violation of Law of Demeter (object not created locally)
1970 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 571 Comment is too large: Too many lines
1971 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 631 Potential violation of Law of Demeter (object not created locally)
1972 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 633 Potential violation of Law of Demeter (object not created locally)
1973 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 666 Potential violation of Law of Demeter (object not created locally)
1974 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 668 Potential violation of Law of Demeter (object not created locally)
1975 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 676 Comment is too large: Too many lines
1976 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 685 Avoid variables with short names like o1
1977 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 685 Avoid variables with short names like o2
1978 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 689 Comment is too large: Too many lines
1979 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 726 Comment is too large: Too many lines
1980 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 735 Avoid variables with short names like to
1981 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 853 Potential violation of Law of Demeter (object not created locally)
1982 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 855 Potential violation of Law of Demeter (object not created locally)
1983 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 856 Potential violation of Law of Demeter (method chain calls)
1984 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 858 Potential violation of Law of Demeter (object not created locally)
1985 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 863 Potential violation of Law of Demeter (method chain calls)
1986 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 864 Potential violation of Law of Demeter (method chain calls)
1987 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 866 Potential violation of Law of Demeter (method chain calls)
1988 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 869 Potential violation of Law of Demeter (object not created locally)
1989 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 882 Potential violation of Law of Demeter (object not created locally)
1990 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 883 Potential violation of Law of Demeter (object not created locally)
1991 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 884 Potential violation of Law of Demeter (method chain calls)
1992 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 886 Potential violation of Law of Demeter (object not created locally)
1993 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 891 Potential violation of Law of Demeter (method chain calls)
1994 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 892 Potential violation of Law of Demeter (method chain calls)
1995 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 894 Potential violation of Law of Demeter (method chain calls)
1996 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 897 Potential violation of Law of Demeter (object not created locally)
1997 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 908 The method 'doRedBlackInsert(Node, DataElement)' has a cognitive complexity of 29, current threshold is 15
1998 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 908 The method 'doRedBlackInsert(Node, DataElement)' has a cyclomatic complexity of 11.
1999 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 914 Potential violation of Law of Demeter (object not created locally)
2000 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 916 Avoid variables with short names like y
2001 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 942 Avoid variables with short names like y
2002 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 977 The method 'doRedBlackDelete(Node)' has a cognitive complexity of 35, current threshold is 15
2003 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 977 The method 'doRedBlackDelete(Node)' has a cyclomatic complexity of 13.
2004 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 989 Potential violation of Law of Demeter (object not created locally)
2005 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 993 Potential violation of Law of Demeter (method chain calls)
2006 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 994 Potential violation of Law of Demeter (method chain calls)
2007 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 996 Potential violation of Law of Demeter (method chain calls)
2008 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1012 Assigning an Object to null is a code smell. Consider refactoring.
2009 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1021 Potential violation of Law of Demeter (method chain calls)
2010 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1022 Potential violation of Law of Demeter (method chain calls)
2011 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1024 Potential violation of Law of Demeter (method chain calls)
2012 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1035 Comment is too large: Too many lines
2013 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1044 The method 'doRedBlackDeleteFixup(Node, DataElement)' has a cognitive complexity of 29, current threshold is 15
2014 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1044 The method 'doRedBlackDeleteFixup(Node, DataElement)' has a cyclomatic complexity of 12.
2015 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1118 Comment is too large: Too many lines
2016 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1127 Avoid variables with short names like x
2017 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1127 Avoid variables with short names like y
2018 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1127 The method 'swapPosition(Node, Node, DataElement)' has a cognitive complexity of 30, current threshold is 15
2019 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1127 The method 'swapPosition(Node, Node, DataElement)' has a cyclomatic complexity of 15.
2020 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1127 The method 'swapPosition(Node, Node, DataElement)' has an NPath complexity of 1200, current threshold is 200
2021 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1136 Potential violation of Law of Demeter (method chain calls)
2022 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1138 Potential violation of Law of Demeter (method chain calls)
2023 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1193 Potential violation of Law of Demeter (method chain calls)
2024 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1197 Potential violation of Law of Demeter (method chain calls)
2025 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1201 Potential violation of Law of Demeter (method chain calls)
2026 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1205 Potential violation of Law of Demeter (method chain calls)
2027 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1218 Comment is too large: Too many lines
2028 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1260 Comment is too large: Too many lines
2029 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1308 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
2030 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1350 A method should have only one exit point, and that should be the last statement in the method
2031 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1353 A method should have only one exit point, and that should be the last statement in the method
2032 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1356 Potential violation of Law of Demeter (object not created locally)
2033 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1357 A method should have only one exit point, and that should be the last statement in the method
2034 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1365 Potential violation of Law of Demeter (object not created locally)
2035 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1366 A method should have only one exit point, and that should be the last statement in the method
2036 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1369 Avoid catching NullPointerException; consider removing the cause of the NPE.
2037 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1369 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2038 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1370 A method should have only one exit point, and that should be the last statement in the method
2039 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1389 Potential violation of Law of Demeter (object not created locally)
2040 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1389 Potential violation of Law of Demeter (object not created locally)
2041 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1404 A method should have only one exit point, and that should be the last statement in the method
2042 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1408 Avoid variables with short names like it
2043 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1430 A method should have only one exit point, and that should be the last statement in the method
2044 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1443 Comment is too large: Line too long
2045 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1451 Avoid variables with short names like k
2046 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1452 Avoid variables with short names like v
2047 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1475 Avoid short class names like View
2048 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1475 To avoid mistakes add a comment at the beginning of the View nested class if you want a default access modifier
2049 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1478 Found non-transient, non-static member. Please mark as transient or provide accessors.
2050 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1478 To avoid mistakes add a comment at the beginning of the orderType field if you want a default access modifier
2051 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1484 It is a good practice to call super() in a constructor
2052 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1484 To avoid mistakes add a comment at the beginning of the View constructor if you want a default access modifier
2053 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1490 Potential violation of Law of Demeter (method chain calls)
2054 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1490 Potential violation of Law of Demeter (method chain calls)
2055 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1495 Potential violation of Law of Demeter (method chain calls)
2056 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1495 Potential violation of Law of Demeter (method chain calls)
2057 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1499 Class comments are required
2058 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1499 To avoid mistakes add a comment at the beginning of the KeyView nested class if you want a default access modifier
2059 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1504 To avoid mistakes add a comment at the beginning of the KeyView constructor if you want a default access modifier
2060 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1520 Avoid variables with short names like o
2061 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1526 Class comments are required
2062 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1526 To avoid mistakes add a comment at the beginning of the ValueView nested class if you want a default access modifier
2063 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1531 To avoid mistakes add a comment at the beginning of the ValueView constructor if you want a default access modifier
2064 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1547 Avoid variables with short names like o
2065 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1556 To avoid mistakes add a comment at the beginning of the EntryView nested class if you want a default access modifier
2066 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1558 To avoid mistakes add a comment at the beginning of the EntryView constructor if you want a default access modifier
2067 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1565 A method should have only one exit point, and that should be the last statement in the method
2068 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1568 Potential violation of Law of Demeter (object not created locally)
2069 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1569 Potential violation of Law of Demeter (object not created locally)
2070 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1570 Potential violation of Law of Demeter (method chain calls)
2071 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1570 Potential violation of Law of Demeter (object not created locally)
2072 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1576 A method should have only one exit point, and that should be the last statement in the method
2073 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1579 Potential violation of Law of Demeter (object not created locally)
2074 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1580 Potential violation of Law of Demeter (object not created locally)
2075 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1581 Potential violation of Law of Demeter (method chain calls)
2076 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1581 Potential violation of Law of Demeter (object not created locally)
2077 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1583 A method should have only one exit point, and that should be the last statement in the method
2078 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1597 To avoid mistakes add a comment at the beginning of the InverseEntryView nested class if you want a default access modifier
2079 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1599 To avoid mistakes add a comment at the beginning of the InverseEntryView constructor if you want a default access modifier
2080 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1606 A method should have only one exit point, and that should be the last statement in the method
2081 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1609 Potential violation of Law of Demeter (object not created locally)
2082 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1610 Potential violation of Law of Demeter (object not created locally)
2083 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1611 Potential violation of Law of Demeter (method chain calls)
2084 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1611 Potential violation of Law of Demeter (object not created locally)
2085 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1617 A method should have only one exit point, and that should be the last statement in the method
2086 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1620 Potential violation of Law of Demeter (object not created locally)
2087 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1621 Potential violation of Law of Demeter (object not created locally)
2088 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1622 Potential violation of Law of Demeter (method chain calls)
2089 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1622 Potential violation of Law of Demeter (object not created locally)
2090 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1624 A method should have only one exit point, and that should be the last statement in the method
2091 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1638 This abstract class does not have any abstract methods
2092 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1638 To avoid mistakes add a comment at the beginning of the ViewIterator nested class if you want a default access modifier
2093 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1641 Found non-transient, non-static member. Please mark as transient or provide accessors.
2094 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1643 Found non-transient, non-static member. Please mark as transient or provide accessors.
2095 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1643 To avoid mistakes add a comment at the beginning of the lastReturnedNode field if you want a default access modifier
2096 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1645 Found non-transient, non-static member. Please mark as transient or provide accessors.
2097 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1647 Found non-transient, non-static member. Please mark as transient or provide accessors.
2098 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1649 Avoid excessively long variable names like expectedModifications
2099 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1649 Found non-transient, non-static member. Please mark as transient or provide accessors.
2100 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1655 To avoid mistakes add a comment at the beginning of the ViewIterator constructor if you want a default access modifier
2101 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1659 Assigning an Object to null is a code smell. Consider refactoring.
2102 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1660 Assigning an Object to null is a code smell. Consider refactoring.
2103 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1663 Public method and constructor comments are required
2104 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1667 Protected method constructor comments are required
2105 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1680 Public method and constructor comments are required
2106 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1684 Protected method constructor comments are required
2107 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1700 Public method and constructor comments are required
2108 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1709 Assigning an Object to null is a code smell. Consider refactoring.
2109 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1721 To avoid mistakes add a comment at the beginning of the ViewMapIterator nested class if you want a default access modifier
2110 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1726 To avoid mistakes add a comment at the beginning of the ViewMapIterator constructor if you want a default access modifier
2111 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1755 Potential violation of Law of Demeter (method chain calls)
2112 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1760 Potential violation of Law of Demeter (method chain calls)
2113 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1767 To avoid mistakes add a comment at the beginning of the InverseViewMapIterator nested class if you want a default access modifier
2114 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1772 To avoid mistakes add a comment at the beginning of the InverseViewMapIterator constructor if you want a default access modifier
2115 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1801 Potential violation of Law of Demeter (method chain calls)
2116 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1806 Potential violation of Law of Demeter (method chain calls)
2117 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1813 To avoid mistakes add a comment at the beginning of the ViewMapEntryIterator nested class if you want a default access modifier
2118 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1818 To avoid mistakes add a comment at the beginning of the ViewMapEntryIterator constructor if you want a default access modifier
2119 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1836 To avoid mistakes add a comment at the beginning of the InverseViewMapEntryIterator nested class if you want a default access modifier
2120 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1841 To avoid mistakes add a comment at the beginning of the InverseViewMapEntryIterator constructor if you want a default access modifier
2121 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1863 Avoid short class names like Node
2122 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1863 To avoid mistakes add a comment at the beginning of the Node nested class if you want a default access modifier
2123 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1865 Field comments are required
2124 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1866 Field comments are required
2125 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1867 Field comments are required
2126 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1867 Found non-transient, non-static member. Please mark as transient or provide accessors.
2127 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1868 Field comments are required
2128 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1868 Found non-transient, non-static member. Please mark as transient or provide accessors.
2129 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1869 Field comments are required
2130 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1869 Found non-transient, non-static member. Please mark as transient or provide accessors.
2131 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1870 Field comments are required
2132 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1870 Found non-transient, non-static member. Please mark as transient or provide accessors.
2133 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1871 Field comments are required
2134 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1871 Found non-transient, non-static member. Please mark as transient or provide accessors.
2135 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1872 Avoid excessively long variable names like calculatedHashCode
2136 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1872 Field comments are required
2137 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1872 Found non-transient, non-static member. Please mark as transient or provide accessors.
2138 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1882 To avoid mistakes add a comment at the beginning of the Node constructor if you want a default access modifier
2139 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 1895 A method should have only one exit point, and that should be the last statement in the method
2140 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2047 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
2141 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2062 A method should have only one exit point, and that should be the last statement in the method
2142 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2065 A method should have only one exit point, and that should be the last statement in the method
2143 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2067 Avoid variables with short names like e
2144 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2068 Potential violation of Law of Demeter (method chain calls)
2145 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2068 Potential violation of Law of Demeter (method chain calls)
2146 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2068 Potential violation of Law of Demeter (object not created locally)
2147 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2068 Potential violation of Law of Demeter (object not created locally)
2148 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2077 Potential violation of Law of Demeter (method chain calls)
2149 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2077 Potential violation of Law of Demeter (method chain calls)
2150 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2087 Each class should declare at least one constructor
2151 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2087 This class has too many methods, consider refactoring it.
2152 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2087 To avoid mistakes add a comment at the beginning of the Inverse nested class if you want a default access modifier
2153 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2090 Found non-transient, non-static member. Please mark as transient or provide accessors.
2154 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2092 Found non-transient, non-static member. Please mark as transient or provide accessors.
2155 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2094 Found non-transient, non-static member. Please mark as transient or provide accessors.
2156 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2098 Potential violation of Law of Demeter (method chain calls)
2157 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2098 Potential violation of Law of Demeter (method chain calls)
2158 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2103 Potential violation of Law of Demeter (method chain calls)
2159 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2103 Potential violation of Law of Demeter (method chain calls)
2160 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2108 Potential violation of Law of Demeter (method chain calls)
2161 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2108 Potential violation of Law of Demeter (method chain calls)
2162 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2113 Potential violation of Law of Demeter (method chain calls)
2163 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2113 Potential violation of Law of Demeter (method chain calls)
2164 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2118 Potential violation of Law of Demeter (method chain calls)
2165 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2118 Potential violation of Law of Demeter (method chain calls)
2166 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2123 Potential violation of Law of Demeter (method chain calls)
2167 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2123 Potential violation of Law of Demeter (method chain calls)
2168 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2131 Potential violation of Law of Demeter (method chain calls)
2169 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2131 Potential violation of Law of Demeter (method chain calls)
2170 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2131 Potential violation of Law of Demeter (method chain calls)
2171 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2139 Potential violation of Law of Demeter (method chain calls)
2172 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2139 Potential violation of Law of Demeter (method chain calls)
2173 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2139 Potential violation of Law of Demeter (method chain calls)
2174 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2145 Potential violation of Law of Demeter (method chain calls)
2175 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2145 Potential violation of Law of Demeter (method chain calls)
2176 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2146 Potential violation of Law of Demeter (object not created locally)
2177 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2152 Potential violation of Law of Demeter (method chain calls)
2178 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2152 Potential violation of Law of Demeter (method chain calls)
2179 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2152 Potential violation of Law of Demeter (method chain calls)
2180 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2152 Potential violation of Law of Demeter (method chain calls)
2181 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2153 Potential violation of Law of Demeter (object not created locally)
2182 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2159 Potential violation of Law of Demeter (method chain calls)
2183 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2159 Potential violation of Law of Demeter (method chain calls)
2184 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2172 Potential violation of Law of Demeter (method chain calls)
2185 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2172 Potential violation of Law of Demeter (method chain calls)
2186 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2177 Potential violation of Law of Demeter (method chain calls)
2187 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2177 Potential violation of Law of Demeter (method chain calls)
2188 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2182 Potential violation of Law of Demeter (method chain calls)
2189 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2182 Potential violation of Law of Demeter (method chain calls)
2190 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2212 A method should have only one exit point, and that should be the last statement in the method
2191 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2224 Potential violation of Law of Demeter (method chain calls)
2192 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2224 Potential violation of Law of Demeter (method chain calls)
2193 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2224 Unnecessary use of fully qualified name 'DataElement.VALUE' due to existing static import 'org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement.VALUE'
2194 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2229 Potential violation of Law of Demeter (method chain calls)
2195 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2229 Potential violation of Law of Demeter (method chain calls)
2196 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2229 Unnecessary use of fully qualified name 'DataElement.VALUE' due to existing static import 'org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement.VALUE'
2197 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2234 Potential violation of Law of Demeter (method chain calls)
2198 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2234 Potential violation of Law of Demeter (method chain calls)
2199 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java 2234 Unnecessary use of fully qualified name 'DataElement.VALUE' due to existing static import 'org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement.VALUE'
2200 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 1 Comment is too large: Too many lines
2201 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 29 Comment is too large: Too many lines
2202 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 40 This class has too many methods, consider refactoring it.
2203 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
2204 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 45 Comment is too large: Too many lines
2205 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 61 A method should have only one exit point, and that should be the last statement in the method
2206 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 122 Avoid variables with short names like it
2207 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 122 Potential violation of Law of Demeter (method chain calls)
2208 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 127 Use block level rather than method level synchronization
2209 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.java 129 Potential violation of Law of Demeter (method chain calls)
2210 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 1 Comment is too large: Too many lines
2211 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 29 Comment is too large: Too many lines
2212 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 40 This class has too many methods, consider refactoring it.
2213 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
2214 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 45 Comment is too large: Too many lines
2215 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 62 A method should have only one exit point, and that should be the last statement in the method
2216 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 128 Avoid variables with short names like it
2217 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 128 Potential violation of Law of Demeter (method chain calls)
2218 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.java 139 Potential violation of Law of Demeter (method chain calls)
2219 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 1 Comment is too large: Too many lines
2220 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 31 Comment is too large: Too many lines
2221 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 42 This class has too many methods, consider refactoring it.
2222 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
2223 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 47 Comment is too large: Too many lines
2224 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 63 A method should have only one exit point, and that should be the last statement in the method
2225 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 124 Avoid variables with short names like it
2226 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 124 Potential violation of Law of Demeter (method chain calls)
2227 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 131 Potential violation of Law of Demeter (method chain calls)
2228 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 139 Avoid variables with short names like sm
2229 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 139 Potential violation of Law of Demeter (method chain calls)
2230 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 145 Avoid variables with short names like sm
2231 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 145 Potential violation of Law of Demeter (method chain calls)
2232 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 151 Avoid variables with short names like sm
2233 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.java 151 Potential violation of Law of Demeter (method chain calls)
2234 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/package-info.java 1 Comment is too large: Too many lines
2235 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/package-info.java 17 Comment is too large: Too many lines
2236 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/package-info.java 22 Comment is too large: Line too long
2237 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bidimap/package-info.java 23 Comment is too large: Line too long
2238 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 1 Comment is too large: Too many lines
2239 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 26 Comment is too large: Too many lines
2240 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 27 Comment is too large: Line too long
2241 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 28 Comment is too large: Line too long
2242 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 31 Comment is too large: Line too long
2243 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 89 Potential violation of Law of Demeter (object not created locally)
2244 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 95 A method should have only one exit point, and that should be the last statement in the method
2245 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 113 Potential violation of Law of Demeter (method chain calls)
2246 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 129 Comment is too large: Line too long
2247 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 131 Potential violation of Law of Demeter (method chain calls)
2248 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 131 Potential violation of Law of Demeter (method chain calls)
2249 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 167 Comment is too large: Too many lines
2250 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 168 Comment is too large: Line too long
2251 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilter.java 171 Comment is too large: Line too long
2252 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 1 Comment is too large: Too many lines
2253 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 29 Comment is too large: Too many lines
2254 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 56 This class has too many methods, consider refactoring it.
2255 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 61 Found non-transient, non-static member. Please mark as transient or provide accessors.
2256 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 63 Comment is too large: Too many lines
2257 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 87 Found non-transient, non-static member. Please mark as transient or provide accessors.
2258 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 92 Comment is too large: Line too long
2259 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 97 Found non-transient, non-static member. Please mark as transient or provide accessors.
2260 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 102 To avoid mistakes add a comment at the beginning of the IndexIterator constructor if you want a default access modifier
2261 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 103 Overridable method 'advance' called during object construction
2262 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 109 To avoid mistakes add a comment at the beginning of the advance method if you want a default access modifier
2263 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 162 A method should have only one exit point, and that should be the last statement in the method
2264 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 179 Comment is too large: Line too long
2265 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 187 A method should have only one exit point, and that should be the last statement in the method
2266 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 195 Avoid variables with short names like bs
2267 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 256 Comment is too large: Too many lines
2268 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 298 Potential violation of Law of Demeter (method chain calls)
2269 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilter.java 298 Potential violation of Law of Demeter (method chain calls)
2270 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 1 Comment is too large: Too many lines
2271 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
2272 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 54 Potential violation of Law of Demeter (object not created locally)
2273 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 55 A method should have only one exit point, and that should be the last statement in the method
2274 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 55 Potential violation of Law of Demeter (object not created locally)
2275 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 69 Potential violation of Law of Demeter (object not created locally)
2276 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 71 A method should have only one exit point, and that should be the last statement in the method
2277 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 84 Potential violation of Law of Demeter (method chain calls)
2278 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 110 Potential violation of Law of Demeter (object not created locally)
2279 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 111 A method should have only one exit point, and that should be the last statement in the method
2280 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 111 Potential violation of Law of Demeter (object not created locally)
2281 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 121 Potential violation of Law of Demeter (object not created locally)
2282 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 122 A method should have only one exit point, and that should be the last statement in the method
2283 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilter.java 122 Potential violation of Law of Demeter (object not created locally)
2284 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 1 Comment is too large: Too many lines
2285 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 38 Comment is too large: Too many lines
2286 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 39 Comment is too large: Line too long
2287 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 41 Comment is too large: Line too long
2288 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 43 Comment is too large: Line too long
2289 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 51 Comment is too large: Line too long
2290 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 58 Comment is too large: Too many lines
2291 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 59 Comment is too large: Line too long
2292 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 60 Comment is too large: Line too long
2293 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 66 Comment is too large: Line too long
2294 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 71 Comment is too large: Too many lines
2295 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 72 Comment is too large: Line too long
2296 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 73 Comment is too large: Line too long
2297 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 79 Comment is too large: Line too long
2298 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 86 Comment is too large: Too many lines
2299 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 87 Comment is too large: Line too long
2300 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 90 Comment is too large: Line too long
2301 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 91 Comment is too large: Line too long
2302 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 96 Comment is too large: Line too long
2303 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 101 Comment is too large: Too many lines
2304 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 102 Comment is too large: Line too long
2305 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 103 Comment is too large: Line too long
2306 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 105 Comment is too large: Line too long
2307 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 106 Comment is too large: Line too long
2308 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 111 Comment is too large: Line too long
2309 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 128 Comment is too large: Line too long
2310 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java 146 Comment is too large: Line too long
2311 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 1 Comment is too large: Too many lines
2312 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 20 Comment is too large: Line too long
2313 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 41 Comment is too large: Too many lines
2314 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 42 Comment is too large: Line too long
2315 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 45 Comment is too large: Line too long
2316 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 48 Comment is too large: Line too long
2317 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 56 Comment is too large: Line too long
2318 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 59 Comment is too large: Line too long
2319 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 63 Comment is too large: Too many lines
2320 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 64 Comment is too large: Line too long
2321 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 65 Comment is too large: Line too long
2322 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexer.java 68 Comment is too large: Line too long
2323 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 1 Comment is too large: Too many lines
2324 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 21 Comment is too large: Too many lines
2325 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 58 Comment is too large: Line too long
2326 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 77 Comment is too large: Too many lines
2327 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 78 Comment is too large: Line too long
2328 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 79 Comment is too large: Line too long
2329 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 81 Comment is too large: Line too long
2330 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 84 Comment is too large: Line too long
2331 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 85 Comment is too large: Line too long
2332 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 86 Comment is too large: Line too long
2333 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 88 Comment is too large: Line too long
2334 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 89 Comment is too large: Line too long
2335 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 97 Comment is too large: Line too long
2336 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 107 Comment is too large: Too many lines
2337 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 108 Comment is too large: Line too long
2338 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 111 Comment is too large: Line too long
2339 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 124 Comment is too large: Too many lines
2340 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 125 Comment is too large: Line too long
2341 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 126 Comment is too large: Line too long
2342 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 127 Comment is too large: Line too long
2343 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 139 Comment is too large: Too many lines
2344 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 141 Comment is too large: Line too long
2345 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 143 Comment is too large: Line too long
2346 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 150 Comment is too large: Line too long
2347 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 157 Comment is too large: Too many lines
2348 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 158 Comment is too large: Line too long
2349 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 159 Comment is too large: Line too long
2350 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 160 Comment is too large: Line too long
2351 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 166 Comment is too large: Line too long
2352 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 172 Comment is too large: Too many lines
2353 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 174 Comment is too large: Line too long
2354 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 181 Comment is too large: Line too long
2355 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 187 Comment is too large: Too many lines
2356 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 189 Comment is too large: Line too long
2357 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java 196 Comment is too large: Line too long
2358 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 1 Comment is too large: Too many lines
2359 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 32 Comment is too large: Line too long
2360 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 33 Comment is too large: Line too long
2361 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 34 Comment is too large: Line too long
2362 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
2363 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 87 Potential violation of Law of Demeter (object not created locally)
2364 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 91 A method should have only one exit point, and that should be the last statement in the method
2365 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 100 A method should have only one exit point, and that should be the last statement in the method
2366 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 110 Avoid variables with short names like n
2367 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 110 Potential violation of Law of Demeter (method chain calls)
2368 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 113 Potential violation of Law of Demeter (object not created locally)
2369 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilter.java 132 A method should have only one exit point, and that should be the last statement in the method
2370 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/IndexFilters.java 1 Comment is too large: Too many lines
2371 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/IndexFilters.java 36 Comment is too large: Too many lines
2372 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/IndexFilters.java 59 To avoid mistakes add a comment at the beginning of the distinctIndexes method if you want a default access modifier
2373 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 1 Comment is too large: Too many lines
2374 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 27 Comment is too large: Too many lines
2375 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 40 Comment is too large: Too many lines
2376 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 42 Comment is too large: Line too long
2377 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 58 Comment is too large: Line too long
2378 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 72 Comment is too large: Line too long
2379 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 76 Comment is too large: Line too long
2380 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 80 Potential violation of Law of Demeter (object not created locally)
2381 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 81 Potential violation of Law of Demeter (object not created locally)
2382 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 82 Potential violation of Law of Demeter (object not created locally)
2383 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 97 Potential violation of Law of Demeter (object not created locally)
2384 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 98 Potential violation of Law of Demeter (object not created locally)
2385 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 99 Potential violation of Law of Demeter (object not created locally)
2386 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 115 Comment is too large: Too many lines
2387 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 128 Comment is too large: Too many lines
2388 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 131 Comment is too large: Line too long
2389 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/SetOperations.java 152 Potential violation of Law of Demeter (method chain calls)
2390 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 1 Comment is too large: Too many lines
2391 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
2392 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
2393 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 58 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
2394 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 74 Potential violation of Law of Demeter (method chain calls)
2395 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 74 Potential violation of Law of Demeter (method chain calls)
2396 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 80 Potential violation of Law of Demeter (method chain calls)
2397 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 80 Potential violation of Law of Demeter (method chain calls)
2398 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 92 Avoid variables with short names like k
2399 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 92 Found non-transient, non-static member. Please mark as transient or provide accessors.
2400 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 94 Avoid variables with short names like m
2401 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 94 Found non-transient, non-static member. Please mark as transient or provide accessors.
2402 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 96 Found non-transient, non-static member. Please mark as transient or provide accessors.
2403 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 98 Found non-transient, non-static member. Please mark as transient or provide accessors.
2404 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 100 Found non-transient, non-static member. Please mark as transient or provide accessors.
2405 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 119 A method should have only one exit point, and that should be the last statement in the method
2406 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 126 A method should have only one exit point, and that should be the last statement in the method
2407 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 156 Avoid unnecessary constructors - the compiler will generate these for you
2408 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 173 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
2409 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 173 Found non-transient, non-static member. Please mark as transient or provide accessors.
2410 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 173 To avoid mistakes add a comment at the beginning of the buffers field if you want a default access modifier
2411 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 179 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
2412 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 179 Found non-transient, non-static member. Please mark as transient or provide accessors.
2413 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasher.java 179 To avoid mistakes add a comment at the beginning of the function field if you want a default access modifier
2414 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunction.java 1 Comment is too large: Too many lines
2415 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunction.java 34 Comment is too large: Too many lines
2416 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunction.java 41 Comment is too large: Line too long
2417 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 1 Comment is too large: Too many lines
2418 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 29 Comment is too large: Too many lines
2419 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 57 Comment is too large: Too many lines
2420 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 61 Comment is too large: Line too long
2421 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 64 Comment is too large: Line too long
2422 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 65 Comment is too large: Line too long
2423 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 70 Comment is too large: Too many lines
2424 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 82 Comment is too large: Too many lines
2425 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 104 Comment is too large: Too many lines
2426 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 105 Comment is too large: Line too long
2427 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 110 Comment is too large: Line too long
2428 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 119 Potential violation of Law of Demeter (method chain calls)
2429 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 120 Potential violation of Law of Demeter (method chain calls)
2430 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 124 Comment is too large: Too many lines
2431 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 131 Comment is too large: Line too long
2432 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 154 Comment is too large: Too many lines
2433 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentity.java 155 Comment is too large: Line too long
2434 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java 1 Comment is too large: Too many lines
2435 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java 26 The class 'HashFunctionIdentityImpl' is suspected to be a Data Class (WOC=14.286%, NOPA=0, NOAM=4, WMC=7)
2436 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java 27 Field comments are required
2437 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java 28 Field comments are required
2438 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java 29 Field comments are required
2439 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java 30 Field comments are required
2440 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
2441 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImpl.java 31 Field comments are required
2442 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 1 Comment is too large: Too many lines
2443 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 29 Comment is too large: Too many lines
2444 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 33 Comment is too large: Line too long
2445 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 36 Comment is too large: Line too long
2446 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 37 Comment is too large: Line too long
2447 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 38 Comment is too large: Line too long
2448 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 41 Comment is too large: Line too long
2449 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 50 Avoid variables with short names like a
2450 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 50 To avoid mistakes add a comment at the beginning of the hash method if you want a default access modifier
2451 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 53 Potential violation of Law of Demeter (method chain calls)
2452 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 56 Comment is too large: Too many lines
2453 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 69 Avoid variables with short names like a
2454 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 69 Avoid variables with short names like b
2455 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 70 Useless parentheses.
2456 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 72 Potential violation of Law of Demeter (method chain calls)
2457 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 75 Comment is too large: Too many lines
2458 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 84 Avoid variables with short names like a
2459 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidator.java 84 Avoid variables with short names like b
2460 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 1 Comment is too large: Too many lines
2461 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 22 Comment is too large: Too many lines
2462 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 48 Comment is too large: Too many lines
2463 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 78 Comment is too large: Line too long
2464 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 86 Potential violation of Law of Demeter (method chain calls)
2465 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 100 Avoid variables with short names like ch
2466 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 108 Comment is too large: Too many lines
2467 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 112 Comment is too large: Line too long
2468 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 113 Comment is too large: Line too long
2469 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java 114 Comment is too large: Line too long
2470 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 1 Comment is too large: Too many lines
2471 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 21 Comment is too large: Too many lines
2472 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 25 Comment is too large: Line too long
2473 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 32 Comment is too large: Line too long
2474 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 38 Comment is too large: Line too long
2475 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 41 Comment is too large: Line too long
2476 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 49 Comment is too large: Line too long
2477 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 54 Comment is too large: Line too long
2478 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 73 Avoid excessively long variable names like numberOfHashFunctions
2479 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 78 Field hashCode has the same name as a method
2480 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
2481 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 83 Avoid excessively long variable names like hashFunctionIdentity
2482 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 85 Comment is too large: Too many lines
2483 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 86 Comment is too large: Line too long
2484 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 93 Comment is too large: Line too long
2485 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 94 Comment is too large: Line too long
2486 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 98 Comment is too large: Line too long
2487 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 102 Comment is too large: Line too long
2488 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 103 Comment is too large: Line too long
2489 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 107 Avoid excessively long variable names like hashFunctionIdentity
2490 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 108 Avoid excessively long variable names like numberOfHashFunctions
2491 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 109 The String literal "hashFunctionIdentity" appears 4 times in this file; the first occurrence is on line 109
2492 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 116 Avoid variables with short names like n
2493 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 135 Comment is too large: Too many lines
2494 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 136 Comment is too large: Line too long
2495 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 146 Comment is too large: Line too long
2496 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 147 Comment is too large: Line too long
2497 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 152 Comment is too large: Line too long
2498 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 154 Comment is too large: Line too long
2499 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 155 Comment is too large: Line too long
2500 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 158 Avoid excessively long variable names like hashFunctionIdentity
2501 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 164 Avoid variables with short names like m
2502 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 176 Comment is too large: Too many lines
2503 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 177 Comment is too large: Line too long
2504 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 183 Comment is too large: Line too long
2505 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 184 Comment is too large: Line too long
2506 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 191 Comment is too large: Line too long
2507 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 196 Avoid excessively long variable names like hashFunctionIdentity
2508 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 206 Comment is too large: Too many lines
2509 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 210 Comment is too large: Line too long
2510 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 211 Comment is too large: Line too long
2511 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 219 Comment is too large: Line too long
2512 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 220 Comment is too large: Line too long
2513 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 223 Avoid excessively long variable names like hashFunctionIdentity
2514 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 224 Avoid excessively long variable names like numberOfHashFunctions
2515 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 242 Avoid using Literals in Conditional Statements
2516 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 256 Avoid using Literals in Conditional Statements
2517 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 269 Avoid excessively long variable names like numberOfHashFunctions
2518 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 270 Avoid using Literals in Conditional Statements
2519 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 280 Comment is too large: Line too long
2520 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 289 Comment is too large: Too many lines
2521 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 292 Comment is too large: Line too long
2522 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 293 Comment is too large: Line too long
2523 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 304 Avoid using Literals in Conditional Statements
2524 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 310 Comment is too large: Too many lines
2525 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 317 Comment is too large: Line too long
2526 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 322 Avoid variables with short names like k
2527 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 323 Avoid using Literals in Conditional Statements
2528 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 335 Avoid variables with short names like o
2529 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 338 A method should have only one exit point, and that should be the last statement in the method
2530 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 393 Comment is too large: Too many lines
2531 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 395 Comment is too large: Line too long
2532 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 398 Comment is too large: Line too long
2533 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 401 Comment is too large: Line too long
2534 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 402 Comment is too large: Line too long
2535 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Shape.java 403 Comment is too large: Line too long
2536 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 1 Comment is too large: Too many lines
2537 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 26 Comment is too large: Line too long
2538 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
2539 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 46 Comment is too large: Line too long
2540 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 58 Comment is too large: Line too long
2541 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 73 Avoid variables with short names like i
2542 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 83 Comment is too large: Line too long
2543 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 117 Comment is too large: Too many lines
2544 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 119 Comment is too large: Line too long
2545 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java 132 Potential violation of Law of Demeter (method chain calls)
2546 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5Cyclic.java 1 Comment is too large: Too many lines
2547 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5Cyclic.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
2548 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5Cyclic.java 41 You shouldnt declare field of MessageDigest type, because unsynchronized access could cause problems
2549 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5Cyclic.java 53 Found non-transient, non-static member. Please mark as transient or provide accessors.
2550 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5Cyclic.java 79 Avoid variables with short names like lb
2551 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5Cyclic.java 79 Potential violation of Law of Demeter (method chain calls)
2552 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5Cyclic.java 80 Potential violation of Law of Demeter (object not created locally)
2553 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5Cyclic.java 81 Potential violation of Law of Demeter (object not created locally)
2554 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64Cyclic.java 1 Comment is too large: Too many lines
2555 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64Cyclic.java 22 Comment is too large: Too many lines
2556 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64Cyclic.java 26 Comment is too large: Line too long
2557 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64Cyclic.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
2558 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86Iterative.java 1 Comment is too large: Too many lines
2559 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86Iterative.java 22 Comment is too large: Too many lines
2560 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86Iterative.java 26 Comment is too large: Line too long
2561 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterative.java 1 Comment is too large: Too many lines
2562 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterative.java 22 Comment is too large: Too many lines
2563 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterative.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
2564 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Signatures.java 1 Comment is too large: Too many lines
2565 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Signatures.java 31 Comment is too large: Too many lines
2566 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Signatures.java 32 Comment is too large: Line too long
2567 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Signatures.java 35 Comment is too large: Line too long
2568 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/Signatures.java 43 To avoid mistakes add a comment at the beginning of the getSignature method if you want a default access modifier
2569 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/package-info.java 1 Comment is too large: Too many lines
2570 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/package-info.java 20 Comment is too large: Line too long
2571 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/package-info.java 1 Comment is too large: Too many lines
2572 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/package-info.java 19 Comment is too large: Line too long
2573 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 1 Comment is too large: Too many lines
2574 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 18 Comment is too large: Too many lines
2575 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 25 Comment is too large: Line too long
2576 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 26 Comment is too large: Line too long
2577 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 27 Comment is too large: Line too long
2578 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 28 Comment is too large: Line too long
2579 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 29 Comment is too large: Line too long
2580 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 30 Comment is too large: Line too long
2581 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 31 Comment is too large: Line too long
2582 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 32 Comment is too large: Line too long
2583 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 33 Comment is too large: Line too long
2584 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 34 Comment is too large: Line too long
2585 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 35 Comment is too large: Line too long
2586 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 47 Comment is too large: Line too long
2587 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 62 Comment is too large: Line too long
2588 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 75 Comment is too large: Line too long
2589 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 76 Comment is too large: Line too long
2590 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 88 Comment is too large: Line too long
2591 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 96 Comment is too large: Line too long
2592 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 102 Comment is too large: Line too long
2593 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 111 Comment is too large: Line too long
2594 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 113 Comment is too large: Line too long
2595 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/bloomfilter/package-info.java 121 Comment is too large: Line too long
2596 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 1 Comment is too large: Too many lines
2597 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 25 Comment is too large: Too many lines
2598 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 45 Comment is too large: Line too long
2599 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 48 Comment is too large: Line too long
2600 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 49 Comment is too large: Line too long
2601 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 51 Comment is too large: Line too long
2602 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 53 Comment is too large: Line too long
2603 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 60 This class has too many methods, consider refactoring it.
2604 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 66 Found non-transient, non-static member. Please mark as transient or provide accessors.
2605 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 72 Document empty constructor
2606 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 109 Potential violation of Law of Demeter (method chain calls)
2607 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 114 Potential violation of Law of Demeter (method chain calls)
2608 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 119 Potential violation of Law of Demeter (method chain calls)
2609 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 124 Potential violation of Law of Demeter (method chain calls)
2610 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 129 Potential violation of Law of Demeter (method chain calls)
2611 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 134 Potential violation of Law of Demeter (method chain calls)
2612 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 139 Potential violation of Law of Demeter (method chain calls)
2613 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 144 Potential violation of Law of Demeter (method chain calls)
2614 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 149 Potential violation of Law of Demeter (method chain calls)
2615 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 154 Potential violation of Law of Demeter (method chain calls)
2616 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 159 Potential violation of Law of Demeter (method chain calls)
2617 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 167 Potential violation of Law of Demeter (method chain calls)
2618 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 172 Potential violation of Law of Demeter (method chain calls)
2619 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 177 Potential violation of Law of Demeter (method chain calls)
2620 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/AbstractCollectionDecorator.java 182 Potential violation of Law of Demeter (method chain calls)
2621 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 1 Comment is too large: Too many lines
2622 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 33 Comment is too large: Too many lines
2623 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 36 Comment is too large: Line too long
2624 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 43 This class has too many methods, consider refactoring it.
2625 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
2626 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 57 Document empty constructor
2627 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 65 Avoid excessively long variable names like compositeCollection
2628 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 66 Overridable method 'addComposited' called during object construction
2629 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 66 Overridable method 'addComposited' called during object construction
2630 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 75 Avoid excessively long variable names like compositeCollection1
2631 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 76 Avoid excessively long variable names like compositeCollection2
2632 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 77 Overridable method 'addComposited' called during object construction
2633 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 85 Avoid excessively long variable names like compositeCollections
2634 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 86 Overridable method 'addComposited' called during object construction
2635 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 86 Overridable method 'addComposited' called during object construction
2636 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 116 A method should have only one exit point, and that should be the last statement in the method
2637 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 134 A method should have only one exit point, and that should be the last statement in the method
2638 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 140 Comment is too large: Too many lines
2639 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 153 A method should have only one exit point, and that should be the last statement in the method
2640 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 170 Avoid variables with short names like i
2641 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 189 The initializer for variable 'result' is never used (overwritten on lines 191 and 193)
2642 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 193 Potential violation of Law of Demeter (method chain calls)
2643 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 203 Assigning an Object to null is a code smell. Consider refactoring.
2644 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 208 Comment is too large: Too many lines
2645 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 229 Comment is too large: Too many lines
2646 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 249 Comment is too large: Too many lines
2647 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 250 Comment is too large: Line too long
2648 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 261 A method should have only one exit point, and that should be the last statement in the method
2649 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 265 A method should have only one exit point, and that should be the last statement in the method
2650 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 271 Comment is too large: Too many lines
2651 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 292 Comment is too large: Too many lines
2652 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 293 Comment is too large: Line too long
2653 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 304 A method should have only one exit point, and that should be the last statement in the method
2654 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 313 Comment is too large: Too many lines
2655 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 314 Comment is too large: Line too long
2656 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 326 A method should have only one exit point, and that should be the last statement in the method
2657 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 335 Comment is too large: Too many lines
2658 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 336 Comment is too large: Line too long
2659 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 384 Avoid excessively long variable names like compositeCollection
2660 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 396 Avoid excessively long variable names like compositeCollection1
2661 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 397 Avoid excessively long variable names like compositeCollection2
2662 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 411 Avoid excessively long variable names like compositeCollections
2663 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 412 Avoid excessively long variable names like compositeCollection
2664 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 462 Comment is too large: Too many lines
2665 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 476 Comment is too large: Too many lines
2666 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/CompositeCollection.java 492 Comment is too large: Too many lines
2667 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 1 Comment is too large: Too many lines
2668 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 29 Comment is too large: Too many lines
2669 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 48 This class has too many methods, consider refactoring it.
2670 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 56 Found non-transient, non-static member. Please mark as transient or provide accessors.
2671 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 59 Found non-transient, non-static member. Please mark as transient or provide accessors.
2672 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
2673 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 64 Comment is too large: Too many lines
2674 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 67 Comment is too large: Line too long
2675 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 83 Comment is too large: Too many lines
2676 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 113 Overridable method 'reindex' called during object construction
2677 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 119 Comment is too large: Line too long
2678 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 151 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 151
2679 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 166 A method should have only one exit point, and that should be the last statement in the method
2680 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 172 Comment is too large: Too many lines
2681 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 186 Potential violation of Law of Demeter (method chain calls)
2682 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 186 Potential violation of Law of Demeter (object not created locally)
2683 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 193 Comment is too large: Line too long
2684 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 226 A method should have only one exit point, and that should be the last statement in the method
2685 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 229 Avoid variables with short names like it
2686 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/IndexedCollection.java 265 Comment is too large: Line too long
2687 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 1 Comment is too large: Too many lines
2688 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 41 Comment is too large: Too many lines
2689 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 47 Comment is too large: Line too long
2690 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 53 Comment is too large: Line too long
2691 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 68 Found non-transient, non-static member. Please mark as transient or provide accessors.
2692 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 93 Comment is too large: Too many lines
2693 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 112 Comment is too large: Too many lines
2694 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 127 Overridable method 'validate' called during object construction
2695 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 131 Comment is too large: Too many lines
2696 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 158 Potential violation of Law of Demeter (method chain calls)
2697 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 161 Comment is too large: Too many lines
2698 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 175 Potential violation of Law of Demeter (method chain calls)
2699 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 178 Comment is too large: Too many lines
2700 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 181 Comment is too large: Line too long
2701 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 182 Comment is too large: Line too long
2702 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 183 Comment is too large: Line too long
2703 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 188 Comment is too large: Line too long
2704 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 195 Comment is too large: Line too long
2705 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 198 Comment is too large: Line too long
2706 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 204 This class has too many methods, consider refactoring it.
2707 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 207 Found non-transient, non-static member. Please mark as transient or provide accessors.
2708 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 210 Found non-transient, non-static member. Please mark as transient or provide accessors.
2709 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 213 Found non-transient, non-static member. Please mark as transient or provide accessors.
2710 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 226 Comment is too large: Too many lines
2711 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 244 Comment is too large: Too many lines
2712 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 265 Comment is too large: Line too long
2713 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 266 Comment is too large: Line too long
2714 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 274 Comment is too large: Too many lines
2715 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 275 Comment is too large: Line too long
2716 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 276 Comment is too large: Line too long
2717 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 278 Comment is too large: Line too long
2718 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 279 Comment is too large: Line too long
2719 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 289 Potential violation of Law of Demeter (object not created locally)
2720 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 296 Comment is too large: Line too long
2721 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 297 Comment is too large: Line too long
2722 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 305 Comment is too large: Too many lines
2723 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 306 Comment is too large: Line too long
2724 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 307 Comment is too large: Line too long
2725 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 309 Comment is too large: Line too long
2726 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 310 Comment is too large: Line too long
2727 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 320 Potential violation of Law of Demeter (object not created locally)
2728 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 327 Comment is too large: Line too long
2729 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 328 Comment is too large: Line too long
2730 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 336 Comment is too large: Too many lines
2731 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 337 Comment is too large: Line too long
2732 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 338 Comment is too large: Line too long
2733 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 340 Comment is too large: Line too long
2734 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 341 Comment is too large: Line too long
2735 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 350 Avoid excessively long variable names like predicatedMultiSet
2736 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 352 Potential violation of Law of Demeter (object not created locally)
2737 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 359 Comment is too large: Line too long
2738 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 360 Comment is too large: Line too long
2739 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 368 Comment is too large: Too many lines
2740 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 369 Comment is too large: Line too long
2741 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 370 Comment is too large: Line too long
2742 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 372 Comment is too large: Line too long
2743 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 373 Comment is too large: Line too long
2744 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 383 Potential violation of Law of Demeter (object not created locally)
2745 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 390 Comment is too large: Line too long
2746 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 391 Comment is too large: Line too long
2747 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 399 Comment is too large: Too many lines
2748 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 400 Comment is too large: Line too long
2749 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 401 Comment is too large: Line too long
2750 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 403 Comment is too large: Line too long
2751 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 404 Comment is too large: Line too long
2752 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java 414 Potential violation of Law of Demeter (object not created locally)
2753 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 1 Comment is too large: Too many lines
2754 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 25 Comment is too large: Too many lines
2755 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 44 This class has too many methods, consider refactoring it.
2756 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
2757 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
2758 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 54 Comment is too large: Too many lines
2759 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 103 Potential violation of Law of Demeter (method chain calls)
2760 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 110 Potential violation of Law of Demeter (method chain calls)
2761 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 117 Potential violation of Law of Demeter (method chain calls)
2762 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 124 Potential violation of Law of Demeter (method chain calls)
2763 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 131 Potential violation of Law of Demeter (method chain calls)
2764 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 138 Potential violation of Law of Demeter (method chain calls)
2765 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 142 Comment is too large: Too many lines
2766 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 155 Potential violation of Law of Demeter (method chain calls)
2767 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 161 Potential violation of Law of Demeter (method chain calls)
2768 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 168 Potential violation of Law of Demeter (method chain calls)
2769 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 175 Potential violation of Law of Demeter (method chain calls)
2770 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 185 Potential violation of Law of Demeter (method chain calls)
2771 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 192 Potential violation of Law of Demeter (method chain calls)
2772 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 199 Potential violation of Law of Demeter (method chain calls)
2773 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 206 Potential violation of Law of Demeter (method chain calls)
2774 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 214 A method should have only one exit point, and that should be the last statement in the method
2775 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 216 Potential violation of Law of Demeter (method chain calls)
2776 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 223 Potential violation of Law of Demeter (method chain calls)
2777 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/SynchronizedCollection.java 230 Potential violation of Law of Demeter (method chain calls)
2778 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 1 Comment is too large: Too many lines
2779 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 26 Comment is too large: Too many lines
2780 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
2781 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 49 Comment is too large: Too many lines
2782 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 68 Comment is too large: Too many lines
2783 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 93 Potential violation of Law of Demeter (method chain calls)
2784 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 99 Comment is too large: Too many lines
2785 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 144 Potential violation of Law of Demeter (method chain calls)
2786 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/TransformedCollection.java 149 Potential violation of Law of Demeter (method chain calls)
2787 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 1 Comment is too large: Too many lines
2788 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 28 Comment is too large: Too many lines
2789 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 49 This class has too many methods, consider refactoring it.
2790 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 54 Comment is too large: Too many lines
2791 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 67 A method should have only one exit point, and that should be the last statement in the method
2792 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 72 Comment is too large: Too many lines
2793 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 95 Avoid reassigning parameters such as 'collection'
2794 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 120 Potential violation of Law of Demeter (method chain calls)
2795 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 163 Potential violation of Law of Demeter (method chain calls)
2796 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.java 168 Potential violation of Law of Demeter (method chain calls)
2797 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableCollection.java 1 Comment is too large: Too many lines
2798 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableCollection.java 26 Comment is too large: Too many lines
2799 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableCollection.java 45 Comment is too large: Too many lines
2800 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableCollection.java 60 A method should have only one exit point, and that should be the last statement in the method
2801 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/UnmodifiableCollection.java 78 Potential violation of Law of Demeter (method chain calls)
2802 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/package-info.java 1 Comment is too large: Too many lines
2803 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/package-info.java 17 Comment is too large: Too many lines
2804 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/package-info.java 23 Comment is too large: Line too long
2805 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/collection/package-info.java 29 Comment is too large: Line too long
2806 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 1 Comment is too large: Too many lines
2807 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 22 Comment is too large: Too many lines
2808 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
2809 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 46 Comment is too large: Too many lines
2810 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 63 Comment is too large: Too many lines
2811 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 80 Comment is too large: Too many lines
2812 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 113 Comment is too large: Too many lines
2813 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 127 Comment is too large: Too many lines
2814 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 137 Avoid variables with short names like b1
2815 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 137 Avoid variables with short names like b2
2816 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 138 Avoid variables with short names like v1
2817 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 139 Avoid variables with short names like v2
2818 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 141 Useless parentheses.
2819 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 141 Useless parentheses.
2820 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 141 Useless parentheses.
2821 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 156 Comment is too large: Too many lines
2822 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 170 Useless parentheses.
2823 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 171 Useless parentheses.
2824 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 171 Useless parentheses.
2825 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 172 Useless parentheses.
2826 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java 175 Comment is too large: Too many lines
2827 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 1 Comment is too large: Too many lines
2828 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 22 Comment is too large: Too many lines
2829 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 36 Comment is too large: Line too long
2830 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 54 Comment is too large: Too many lines
2831 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 74 Avoid unnecessary constructors - the compiler will generate these for you
2832 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 74 Document empty constructor
2833 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 77 Comment is too large: Too many lines
2834 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 107 Comment is too large: Too many lines
2835 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 108 Comment is too large: Line too long
2836 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 113 Comment is too large: Line too long
2837 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparableComparator.java 123 Potential violation of Law of Demeter (method chain calls)
2838 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 1 Comment is too large: Too many lines
2839 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 26 Comment is too large: Too many lines
2840 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 59 Found non-transient, non-static member. Please mark as transient or provide accessors.
2841 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 59 It is somewhat confusing to have a field name matching the declaring class name
2842 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 61 Found non-transient, non-static member. Please mark as transient or provide accessors.
2843 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 63 Field isLocked has the same name as a method
2844 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
2845 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 113 Comment is too large: Too many lines
2846 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 159 Comment is too large: Too many lines
2847 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 168 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
2848 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 257 Comment is too large: Too many lines
2849 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 264 Comment is too large: Line too long
2850 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 267 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
2851 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 267 Avoid variables with short names like o1
2852 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 267 Avoid variables with short names like o2
2853 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 278 Potential violation of Law of Demeter (object not created locally)
2854 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 288 A method should have only one exit point, and that should be the last statement in the method
2855 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 315 Comment is too large: Too many lines
2856 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 334 A method should have only one exit point, and that should be the last statement in the method
2857 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 337 A method should have only one exit point, and that should be the last statement in the method
2858 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 339 Potential violation of Law of Demeter (method chain calls)
2859 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ComparatorChain.java 341 A method should have only one exit point, and that should be the last statement in the method
2860 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 1 Comment is too large: Too many lines
2861 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 26 Comment is too large: Too many lines
2862 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 67 Found non-transient, non-static member. Please mark as transient or provide accessors.
2863 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 67 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
2864 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 70 Found non-transient, non-static member. Please mark as transient or provide accessors.
2865 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 73 Field isLocked has the same name as a method
2866 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 73 Found non-transient, non-static member. Please mark as transient or provide accessors.
2867 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 76 Avoid excessively long variable names like unknownObjectBehavior
2868 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 82 Document empty constructor
2869 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 85 Comment is too large: Too many lines
2870 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 96 Overridable method 'add' called during object construction
2871 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 100 Comment is too large: Too many lines
2872 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 111 Overridable method 'add' called during object construction
2873 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 155 Avoid excessively long variable names like unknownObjectBehavior
2874 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 161 Comment is too large: Too many lines
2875 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 177 Comment is too large: Too many lines
2876 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 201 Comment is too large: Too many lines
2877 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 216 The method 'compare(T, T)' has a cognitive complexity of 21, current threshold is 15
2878 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 216 The method 'compare(T, T)' has a cyclomatic complexity of 13.
2879 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 223 A method should have only one exit point, and that should be the last statement in the method
2880 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 225 A method should have only one exit point, and that should be the last statement in the method
2881 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 235 Potential violation of Law of Demeter (object not created locally)
2882 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 254 Comment is too large: Too many lines
2883 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 269 A method should have only one exit point, and that should be the last statement in the method
2884 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 272 A method should have only one exit point, and that should be the last statement in the method
2885 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 274 Potential violation of Law of Demeter (method chain calls)
2886 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/FixedOrderComparator.java 276 A method should have only one exit point, and that should be the last statement in the method
2887 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 1 Comment is too large: Too many lines
2888 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
2889 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
2890 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 58 Comment is too large: Too many lines
2891 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 75 Comment is too large: Too many lines
2892 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 91 Comment is too large: Too many lines
2893 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 115 Comment is too large: Too many lines
2894 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 132 Avoid variables with short names like o1
2895 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 132 Avoid variables with short names like o2
2896 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 133 Use equals() to compare object references.
2897 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 134 A method should have only one exit point, and that should be the last statement in the method
2898 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 137 A method should have only one exit point, and that should be the last statement in the method
2899 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 140 A method should have only one exit point, and that should be the last statement in the method
2900 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 156 Comment is too large: Too many lines
2901 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 170 A method should have only one exit point, and that should be the last statement in the method
2902 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 173 A method should have only one exit point, and that should be the last statement in the method
2903 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 175 Potential violation of Law of Demeter (method chain calls)
2904 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/NullComparator.java 176 A method should have only one exit point, and that should be the last statement in the method
2905 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java 1 Comment is too large: Too many lines
2906 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java 24 Comment is too large: Too many lines
2907 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
2908 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java 89 Comment is too large: Too many lines
2909 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java 108 A method should have only one exit point, and that should be the last statement in the method
2910 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java 111 A method should have only one exit point, and that should be the last statement in the method
2911 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java 113 Potential violation of Law of Demeter (method chain calls)
2912 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/ReverseComparator.java 115 A method should have only one exit point, and that should be the last statement in the method
2913 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 1 Comment is too large: Too many lines
2914 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 25 Comment is too large: Too many lines
2915 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
2916 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
2917 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 101 Comment is too large: Too many lines
2918 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 116 A method should have only one exit point, and that should be the last statement in the method
2919 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 119 A method should have only one exit point, and that should be the last statement in the method
2920 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 121 Potential violation of Law of Demeter (method chain calls)
2921 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/TransformingComparator.java 123 A method should have only one exit point, and that should be the last statement in the method
2922 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/package-info.java 1 Comment is too large: Too many lines
2923 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/comparators/package-info.java 17 Comment is too large: Too many lines
2924 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java 1 Comment is too large: Too many lines
2925 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
2926 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.java 41 The user-supplied array 'predicates' is stored directly.
2927 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 1 Comment is too large: Too many lines
2928 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 27 Comment is too large: Too many lines
2929 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 43 Comment is too large: Too many lines
2930 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 58 A method should have only one exit point, and that should be the last statement in the method
2931 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 60 Avoid using Literals in Conditional Statements
2932 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 61 A method should have only one exit point, and that should be the last statement in the method
2933 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 67 Comment is too large: Too many lines
2934 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 82 A method should have only one exit point, and that should be the last statement in the method
2935 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 84 Avoid using Literals in Conditional Statements
2936 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 85 A method should have only one exit point, and that should be the last statement in the method
2937 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AllPredicate.java 110 A method should have only one exit point, and that should be the last statement in the method
2938 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AndPredicate.java 1 Comment is too large: Too many lines
2939 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AndPredicate.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
2940 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AndPredicate.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
2941 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AndPredicate.java 39 Comment is too large: Too many lines
2942 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 1 Comment is too large: Too many lines
2943 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 23 Comment is too large: Too many lines
2944 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 39 Comment is too large: Too many lines
2945 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 55 A method should have only one exit point, and that should be the last statement in the method
2946 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 57 Avoid using Literals in Conditional Statements
2947 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 58 A method should have only one exit point, and that should be the last statement in the method
2948 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 63 Comment is too large: Too many lines
2949 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 79 A method should have only one exit point, and that should be the last statement in the method
2950 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 81 Avoid using Literals in Conditional Statements
2951 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 82 A method should have only one exit point, and that should be the last statement in the method
2952 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/AnyPredicate.java 107 A method should have only one exit point, and that should be the last statement in the method
2953 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CatchAndRethrowClosure.java 1 Comment is too large: Too many lines
2954 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CatchAndRethrowClosure.java 22 Comment is too large: Too many lines
2955 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CatchAndRethrowClosure.java 48 Each class should declare at least one constructor
2956 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CatchAndRethrowClosure.java 61 A catch statement that catches an exception only to rethrow it should be avoided.
2957 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CatchAndRethrowClosure.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2958 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CatchAndRethrowClosure.java 63 A catch statement should never catch throwable since it includes errors.
2959 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedClosure.java 1 Comment is too large: Too many lines
2960 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedClosure.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
2961 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedClosure.java 38 Comment is too large: Too many lines
2962 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedClosure.java 50 A method should have only one exit point, and that should be the last statement in the method
2963 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedClosure.java 55 Comment is too large: Too many lines
2964 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedClosure.java 70 A method should have only one exit point, and that should be the last statement in the method
2965 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedClosure.java 74 Avoid variables with short names like i
2966 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 1 Comment is too large: Too many lines
2967 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 25 Comment is too large: Too many lines
2968 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 36 Avoid excessively long variable names like EMPTY_TRANSFORMER_ARRAY
2969 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 36 Field comments are required
2970 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
2971 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 44 Comment is too large: Too many lines
2972 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 56 A method should have only one exit point, and that should be the last statement in the method
2973 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 61 Comment is too large: Too many lines
2974 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 76 A method should have only one exit point, and that should be the last statement in the method
2975 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 90 Consider using varargs for methods or constructors which take an array the last parameter.
2976 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ChainedTransformer.java 113 Avoid reassigning parameters such as 'object'
2977 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java 1 Comment is too large: Too many lines
2978 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java 21 Comment is too large: Too many lines
2979 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java 24 Comment is too large: Line too long
2980 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java 27 Comment is too large: Line too long
2981 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java 29 Comment is too large: Line too long
2982 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java 35 A class which only has private constructors should be final
2983 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java 67 A method should have only one exit point, and that should be the last statement in the method
2984 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/CloneTransformer.java 69 Potential violation of Law of Demeter (method chain calls)
2985 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ClosureTransformer.java 1 Comment is too large: Too many lines
2986 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ClosureTransformer.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
2987 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 1 Comment is too large: Too many lines
2988 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 25 Comment is too large: Too many lines
2989 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 26 Comment is too large: Line too long
2990 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 27 Comment is too large: Line too long
2991 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 29 Comment is too large: Line too long
2992 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 44 Comment is too large: Line too long
2993 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 51 Comment is too large: Line too long
2994 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 52 Comment is too large: Line too long
2995 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 53 Comment is too large: Line too long
2996 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 54 Comment is too large: Line too long
2997 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 66 Comment is too large: Line too long
2998 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 70 Comment is too large: Line too long
2999 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 73 Comment is too large: Line too long
3000 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 74 Comment is too large: Line too long
3001 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 75 Comment is too large: Line too long
3002 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 83 Enum comments are required
3003 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 90 Found non-transient, non-static member. Please mark as transient or provide accessors.
3004 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 93 Found non-transient, non-static member. Please mark as transient or provide accessors.
3005 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 96 Found non-transient, non-static member. Please mark as transient or provide accessors.
3006 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 98 Comment is too large: Too many lines
3007 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 111 Comment is too large: Too many lines
3008 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 141 Comment is too large: Too many lines
3009 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 142 Comment is too large: Line too long
3010 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 145 Comment is too large: Line too long
3011 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 146 Comment is too large: Line too long
3012 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 147 Comment is too large: Line too long
3013 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 148 Comment is too large: Line too long
3014 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 149 Comment is too large: Line too long
3015 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 153 Comment is too large: Line too long
3016 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ComparatorPredicate.java 156 Comment is too large: Line too long
3017 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantFactory.java 1 Comment is too large: Too many lines
3018 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantFactory.java 23 Comment is too large: Too many lines
3019 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantFactory.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
3020 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantFactory.java 54 A method should have only one exit point, and that should be the last statement in the method
3021 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java 1 Comment is too large: Too many lines
3022 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java 23 Comment is too large: Too many lines
3023 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
3024 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java 66 A method should have only one exit point, and that should be the last statement in the method
3025 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java 108 A method should have only one exit point, and that should be the last statement in the method
3026 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java 111 A method should have only one exit point, and that should be the last statement in the method
3027 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java 114 Potential violation of Law of Demeter (object not created locally)
3028 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ConstantTransformer.java 124 Potential violation of Law of Demeter (method chain calls)
3029 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/DefaultEquator.java 1 Comment is too large: Too many lines
3030 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/DefaultEquator.java 29 A class which only has private constructors should be final
3031 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/DefaultEquator.java 63 Avoid variables with short names like o1
3032 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/DefaultEquator.java 63 Avoid variables with short names like o2
3033 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/DefaultEquator.java 64 Use equals() to compare object references.
3034 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/DefaultEquator.java 74 Avoid variables with short names like o
3035 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/EqualPredicate.java 1 Comment is too large: Too many lines
3036 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/EqualPredicate.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3037 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/EqualPredicate.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
3038 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/EqualPredicate.java 50 A method should have only one exit point, and that should be the last statement in the method
3039 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/EqualPredicate.java 55 Comment is too large: Too many lines
3040 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/EqualPredicate.java 66 A method should have only one exit point, and that should be the last statement in the method
3041 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/EqualPredicate.java 105 A method should have only one exit point, and that should be the last statement in the method
3042 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ExceptionClosure.java 1 Comment is too large: Too many lines
3043 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ExceptionFactory.java 1 Comment is too large: Too many lines
3044 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ExceptionPredicate.java 1 Comment is too large: Too many lines
3045 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ExceptionTransformer.java 1 Comment is too large: Too many lines
3046 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FactoryTransformer.java 1 Comment is too large: Too many lines
3047 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FactoryTransformer.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3048 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FactoryTransformer.java 38 Comment is too large: Too many lines
3049 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FalsePredicate.java 1 Comment is too large: Too many lines
3050 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 1 Comment is too large: Too many lines
3051 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 21 Comment is too large: Too many lines
3052 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 24 Comment is too large: Line too long
3053 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 26 Comment is too large: Line too long
3054 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3055 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
3056 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 39 Comment is too large: Too many lines
3057 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 53 A method should have only one exit point, and that should be the last statement in the method
3058 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 55 Avoid using Literals in Conditional Statements
3059 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/ForClosure.java 56 A method should have only one exit point, and that should be the last statement in the method
3060 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 1 Comment is too large: Too many lines
3061 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 31 A class which only has private constructors should be final
3062 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 40 Comment is too large: Line too long
3063 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 47 The String literal "unchecked" appears 7 times in this file; the first occurrence is on line 47
3064 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 48 To avoid mistakes add a comment at the beginning of the copy method if you want a default access modifier
3065 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 50 A method should have only one exit point, and that should be the last statement in the method
3066 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 50 Return an empty collection rather than null.
3067 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 55 Comment is too large: Too many lines
3068 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 68 To avoid mistakes add a comment at the beginning of the coerce method if you want a default access modifier
3069 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 77 To avoid mistakes add a comment at the beginning of the validate method if you want a default access modifier
3070 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 81 Avoid throwing null pointer exceptions.
3071 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 92 To avoid mistakes add a comment at the beginning of the validate method if you want a default access modifier
3072 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 97 Avoid variables with short names like i
3073 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 101 Avoid throwing null pointer exceptions.
3074 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 115 To avoid mistakes add a comment at the beginning of the copy method if you want a default access modifier
3075 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 117 A method should have only one exit point, and that should be the last statement in the method
3076 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 117 Return an empty collection rather than null.
3077 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 127 To avoid mistakes add a comment at the beginning of the validate method if you want a default access modifier
3078 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 131 Avoid throwing null pointer exceptions.
3079 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 136 Comment is too large: Too many lines
3080 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 147 To avoid mistakes add a comment at the beginning of the coerce method if you want a default access modifier
3081 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 158 To avoid mistakes add a comment at the beginning of the copy method if you want a default access modifier
3082 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 160 A method should have only one exit point, and that should be the last statement in the method
3083 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 160 Return an empty collection rather than null.
3084 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 170 To avoid mistakes add a comment at the beginning of the validate method if you want a default access modifier
3085 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 174 Avoid throwing null pointer exceptions.
3086 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 179 Comment is too large: Too many lines
3087 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 180 Comment is too large: Line too long
3088 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java 191 To avoid mistakes add a comment at the beginning of the coerce method if you want a default access modifier
3089 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IdentityPredicate.java 1 Comment is too large: Too many lines
3090 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IdentityPredicate.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3091 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IdentityPredicate.java 46 A method should have only one exit point, and that should be the last statement in the method
3092 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IdentityPredicate.java 70 Use equals() to compare object references.
3093 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfClosure.java 1 Comment is too large: Too many lines
3094 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfClosure.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
3095 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfClosure.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
3096 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfClosure.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
3097 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfClosure.java 43 Comment is too large: Too many lines
3098 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfClosure.java 60 Comment is too large: Too many lines
3099 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfClosure.java 78 Comment is too large: Too many lines
3100 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 1 Comment is too large: Too many lines
3101 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 25 Comment is too large: Too many lines
3102 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 26 Comment is too large: Line too long
3103 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3104 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3105 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
3106 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 46 Comment is too large: Too many lines
3107 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 65 Comment is too large: Too many lines
3108 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 102 Comment is too large: Line too long
3109 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/IfTransformer.java 110 A method should have only one exit point, and that should be the last statement in the method
3110 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstanceofPredicate.java 1 Comment is too large: Too many lines
3111 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstanceofPredicate.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3112 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstanceofPredicate.java 60 Comment is too large: Line too long
3113 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 1 Comment is too large: Too many lines
3114 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 26 Comment is too large: Too many lines
3115 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 29 Comment is too large: Line too long
3116 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 31 Comment is too large: Line too long
3117 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 40 Avoid excessively long variable names like iClassToInstantiate
3118 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3119 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3120 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
3121 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 48 Comment is too large: Too many lines
3122 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 59 Avoid excessively long variable names like classToInstantiate
3123 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 59 The method 'instantiateFactory(Class, Class, Object)' has a cyclomatic complexity of 11.
3124 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 61 Consider using varargs for methods or constructors which take an array the last parameter.
3125 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 70 A method should have only one exit point, and that should be the last statement in the method
3126 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 81 Avoid excessively long variable names like classToInstantiate
3127 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 96 Avoid excessively long variable names like classToInstantiate
3128 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 96 Consider using varargs for methods or constructors which take an array the last parameter.
3129 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateFactory.java 110 New exception is thrown in catch block, original stack trace may be lost
3130 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 1 Comment is too large: Too many lines
3131 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 25 Comment is too large: Too many lines
3132 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 28 Comment is too large: Line too long
3133 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 30 Comment is too large: Line too long
3134 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
3135 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
3136 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 57 Comment is too large: Too many lines
3137 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 66 The method 'instantiateTransformer(Class, Object)' has a cyclomatic complexity of 11.
3138 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 67 Consider using varargs for methods or constructors which take an array the last parameter.
3139 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 68 Useless parentheses.
3140 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 68 Useless parentheses.
3141 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 68 Useless parentheses.
3142 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 69 Useless parentheses.
3143 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 69 Useless parentheses.
3144 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 69 Useless parentheses.
3145 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 70 Useless parentheses.
3146 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 70 Useless parentheses.
3147 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 70 Useless parentheses.
3148 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 70 Useless parentheses.
3149 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 75 A method should have only one exit point, and that should be the last statement in the method
3150 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 88 Comment is too large: Too many lines
3151 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 97 Consider using varargs for methods or constructors which take an array the last parameter.
3152 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 109 The method 'transform(Class)' has a cyclomatic complexity of 11.
3153 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 116 Potential violation of Law of Demeter (object not created locally)
3154 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InstantiateTransformer.java 118 New exception is thrown in catch block, original stack trace may be lost
3155 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 1 Comment is too large: Too many lines
3156 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 26 Comment is too large: Too many lines
3157 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 29 Comment is too large: Line too long
3158 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 31 Comment is too large: Line too long
3159 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3160 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3161 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
3162 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 46 Comment is too large: Too many lines
3163 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 47 Comment is too large: Line too long
3164 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 60 Comment is too large: Too many lines
3165 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 61 Comment is too large: Line too long
3166 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 72 The method 'invokerTransformer(String, Class, Object)' has a cyclomatic complexity of 11.
3167 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 73 Consider using varargs for methods or constructors which take an array the last parameter.
3168 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 75 Useless parentheses.
3169 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 75 Useless parentheses.
3170 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 75 Useless parentheses.
3171 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 76 Useless parentheses.
3172 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 76 Useless parentheses.
3173 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 76 Useless parentheses.
3174 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 77 Useless parentheses.
3175 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 77 Useless parentheses.
3176 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 77 Useless parentheses.
3177 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 77 Useless parentheses.
3178 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 81 A method should have only one exit point, and that should be the last statement in the method
3179 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 97 Comment is too large: Too many lines
3180 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 107 Consider using varargs for methods or constructors which take an array the last parameter.
3181 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 123 A method should have only one exit point, and that should be the last statement in the method
3182 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 127 Potential violation of Law of Demeter (object not created locally)
3183 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 128 Potential violation of Law of Demeter (object not created locally)
3184 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 130 New exception is thrown in catch block, original stack trace may be lost
3185 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/InvokerTransformer.java 133 New exception is thrown in catch block, original stack trace may be lost
3186 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/MapTransformer.java 1 Comment is too large: Too many lines
3187 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/MapTransformer.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3188 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/MapTransformer.java 38 Comment is too large: Too many lines
3189 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/MapTransformer.java 50 A method should have only one exit point, and that should be the last statement in the method
3190 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NOPClosure.java 1 Comment is too large: Too many lines
3191 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NOPTransformer.java 1 Comment is too large: Too many lines
3192 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NOPTransformer.java 28 A class which only has private constructors should be final
3193 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java 1 Comment is too large: Too many lines
3194 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java 23 Comment is too large: Too many lines
3195 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java 39 Comment is too large: Too many lines
3196 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java 53 A method should have only one exit point, and that should be the last statement in the method
3197 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java 58 Comment is too large: Too many lines
3198 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java 72 A method should have only one exit point, and that should be the last statement in the method
3199 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NonePredicate.java 97 A method should have only one exit point, and that should be the last statement in the method
3200 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NotNullPredicate.java 1 Comment is too large: Too many lines
3201 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NotPredicate.java 1 Comment is too large: Too many lines
3202 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NotPredicate.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3203 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullIsExceptionPredicate.java 1 Comment is too large: Too many lines
3204 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullIsExceptionPredicate.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3205 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullIsFalsePredicate.java 1 Comment is too large: Too many lines
3206 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullIsFalsePredicate.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3207 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullIsFalsePredicate.java 69 A method should have only one exit point, and that should be the last statement in the method
3208 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullIsTruePredicate.java 1 Comment is too large: Too many lines
3209 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullIsTruePredicate.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3210 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullIsTruePredicate.java 69 A method should have only one exit point, and that should be the last statement in the method
3211 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/NullPredicate.java 1 Comment is too large: Too many lines
3212 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 1 Comment is too large: Too many lines
3213 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 23 Comment is too large: Too many lines
3214 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 39 Comment is too large: Too many lines
3215 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 55 A method should have only one exit point, and that should be the last statement in the method
3216 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 57 Avoid using Literals in Conditional Statements
3217 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 58 A method should have only one exit point, and that should be the last statement in the method
3218 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 63 Comment is too large: Too many lines
3219 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OnePredicate.java 100 A method should have only one exit point, and that should be the last statement in the method
3220 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OrPredicate.java 1 Comment is too large: Too many lines
3221 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OrPredicate.java 25 Comment is too large: Line too long
3222 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OrPredicate.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3223 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OrPredicate.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
3224 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/OrPredicate.java 39 Comment is too large: Too many lines
3225 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PredicateDecorator.java 1 Comment is too large: Too many lines
3226 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PredicateTransformer.java 1 Comment is too large: Too many lines
3227 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PredicateTransformer.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3228 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 1 Comment is too large: Too many lines
3229 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 31 Comment is too large: Too many lines
3230 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 32 Comment is too large: Line too long
3231 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 35 Comment is too large: Line too long
3232 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 37 Comment is too large: Line too long
3233 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 45 Comment is too large: Too many lines
3234 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 61 Comment is too large: Line too long
3235 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 68 A method should have only one exit point, and that should be the last statement in the method
3236 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 72 A method should have only one exit point, and that should be the last statement in the method
3237 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 76 Potential violation of Law of Demeter (method chain calls)
3238 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 77 A method should have only one exit point, and that should be the last statement in the method
3239 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 98 Comment is too large: Line too long
3240 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 100 To avoid mistakes add a comment at the beginning of the PrototypeCloneFactory nested class if you want a default access modifier
3241 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 103 Found non-transient, non-static member. Please mark as transient or provide accessors.
3242 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 122 New exception is thrown in catch block, original stack trace may be lost
3243 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 151 Comment is too large: Line too long
3244 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 153 To avoid mistakes add a comment at the beginning of the PrototypeSerializationFactory nested class if you want a default access modifier
3245 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 156 Found non-transient, non-static member. Please mark as transient or provide accessors.
3246 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 175 Consider using a try-with-resources statement instead of explicitly closing the resource
3247 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/PrototypeFactory.java 180 Avoid variables with short names like in
3248 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/StringValueTransformer.java 1 Comment is too large: Too many lines
3249 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 1 Comment is too large: Too many lines
3250 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
3251 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3252 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3253 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 44 Comment is too large: Too many lines
3254 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 54 Comment is too large: Line too long
3255 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 66 A method should have only one exit point, and that should be the last statement in the method
3256 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 71 Comment is too large: Too many lines
3257 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 90 Avoid excessively long variable names like predicatesAndClosures
3258 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 96 A method should have only one exit point, and that should be the last statement in the method
3259 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchClosure.java 100 Avoid variables with short names like i
3260 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 1 Comment is too large: Too many lines
3261 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
3262 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3263 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3264 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 44 Comment is too large: Too many lines
3265 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 51 Comment is too large: Line too long
3266 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 60 Avoid excessively long variable names like defaultTransformer
3267 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 67 A method should have only one exit point, and that should be the last statement in the method
3268 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 73 Comment is too large: Too many lines
3269 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 98 A method should have only one exit point, and that should be the last statement in the method
3270 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 101 Avoid excessively long variable names like defaultTransformer
3271 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 104 A method should have only one exit point, and that should be the last statement in the method
3272 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 109 Avoid variables with short names like i
3273 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 125 Comment is too large: Line too long
3274 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 130 Avoid excessively long variable names like defaultTransformer
3275 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 143 Comment is too large: Line too long
3276 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 147 Avoid excessively long variable names like defaultTransformer
3277 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/SwitchTransformer.java 162 A method should have only one exit point, and that should be the last statement in the method
3278 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformedPredicate.java 1 Comment is too large: Too many lines
3279 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformedPredicate.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
3280 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformedPredicate.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3281 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformedPredicate.java 42 Comment is too large: Too many lines
3282 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformerClosure.java 1 Comment is too large: Too many lines
3283 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformerClosure.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3284 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformerClosure.java 38 Comment is too large: Too many lines
3285 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformerClosure.java 49 A method should have only one exit point, and that should be the last statement in the method
3286 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformerPredicate.java 1 Comment is too large: Too many lines
3287 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformerPredicate.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
3288 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TransformerPredicate.java 75 Potential violation of Law of Demeter (object not created locally)
3289 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/TruePredicate.java 1 Comment is too large: Too many lines
3290 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/UniquePredicate.java 1 Comment is too large: Too many lines
3291 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/UniquePredicate.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
3292 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/UniquePredicate.java 54 Avoid unnecessary constructors - the compiler will generate these for you
3293 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/UniquePredicate.java 54 Document empty constructor
3294 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 1 Comment is too large: Too many lines
3295 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 24 Comment is too large: Too many lines
3296 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 25 Comment is too large: Line too long
3297 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 28 Comment is too large: Line too long
3298 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 30 Comment is too large: Line too long
3299 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
3300 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
3301 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
3302 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 45 Comment is too large: Too many lines
3303 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 49 Comment is too large: Line too long
3304 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 51 Comment is too large: Line too long
3305 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 65 Comment is too large: Line too long
3306 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/WhileClosure.java 67 Comment is too large: Line too long
3307 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/package-info.java 1 Comment is too large: Too many lines
3308 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/functors/package-info.java 17 Comment is too large: Too many lines
3309 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 1 Comment is too large: Too many lines
3310 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 26 This abstract class does not have any abstract methods
3311 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 31 Document empty constructor
3312 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 34 Public method and constructor comments are required
3313 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 38 Public method and constructor comments are required
3314 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 39 The String literal "Iterator contains no elements" appears 4 times in this file; the first occurrence is on line 39
3315 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 42 Public method and constructor comments are required
3316 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 46 Public method and constructor comments are required
3317 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 50 An empty method in an abstract class should be abstract instead
3318 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 50 Public method and constructor comments are required
3319 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 54 Public method and constructor comments are required
3320 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 58 Public method and constructor comments are required
3321 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 62 Public method and constructor comments are required
3322 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 66 Public method and constructor comments are required
3323 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 70 An empty method in an abstract class should be abstract instead
3324 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyIterator.java 70 Public method and constructor comments are required
3325 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.java 1 Comment is too large: Too many lines
3326 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.java 31 Avoid unnecessary constructors - the compiler will generate these for you
3327 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.java 31 Document empty constructor
3328 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.java 31 It is a good practice to call super() in a constructor
3329 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.java 34 Public method and constructor comments are required
3330 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.java 38 Public method and constructor comments are required
3331 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.java 42 Linguistics Antipattern - The setter 'setValue' should not return any type except void linguistically
3332 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.java 42 Public method and constructor comments are required
3333 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractIteratorDecorator.java 1 Comment is too large: Too many lines
3334 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractIteratorDecorator.java 43 Potential violation of Law of Demeter (method chain calls)
3335 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.java 1 Comment is too large: Too many lines
3336 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.java 23 Comment is too large: Line too long
3337 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
3338 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.java 1 Comment is too large: Too many lines
3339 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.java 23 Comment is too large: Too many lines
3340 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3341 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.java 1 Comment is too large: Too many lines
3342 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.java 23 Comment is too large: Too many lines
3343 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.java 24 Comment is too large: Line too long
3344 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3345 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/AbstractUntypedIteratorDecorator.java 1 Comment is too large: Too many lines
3346 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 1 Comment is too large: Too many lines
3347 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 24 Comment is too large: Too many lines
3348 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 29 Comment is too large: Line too long
3349 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 41 To avoid mistakes add a comment at the beginning of the array field if you want a default access modifier
3350 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 43 To avoid mistakes add a comment at the beginning of the startIndex field if you want a default access modifier
3351 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 45 To avoid mistakes add a comment at the beginning of the endIndex field if you want a default access modifier
3352 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
3353 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 47 To avoid mistakes add a comment at the beginning of the index field if you want a default access modifier
3354 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 63 Comment is too large: Too many lines
3355 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayIterator.java 77 Comment is too large: Too many lines
3356 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 1 Comment is too large: Too many lines
3357 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 24 Comment is too large: Too many lines
3358 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 32 Comment is too large: Line too long
3359 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 33 Comment is too large: Line too long
3360 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
3361 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 67 Comment is too large: Too many lines
3362 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 81 Comment is too large: Too many lines
3363 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 161 Comment is too large: Line too long
3364 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 162 Comment is too large: Line too long
3365 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 169 Avoid variables with short names like o
3366 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 173 Comment is too large: Too many lines
3367 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 181 Comment is too large: Line too long
3368 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 187 Comment is too large: Line too long
3369 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ArrayListIterator.java 192 Avoid variables with short names like o
3370 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 1 Comment is too large: Too many lines
3371 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 23 Comment is too large: Too many lines
3372 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
3373 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
3374 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
3375 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
3376 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 53 Comment is too large: Too many lines
3377 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 54 Comment is too large: Line too long
3378 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 55 Comment is too large: Line too long
3379 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 57 Comment is too large: Line too long
3380 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 61 Comment is too large: Line too long
3381 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 95 A method should have only one exit point, and that should be the last statement in the method
3382 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 102 Comment is too large: Line too long
3383 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 105 Avoid unnecessary if..then..else statements when returning booleans
3384 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 106 A method should have only one exit point, and that should be the last statement in the method
3385 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 124 Comment is too large: Line too long
3386 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 125 Comment is too large: Line too long
3387 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/BoundedIterator.java 126 Comment is too large: Line too long
3388 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 1 Comment is too large: Too many lines
3389 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 31 Comment is too large: Too many lines
3390 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
3391 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
3392 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
3393 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 87 Comment is too large: Too many lines
3394 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 100 Overridable method 'setComparator' called during object construction
3395 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 103 Comment is too large: Too many lines
3396 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 114 Avoid variables with short names like a
3397 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 115 Avoid variables with short names like b
3398 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 117 Overridable method 'addIterator' called during object construction
3399 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 118 Overridable method 'addIterator' called during object construction
3400 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 121 Comment is too large: Too many lines
3401 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 131 Consider using varargs for methods or constructors which take an array the last parameter.
3402 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 134 Overridable method 'addIterator' called during object construction
3403 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 138 Comment is too large: Too many lines
3404 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 153 Overridable method 'addIterator' called during object construction
3405 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 172 Comment is too large: Too many lines
3406 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 205 Comment is too large: Too many lines
3407 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 240 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3408 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 265 Potential violation of Law of Demeter (method chain calls)
3409 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 306 Avoid variables with short names like i
3410 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 307 Avoid variables with short names like it
3411 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 311 A method should have only one exit point, and that should be the last statement in the method
3412 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 322 Avoid variables with short names like i
3413 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 333 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3414 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 376 A method should have only one exit point, and that should be the last statement in the method
3415 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/CollatingIterator.java 389 A method should have only one exit point, and that should be the last statement in the method
3416 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyIterator.java 1 Comment is too large: Too many lines
3417 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyIterator.java 23 Comment is too large: Too many lines
3418 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyIterator.java 40 Avoid excessively long variable names like RESETTABLE_INSTANCE
3419 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyIterator.java 70 Document empty constructor
3420 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyIterator.java 70 It is a good practice to call super() in a constructor
3421 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyListIterator.java 1 Comment is too large: Too many lines
3422 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyListIterator.java 23 Comment is too large: Too many lines
3423 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyListIterator.java 41 Avoid excessively long variable names like RESETTABLE_INSTANCE
3424 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyListIterator.java 71 Document empty constructor
3425 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyListIterator.java 71 It is a good practice to call super() in a constructor
3426 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyMapIterator.java 1 Comment is too large: Too many lines
3427 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyMapIterator.java 52 Document empty constructor
3428 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyMapIterator.java 52 It is a good practice to call super() in a constructor
3429 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedIterator.java 1 Comment is too large: Too many lines
3430 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedIterator.java 50 Document empty constructor
3431 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedIterator.java 50 It is a good practice to call super() in a constructor
3432 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.java 1 Comment is too large: Too many lines
3433 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.java 52 Document empty constructor
3434 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.java 52 It is a good practice to call super() in a constructor
3435 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 1 Comment is too large: Too many lines
3436 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 25 Comment is too large: Too many lines
3437 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 43 Field comments are required
3438 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
3439 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 44 Field comments are required
3440 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
3441 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 45 Field comments are required
3442 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
3443 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 46 Field comments are required
3444 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
3445 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 81 Comment is too large: Too many lines
3446 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 97 Assigning an Object to null is a code smell. Consider refactoring.
3447 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 131 Comment is too large: Too many lines
3448 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 154 Potential violation of Law of Demeter (method chain calls)
3449 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 155 Assigning an Object to null is a code smell. Consider refactoring.
3450 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EntrySetMapIterator.java 167 A method should have only one exit point, and that should be the last statement in the method
3451 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EnumerationIterator.java 1 Comment is too large: Too many lines
3452 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EnumerationIterator.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
3453 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EnumerationIterator.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
3454 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EnumerationIterator.java 68 Assigning an Object to null is a code smell. Consider refactoring.
3455 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/EnumerationIterator.java 95 Comment is too large: Too many lines
3456 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 1 Comment is too large: Too many lines
3457 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 24 Comment is too large: Too many lines
3458 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 33 The class 'FilterIterator' is suspected to be a Data Class (WOC=30.000%, NOPA=0, NOAM=4, WMC=18)
3459 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3460 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3461 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 48 Document empty constructor
3462 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 102 Comment is too large: Too many lines
3463 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 138 Assigning an Object to null is a code smell. Consider refactoring.
3464 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 158 Assigning an Object to null is a code smell. Consider refactoring.
3465 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 166 Linguistics Antipattern - The setter 'setNextObject' should not return any type except void linguistically
3466 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterIterator.java 172 A method should have only one exit point, and that should be the last statement in the method
3467 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 1 Comment is too large: Too many lines
3468 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 24 Comment is too large: Too many lines
3469 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3470 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
3471 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
3472 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
3473 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
3474 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 68 Field nextIndex has the same name as a method
3475 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 68 Found non-transient, non-static member. Please mark as transient or provide accessors.
3476 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 75 Document empty constructor
3477 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 114 Avoid variables with short names like o
3478 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 172 Avoid variables with short names like o
3479 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 214 Assigning an Object to null is a code smell. Consider refactoring.
3480 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 218 Linguistics Antipattern - The setter 'setNextObject' should not return any type except void linguistically
3481 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 226 A method should have only one exit point, and that should be the last statement in the method
3482 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 232 A method should have only one exit point, and that should be the last statement in the method
3483 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 239 A method should have only one exit point, and that should be the last statement in the method
3484 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 246 Assigning an Object to null is a code smell. Consider refactoring.
3485 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 250 Linguistics Antipattern - The setter 'setPreviousObject' should not return any type except void linguistically
3486 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 258 A method should have only one exit point, and that should be the last statement in the method
3487 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 264 A method should have only one exit point, and that should be the last statement in the method
3488 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/FilterListIterator.java 271 A method should have only one exit point, and that should be the last statement in the method
3489 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 1 Comment is too large: Too many lines
3490 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 25 Comment is too large: Too many lines
3491 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
3492 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 54 It is somewhat confusing to have a field name matching the declaring class name
3493 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
3494 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
3495 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 69 Field isLocked has the same name as a method
3496 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 69 Found non-transient, non-static member. Please mark as transient or provide accessors.
3497 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 77 Document empty constructor
3498 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 80 Comment is too large: Too many lines
3499 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 94 Overridable method 'addIterator' called during object construction
3500 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 97 Comment is too large: Too many lines
3501 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 108 Overridable method 'addIterator' called during object construction
3502 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 109 Overridable method 'addIterator' called during object construction
3503 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 112 Comment is too large: Too many lines
3504 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 123 Overridable method 'addIterator' called during object construction
3505 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 127 Comment is too large: Too many lines
3506 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 141 Overridable method 'addIterator' called during object construction
3507 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java 248 Comment is too large: Too many lines
3508 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorEnumeration.java 1 Comment is too large: Too many lines
3509 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorEnumeration.java 29 Consider replacing this Enumeration with the newer java.util.Iterator
3510 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorEnumeration.java 38 Document empty constructor
3511 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 1 Comment is too large: Too many lines
3512 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 23 Comment is too large: Too many lines
3513 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 38 Comment is too large: Line too long
3514 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 51 Comment is too large: Line too long
3515 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 52 Comment is too large: Line too long
3516 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 63 Comment is too large: Line too long
3517 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 95 Field iterator has the same name as a method
3518 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 95 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3519 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 95 Found non-transient, non-static member. Please mark as transient or provide accessors.
3520 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 98 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3521 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 98 Found non-transient, non-static member. Please mark as transient or provide accessors.
3522 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/IteratorIterable.java 115 Comment is too large: Line too long
3523 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 1 Comment is too large: Too many lines
3524 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 21 Comment is too large: Too many lines
3525 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 22 Comment is too large: Line too long
3526 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 25 Comment is too large: Line too long
3527 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 26 Comment is too large: Line too long
3528 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 29 Comment is too large: Line too long
3529 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 41 Comment is too large: Line too long
3530 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 43 Comment is too large: Line too long
3531 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 48 Each class should declare at least one constructor
3532 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
3533 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
3534 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
3535 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
3536 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 130 Comment is too large: Too many lines
3537 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 131 Comment is too large: Line too long
3538 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 133 Comment is too large: Line too long
3539 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 134 Comment is too large: Line too long
3540 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java 140 Comment is too large: Line too long
3541 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 1 Comment is too large: Too many lines
3542 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 29 Comment is too large: Too many lines
3543 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 42 Comment is too large: Line too long
3544 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 51 Avoid excessively long variable names like UNSUPPORTED_OPERATION_MESSAGE
3545 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 55 Avoid excessively long variable names like CANNOT_REMOVE_MESSAGE
3546 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 58 Found non-transient, non-static member. Please mark as transient or provide accessors.
3547 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
3548 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
3549 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 65 Avoid excessively long variable names like wrappedIteratorIndex
3550 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 65 Found non-transient, non-static member. Please mark as transient or provide accessors.
3551 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 66 Comment is too large: Line too long
3552 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 67 Found non-transient, non-static member. Please mark as transient or provide accessors.
3553 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 93 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3554 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 96 Avoid variables with short names like li
3555 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 111 A method should have only one exit point, and that should be the last statement in the method
3556 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 124 Avoid variables with short names like li
3557 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 125 A method should have only one exit point, and that should be the last statement in the method
3558 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 137 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3559 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 139 A method should have only one exit point, and that should be the last statement in the method
3560 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 144 A method should have only one exit point, and that should be the last statement in the method
3561 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 163 Avoid variables with short names like li
3562 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 164 A method should have only one exit point, and that should be the last statement in the method
3563 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 176 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3564 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 179 Avoid variables with short names like li
3565 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 180 A method should have only one exit point, and that should be the last statement in the method
3566 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 198 Avoid variables with short names like li
3567 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 199 A method should have only one exit point, and that should be the last statement in the method
3568 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 205 Comment is too large: Line too long
3569 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 206 Comment is too large: Line too long
3570 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 208 Comment is too large: Line too long
3571 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 211 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3572 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 239 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3573 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 242 Avoid variables with short names like li
3574 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java 260 Avoid variables with short names like li
3575 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingIterator.java 1 Comment is too large: Too many lines
3576 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingIterator.java 26 Comment is too large: Too many lines
3577 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingIterator.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3578 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingIterator.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
3579 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingIterator.java 46 Comment is too large: Too many lines
3580 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingIterator.java 57 Overridable method 'reset' called during object construction
3581 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingIterator.java 73 Comment is too large: Too many lines
3582 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingIterator.java 93 Comment is too large: Too many lines
3583 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 1 Comment is too large: Too many lines
3584 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 26 Comment is too large: Too many lines
3585 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 41 This class has too many methods, consider refactoring it.
3586 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
3587 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
3588 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 48 Comment is too large: Too many lines
3589 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 88 The String literal "There are no elements for this iterator to loop on" appears 4 times in this file; the first occurrence is on line 88
3590 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 96 Comment is too large: Too many lines
3591 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 114 A method should have only one exit point, and that should be the last statement in the method
3592 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 132 Comment is too large: Too many lines
3593 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 153 A method should have only one exit point, and that should be the last statement in the method
3594 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 158 Comment is too large: Too many lines
3595 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 166 Comment is too large: Line too long
3596 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 176 A method should have only one exit point, and that should be the last statement in the method
3597 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 181 Comment is too large: Too many lines
3598 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 204 Comment is too large: Too many lines
3599 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 224 Comment is too large: Too many lines
3600 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/LoopingListIterator.java 249 The instance method name '_reset' doesn't match '[a-z][a-zA-Z0-9]*'
3601 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/NodeListIterator.java 1 Comment is too large: Too many lines
3602 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/NodeListIterator.java 26 Comment is too large: Too many lines
3603 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/NodeListIterator.java 29 Comment is too large: Line too long
3604 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/NodeListIterator.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
3605 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/NodeListIterator.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3606 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 1 Comment is too large: Too many lines
3607 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 23 Comment is too large: Too many lines
3608 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 29 Comment is too large: Line too long
3609 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 38 To avoid mistakes add a comment at the beginning of the array field if you want a default access modifier
3610 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 40 To avoid mistakes add a comment at the beginning of the startIndex field if you want a default access modifier
3611 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 42 To avoid mistakes add a comment at the beginning of the endIndex field if you want a default access modifier
3612 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
3613 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 44 To avoid mistakes add a comment at the beginning of the index field if you want a default access modifier
3614 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 58 Comment is too large: Too many lines
3615 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 71 Comment is too large: Too many lines
3616 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 82 The user-supplied array 'array' is stored directly.
3617 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java 148 Returning 'array' may expose an internal array.
3618 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 1 Comment is too large: Too many lines
3619 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 23 Comment is too large: Too many lines
3620 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 26 Comment is too large: Line too long
3621 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 29 Comment is too large: Line too long
3622 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
3623 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 62 Comment is too large: Too many lines
3624 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 75 Comment is too large: Too many lines
3625 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 154 Comment is too large: Line too long
3626 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 155 Comment is too large: Line too long
3627 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 165 Comment is too large: Too many lines
3628 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java 171 Comment is too large: Line too long
3629 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 1 Comment is too large: Too many lines
3630 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 26 Comment is too large: Too many lines
3631 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 29 Comment is too large: Line too long
3632 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 68 Comment is too large: Line too long
3633 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 80 Found non-transient, non-static member. Please mark as transient or provide accessors.
3634 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 82 Found non-transient, non-static member. Please mark as transient or provide accessors.
3635 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 84 Found non-transient, non-static member. Please mark as transient or provide accessors.
3636 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 87 Field hasNext has the same name as a method
3637 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 87 Found non-transient, non-static member. Please mark as transient or provide accessors.
3638 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 89 Found non-transient, non-static member. Please mark as transient or provide accessors.
3639 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 91 Found non-transient, non-static member. Please mark as transient or provide accessors.
3640 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 93 Found non-transient, non-static member. Please mark as transient or provide accessors.
3641 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 95 Comment is too large: Too many lines
3642 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 102 Comment is too large: Line too long
3643 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 114 Comment is too large: Too many lines
3644 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 126 Assigning an Object to null is a code smell. Consider refactoring.
3645 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 145 Assigning an Object to null is a code smell. Consider refactoring.
3646 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 175 Use equals() to compare object references.
3647 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 223 Assigning an Object to null is a code smell. Consider refactoring.
3648 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 228 Comment is too large: Too many lines
3649 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ObjectGraphIterator.java 247 Assigning an Object to null is a code smell. Consider refactoring.
3650 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 1 Comment is too large: Too many lines
3651 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 23 Comment is too large: Too many lines
3652 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 26 Comment is too large: Line too long
3653 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3654 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
3655 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3656 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
3657 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 47 Comment is too large: Too many lines
3658 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 61 Avoid variables with short names like it
3659 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 62 A method should have only one exit point, and that should be the last statement in the method
3660 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 86 Assigning an Object to null is a code smell. Consider refactoring.
3661 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 94 A method should have only one exit point, and that should be the last statement in the method
3662 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 99 Comment is too large: Too many lines
3663 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 100 Comment is too large: Line too long
3664 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 103 Comment is too large: Line too long
3665 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 104 Comment is too large: Line too long
3666 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 117 Comment is too large: Line too long
3667 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 121 Comment is too large: Line too long
3668 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 136 Avoid variables with short names like x
3669 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 138 Assigning an Object to null is a code smell. Consider refactoring.
3670 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PeekingIterator.java 146 Comment is too large: Line too long
3671 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 1 Comment is too large: Too many lines
3672 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 29 Comment is too large: Too many lines
3673 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
3674 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
3675 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
3676 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 69 Found non-transient, non-static member. Please mark as transient or provide accessors.
3677 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 106 The method 'next()' has a cyclomatic complexity of 15.
3678 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 106 The method 'next()' has an NPath complexity of 216, current threshold is 200
3679 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 112 Avoid excessively long variable names like indexOfLargestMobileInteger
3680 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 115 Useless parentheses.
3681 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 116 Useless parentheses.
3682 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 125 Assigning an Object to null is a code smell. Consider refactoring.
3683 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PermutationIterator.java 126 A method should have only one exit point, and that should be the last statement in the method
3684 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 1 Comment is too large: Too many lines
3685 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 24 Comment is too large: Too many lines
3686 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 27 Comment is too large: Line too long
3687 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 28 Comment is too large: Line too long
3688 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 30 Comment is too large: Line too long
3689 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
3690 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3691 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 44 Comment is too large: Too many lines
3692 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 58 Avoid variables with short names like it
3693 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 59 A method should have only one exit point, and that should be the last statement in the method
3694 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 77 Comment is too large: Line too long
3695 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/PushbackIterator.java 92 Avoid if (x != y) ..; else ..;
3696 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ReverseListIterator.java 1 Comment is too large: Too many lines
3697 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ReverseListIterator.java 25 Comment is too large: Too many lines
3698 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ReverseListIterator.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
3699 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ReverseListIterator.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
3700 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ReverseListIterator.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
3701 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonIterator.java 1 Comment is too large: Too many lines
3702 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonIterator.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
3703 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonIterator.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3704 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonIterator.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
3705 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonIterator.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
3706 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonIterator.java 77 Comment is too large: Too many lines
3707 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonIterator.java 95 Comment is too large: Too many lines
3708 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonIterator.java 112 Assigning an Object to null is a code smell. Consider refactoring.
3709 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 1 Comment is too large: Too many lines
3710 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 32 Field comments are required
3711 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
3712 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 33 Field comments are required
3713 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
3714 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 34 Field comments are required
3715 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
3716 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 35 Field comments are required
3717 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3718 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 83 Comment is too large: Line too long
3719 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 93 Comment is too large: Too many lines
3720 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 112 Comment is too large: Too many lines
3721 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java 142 Assigning an Object to null is a code smell. Consider refactoring.
3722 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 1 Comment is too large: Too many lines
3723 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 21 Comment is too large: Too many lines
3724 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3725 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
3726 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 41 Comment is too large: Too many lines
3727 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 45 Comment is too large: Line too long
3728 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 49 Comment is too large: Line too long
3729 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 62 Overridable method 'next' called during object construction
3730 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 85 Comment is too large: Line too long
3731 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 86 Comment is too large: Line too long
3732 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/SkippingIterator.java 87 Comment is too large: Line too long
3733 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/TransformIterator.java 1 Comment is too large: Too many lines
3734 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/TransformIterator.java 28 The class 'TransformIterator' is suspected to be a Data Class (WOC=30.000%, NOPA=0, NOAM=4, WMC=11)
3735 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/TransformIterator.java 40 Document empty constructor
3736 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UniqueFilterIterator.java 1 Comment is too large: Too many lines
3737 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableIterator.java 1 Comment is too large: Too many lines
3738 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableIterator.java 24 Comment is too large: Too many lines
3739 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableIterator.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3740 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableIterator.java 38 Comment is too large: Too many lines
3741 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableIterator.java 53 A method should have only one exit point, and that should be the last statement in the method
3742 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableListIterator.java 1 Comment is too large: Too many lines
3743 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableListIterator.java 24 Comment is too large: Too many lines
3744 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableListIterator.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
3745 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableListIterator.java 51 A method should have only one exit point, and that should be the last statement in the method
3746 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableListIterator.java 57 Comment is too large: Line too long
3747 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.java 1 Comment is too large: Too many lines
3748 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.java 24 Comment is too large: Too many lines
3749 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
3750 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.java 39 Comment is too large: Too many lines
3751 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.java 54 A method should have only one exit point, and that should be the last statement in the method
3752 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.java 1 Comment is too large: Too many lines
3753 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.java 24 Comment is too large: Too many lines
3754 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
3755 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.java 40 Comment is too large: Too many lines
3756 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.java 55 A method should have only one exit point, and that should be the last statement in the method
3757 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 1 Comment is too large: Too many lines
3758 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 27 Comment is too large: Too many lines
3759 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
3760 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
3761 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
3762 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 62 Avoid variables with short names like a
3763 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 62 Avoid variables with short names like b
3764 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 66 Comment is too large: Too many lines
3765 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 76 Avoid variables with short names like a
3766 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 77 Avoid variables with short names like b
3767 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 78 Avoid variables with short names like c
3768 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 112 A method should have only one exit point, and that should be the last statement in the method
3769 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 119 A method should have only one exit point, and that should be the last statement in the method
3770 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 134 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3771 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 141 Assigning an Object to null is a code smell. Consider refactoring.
3772 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/ZippingIterator.java 157 Assigning an Object to null is a code smell. Consider refactoring.
3773 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/package-info.java 1 Comment is too large: Too many lines
3774 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/iterators/package-info.java 17 Comment is too large: Too many lines
3775 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractKeyValue.java 1 Comment is too large: Too many lines
3776 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractKeyValue.java 57 Linguistics Antipattern - The setter 'setKey' should not return any type except void linguistically
3777 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractKeyValue.java 57 Protected method constructor comments are required
3778 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractKeyValue.java 73 Linguistics Antipattern - The setter 'setValue' should not return any type except void linguistically
3779 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractKeyValue.java 73 Protected method constructor comments are required
3780 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 1 Comment is too large: Too many lines
3781 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 43 Comment is too large: Too many lines
3782 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 68 A method should have only one exit point, and that should be the last statement in the method
3783 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 71 A method should have only one exit point, and that should be the last statement in the method
3784 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 75 Potential violation of Law of Demeter (method chain calls)
3785 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 75 Potential violation of Law of Demeter (object not created locally)
3786 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 75 Potential violation of Law of Demeter (object not created locally)
3787 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 76 Potential violation of Law of Demeter (method chain calls)
3788 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 76 Potential violation of Law of Demeter (object not created locally)
3789 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 76 Potential violation of Law of Demeter (object not created locally)
3790 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 88 Potential violation of Law of Demeter (method chain calls)
3791 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntry.java 89 Potential violation of Law of Demeter (method chain calls)
3792 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.java 1 Comment is too large: Too many lines
3793 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
3794 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.java 75 A method should have only one exit point, and that should be the last statement in the method
3795 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 1 Comment is too large: Too many lines
3796 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 23 Comment is too large: Too many lines
3797 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 115 Comment is too large: Too many lines
3798 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 127 A method should have only one exit point, and that should be the last statement in the method
3799 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 130 A method should have only one exit point, and that should be the last statement in the method
3800 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 135 Potential violation of Law of Demeter (method chain calls)
3801 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 135 Potential violation of Law of Demeter (object not created locally)
3802 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 135 Potential violation of Law of Demeter (object not created locally)
3803 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 136 Potential violation of Law of Demeter (method chain calls)
3804 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 136 Potential violation of Law of Demeter (object not created locally)
3805 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 136 Potential violation of Law of Demeter (object not created locally)
3806 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 149 Potential violation of Law of Demeter (method chain calls)
3807 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultKeyValue.java 150 Potential violation of Law of Demeter (method chain calls)
3808 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultMapEntry.java 1 Comment is too large: Too many lines
3809 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/DefaultMapEntry.java 24 Comment is too large: Line too long
3810 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 1 Comment is too large: Too many lines
3811 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 24 Comment is too large: Too many lines
3812 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 55 The String literal "unchecked" appears 6 times in this file; the first occurrence is on line 55
3813 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 64 A method should have only one exit point, and that should be the last statement in the method
3814 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 70 A method should have only one exit point, and that should be the last statement in the method
3815 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 116 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3816 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 119 Field hashCode has the same name as a method
3817 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 119 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3818 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 121 Comment is too large: Too many lines
3819 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 135 Comment is too large: Too many lines
3820 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 149 Comment is too large: Too many lines
3821 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 164 Comment is too large: Too many lines
3822 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 180 Comment is too large: Too many lines
3823 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 191 Consider using varargs for methods or constructors which take an array the last parameter.
3824 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 195 Comment is too large: Too many lines
3825 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 229 Consider using varargs for methods or constructors which take an array the last parameter.
3826 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 239 Comment is too large: Too many lines
3827 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 251 A method should have only one exit point, and that should be the last statement in the method
3828 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 255 A method should have only one exit point, and that should be the last statement in the method
3829 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 260 Comment is too large: Too many lines
3830 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/MultiKey.java 287 Comment is too large: Too many lines
3831 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 1 Comment is too large: Too many lines
3832 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 24 Comment is too large: Too many lines
3833 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
3834 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 105 A method should have only one exit point, and that should be the last statement in the method
3835 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 108 A method should have only one exit point, and that should be the last statement in the method
3836 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 113 Potential violation of Law of Demeter (object not created locally)
3837 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 113 Potential violation of Law of Demeter (object not created locally)
3838 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 114 Potential violation of Law of Demeter (object not created locally)
3839 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 114 Potential violation of Law of Demeter (object not created locally)
3840 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 114 Potential violation of Law of Demeter (object not created locally)
3841 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 127 Potential violation of Law of Demeter (method chain calls)
3842 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/TiedMapEntry.java 128 Potential violation of Law of Demeter (object not created locally)
3843 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntry.java 1 Comment is too large: Too many lines
3844 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/package-info.java 1 Comment is too large: Too many lines
3845 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/package-info.java 17 Comment is too large: Too many lines
3846 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/package-info.java 18 Comment is too large: Line too long
3847 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/keyvalue/package-info.java 19 Comment is too large: Line too long
3848 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 1 Comment is too large: Too many lines
3849 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 17 This class has a bunch of public methods and attributes
3850 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 35 Comment is too large: Too many lines
3851 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 46 Avoid really long classes.
3852 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 46 Possible God Class (WMC=97, ATFD=47, TCC=15.079%)
3853 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 46 The class 'AbstractLinkedList' has a total cyclomatic complexity of 97 (highest 11).
3854 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 46 This class has too many methods, consider refactoring it.
3855 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 48 Comment is too large: Too many lines
3856 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 64 To avoid mistakes add a comment at the beginning of the header field if you want a default access modifier
3857 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 67 Field size has the same name as a method
3858 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 67 To avoid mistakes add a comment at the beginning of the size field if you want a default access modifier
3859 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 70 To avoid mistakes add a comment at the beginning of the modCount field if you want a default access modifier
3860 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 78 Document empty constructor
3861 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 87 Overridable method 'init' called during object construction
3862 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 88 Overridable method 'addAll' called during object construction
3863 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 115 Potential violation of Law of Demeter (object not created locally)
3864 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 137 Avoid variables with short names like i
3865 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 139 Potential violation of Law of Demeter (object not created locally)
3866 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 140 A method should have only one exit point, and that should be the last statement in the method
3867 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 149 Avoid variables with short names like i
3868 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 151 Potential violation of Law of Demeter (object not created locally)
3869 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 152 A method should have only one exit point, and that should be the last statement in the method
3870 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 168 A method should have only one exit point, and that should be the last statement in the method
3871 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 177 This call to Collection.toArray() may be optimizable
3872 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 185 Potential violation of Law of Demeter (method chain calls)
3873 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 186 Avoid reassigning parameters such as 'array'
3874 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 189 Avoid variables with short names like i
3875 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 191 Potential violation of Law of Demeter (object not created locally)
3876 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 195 Assigning an Object to null is a code smell. Consider refactoring.
3877 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 208 Avoid excessively long variable names like fromIndexInclusive
3878 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 243 Potential violation of Law of Demeter (object not created locally)
3879 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 251 Potential violation of Law of Demeter (object not created locally)
3880 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 253 A method should have only one exit point, and that should be the last statement in the method
3881 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 259 Comment is too large: Too many lines
3882 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 262 Comment is too large: Line too long
3883 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 271 Avoid variables with short names like it
3884 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 282 Comment is too large: Too many lines
3885 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 285 Comment is too large: Line too long
3886 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 286 Comment is too large: Line too long
3887 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 294 Avoid variables with short names like it
3888 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 307 Potential violation of Law of Demeter (object not created locally)
3889 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 318 Public method and constructor comments are required
3890 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 323 Potential violation of Law of Demeter (object not created locally)
3891 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 326 Public method and constructor comments are required
3892 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 331 Potential violation of Law of Demeter (object not created locally)
3893 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 334 Avoid variables with short names like o
3894 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 334 Public method and constructor comments are required
3895 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 339 Avoid variables with short names like o
3896 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 339 Public method and constructor comments are required
3897 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 344 Public method and constructor comments are required
3898 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 349 Potential violation of Law of Demeter (object not created locally)
3899 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 354 Public method and constructor comments are required
3900 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 359 Potential violation of Law of Demeter (object not created locally)
3901 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 367 A method should have only one exit point, and that should be the last statement in the method
3902 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 370 A method should have only one exit point, and that should be the last statement in the method
3903 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 373 Potential violation of Law of Demeter (object not created locally)
3904 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 374 A method should have only one exit point, and that should be the last statement in the method
3905 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 377 Potential violation of Law of Demeter (object not created locally)
3906 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 380 A method should have only one exit point, and that should be the last statement in the method
3907 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 398 A method should have only one exit point, and that should be the last statement in the method
3908 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 403 Avoid variables with short names like it
3909 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 417 Comment is too large: Too many lines
3910 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 465 Comment is too large: Too many lines
3911 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 481 Comment is too large: Too many lines
3912 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 539 Comment is too large: Too many lines
3913 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 550 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3914 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 550 The method 'getNode(int, boolean)' has a cyclomatic complexity of 11.
3915 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 604 Comment is too large: Too many lines
3916 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 621 Comment is too large: Too many lines
3917 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 629 Comment is too large: Line too long
3918 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 646 Avoid short class names like Node
3919 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 649 Found non-transient, non-static member. Please mark as transient or provide accessors.
3920 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 651 Found non-transient, non-static member. Please mark as transient or provide accessors.
3921 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 752 Found non-transient, non-static member. Please mark as transient or provide accessors.
3922 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 758 Field next has the same name as a method
3923 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 758 Found non-transient, non-static member. Please mark as transient or provide accessors.
3924 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 763 Field nextIndex has the same name as a method
3925 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 763 Found non-transient, non-static member. Please mark as transient or provide accessors.
3926 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 773 Found non-transient, non-static member. Please mark as transient or provide accessors.
3927 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 781 Found non-transient, non-static member. Please mark as transient or provide accessors.
3928 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 788 Comment is too large: Line too long
3929 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 791 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3930 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 815 Comment is too large: Line too long
3931 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 816 Comment is too large: Line too long
3932 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 818 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
3933 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 884 Assigning an Object to null is a code smell. Consider refactoring.
3934 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 891 Potential violation of Law of Demeter (method chain calls)
3935 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 898 Assigning an Object to null is a code smell. Consider refactoring.
3936 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 911 Found non-transient, non-static member. Please mark as transient or provide accessors.
3937 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 913 Protected method constructor comments are required
3938 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 951 This class has too many methods, consider refactoring it.
3939 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 953 Found non-transient, non-static member. Please mark as transient or provide accessors.
3940 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 953 To avoid mistakes add a comment at the beginning of the parent field if you want a default access modifier
3941 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 955 Found non-transient, non-static member. Please mark as transient or provide accessors.
3942 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 955 To avoid mistakes add a comment at the beginning of the offset field if you want a default access modifier
3943 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 957 Field size has the same name as a method
3944 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 957 Found non-transient, non-static member. Please mark as transient or provide accessors.
3945 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 957 To avoid mistakes add a comment at the beginning of the size field if you want a default access modifier
3946 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 959 Found non-transient, non-static member. Please mark as transient or provide accessors.
3947 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 959 To avoid mistakes add a comment at the beginning of the expectedModCount field if you want a default access modifier
3948 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 961 It is a good practice to call super() in a constructor
3949 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 961 Protected method constructor comments are required
3950 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 997 Useless qualified this usage in the same class.
3951 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 1007 Useless qualified this usage in the same class.
3952 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 1021 A method should have only one exit point, and that should be the last statement in the method
3953 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 1028 Useless qualified this usage in the same class.
3954 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 1042 Avoid variables with short names like it
3955 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 1063 Avoid excessively long variable names like fromIndexInclusive
3956 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 1067 Protected method constructor comments are required
3957 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractLinkedList.java 1073 Protected method constructor comments are required
3958 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 1 Comment is too large: Too many lines
3959 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 25 Comment is too large: Too many lines
3960 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 35 This class has too many methods, consider refactoring it.
3961 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 44 Document empty constructor
3962 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 44 It is a good practice to call super() in a constructor
3963 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 69 Potential violation of Law of Demeter (method chain calls)
3964 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 74 Potential violation of Law of Demeter (method chain calls)
3965 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 80 Potential violation of Law of Demeter (method chain calls)
3966 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 85 Potential violation of Law of Demeter (method chain calls)
3967 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 90 Potential violation of Law of Demeter (method chain calls)
3968 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 95 Potential violation of Law of Demeter (method chain calls)
3969 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 100 Potential violation of Law of Demeter (method chain calls)
3970 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 105 Potential violation of Law of Demeter (method chain calls)
3971 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 110 Potential violation of Law of Demeter (method chain calls)
3972 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 115 Potential violation of Law of Demeter (method chain calls)
3973 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 120 Potential violation of Law of Demeter (method chain calls)
3974 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractListDecorator.java 125 Potential violation of Law of Demeter (method chain calls)
3975 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java 1 Comment is too large: Too many lines
3976 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java 62 Comment is too large: Line too long
3977 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java 65 Avoid variables with short names like in
3978 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 1 Comment is too large: Too many lines
3979 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 31 Comment is too large: Too many lines
3980 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 41 Comment is too large: Line too long
3981 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 61 This class has too many methods, consider refactoring it.
3982 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 72 It is a good practice to call super() in a constructor
3983 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 73 Overridable method 'init' called during object construction
3984 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 95 Comment is too large: Too many lines
3985 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 109 Comment is too large: Too many lines
3986 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 110 Comment is too large: Line too long
3987 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 129 Comment is too large: Too many lines
3988 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 130 Comment is too large: Line too long
3989 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 150 Comment is too large: Too many lines
3990 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 177 Comment is too large: Too many lines
3991 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 256 Avoid variables with short names like it
3992 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 284 Potential violation of Law of Demeter (object not created locally)
3993 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 291 Potential violation of Law of Demeter (object not created locally)
3994 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 305 Avoid variables with short names like it
3995 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 308 Potential violation of Law of Demeter (object not created locally)
3996 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 312 Potential violation of Law of Demeter (object not created locally)
3997 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 324 Avoid variables with short names like it
3998 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 327 Potential violation of Law of Demeter (object not created locally)
3999 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 331 Potential violation of Law of Demeter (object not created locally)
4000 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 343 Avoid variables with short names like it
4001 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 346 Potential violation of Law of Demeter (object not created locally)
4002 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 350 Potential violation of Law of Demeter (object not created locally)
4003 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 371 Comment is too large: Line too long
4004 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 373 Avoid variables with short names like in
4005 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 398 Found non-transient, non-static member. Please mark as transient or provide accessors.
4006 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 398 The field initializer for 'valid' is never used (overwritten on line 412)
4007 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 398 To avoid mistakes add a comment at the beginning of the valid field if you want a default access modifier
4008 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 400 Found non-transient, non-static member. Please mark as transient or provide accessors.
4009 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 400 To avoid mistakes add a comment at the beginning of the nextIndexValid field if you want a default access modifier
4010 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 402 Avoid excessively long variable names like currentRemovedByAnother
4011 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 402 Found non-transient, non-static member. Please mark as transient or provide accessors.
4012 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 402 To avoid mistakes add a comment at the beginning of the currentRemovedByAnother field if you want a default access modifier
4013 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 415 Comment is too large: Too many lines
4014 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 504 Assigning an Object to null is a code smell. Consider refactoring.
4015 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 514 Assigning an Object to null is a code smell. Consider refactoring.
4016 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 529 Useless parentheses.
4017 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 529 Useless parentheses.
4018 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java 570 Found non-transient, non-static member. Please mark as transient or provide accessors.
4019 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 1 Comment is too large: Too many lines
4020 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 29 Comment is too large: Too many lines
4021 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 38 Comment is too large: Line too long
4022 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 50 This class has too many methods, consider refactoring it.
4023 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 55 Comment is too large: Too many lines
4024 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 105 Potential violation of Law of Demeter (method chain calls)
4025 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 110 Potential violation of Law of Demeter (method chain calls)
4026 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 115 Potential violation of Law of Demeter (method chain calls)
4027 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 120 Potential violation of Law of Demeter (method chain calls)
4028 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 125 Potential violation of Law of Demeter (method chain calls)
4029 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 130 Potential violation of Law of Demeter (method chain calls)
4030 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 163 Potential violation of Law of Demeter (method chain calls)
4031 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 168 Potential violation of Law of Demeter (method chain calls)
4032 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/FixedSizeList.java 176 Protected method constructor comments are required
4033 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 1 Comment is too large: Too many lines
4034 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 24 Comment is too large: Too many lines
4035 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 65 Comment is too large: Too many lines
4036 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 105 Comment is too large: Too many lines
4037 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 119 Comment is too large: Line too long
4038 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 125 Potential violation of Law of Demeter (method chain calls)
4039 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 127 Potential violation of Law of Demeter (method chain calls)
4040 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 129 Potential violation of Law of Demeter (method chain calls)
4041 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 132 Comment is too large: Too many lines
4042 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 147 Comment is too large: Line too long
4043 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 153 Potential violation of Law of Demeter (method chain calls)
4044 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 156 Potential violation of Law of Demeter (method chain calls)
4045 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 159 Potential violation of Law of Demeter (method chain calls)
4046 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 162 Comment is too large: Too many lines
4047 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 177 Comment is too large: Line too long
4048 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 183 Potential violation of Law of Demeter (method chain calls)
4049 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 185 Potential violation of Law of Demeter (method chain calls)
4050 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/GrowthList.java 187 Potential violation of Law of Demeter (method chain calls)
4051 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 1 Comment is too large: Too many lines
4052 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 25 Comment is too large: Too many lines
4053 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 45 Comment is too large: Line too long
4054 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 73 Found non-transient, non-static member. Please mark as transient or provide accessors.
4055 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
4056 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 78 Comment is too large: Too many lines
4057 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 92 Comment is too large: Too many lines
4058 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 116 Assigning an Object to null is a code smell. Consider refactoring.
4059 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 128 Assigning an Object to null is a code smell. Consider refactoring.
4060 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 132 Comment is too large: Too many lines
4061 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 146 Potential violation of Law of Demeter (method chain calls)
4062 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 149 Potential violation of Law of Demeter (method chain calls)
4063 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 153 Potential violation of Law of Demeter (method chain calls)
4064 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 156 A method should have only one exit point, and that should be the last statement in the method
4065 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 160 Potential violation of Law of Demeter (method chain calls)
4066 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 164 Potential violation of Law of Demeter (method chain calls)
4067 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 170 Potential violation of Law of Demeter (method chain calls)
4068 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 172 A method should have only one exit point, and that should be the last statement in the method
4069 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/LazyList.java 182 A method should have only one exit point, and that should be the last statement in the method
4070 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 1 Comment is too large: Too many lines
4071 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 25 Comment is too large: Too many lines
4072 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 35 Comment is too large: Line too long
4073 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 52 Avoid excessively long variable names like DEFAULT_MAXIMUM_CACHE_SIZE
4074 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 93 It is a good practice to call super() in a constructor
4075 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 136 A method should have only one exit point, and that should be the last statement in the method
4076 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 186 A method should have only one exit point, and that should be the last statement in the method
4077 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 188 Potential violation of Law of Demeter (object not created locally)
4078 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 215 Avoid excessively long variable names like numberOfNodesToCache
4079 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 241 Comment is too large: Line too long
4080 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java 243 Avoid variables with short names like in
4081 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 1 Comment is too large: Too many lines
4082 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 27 Comment is too large: Too many lines
4083 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 33 Comment is too large: Line too long
4084 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 41 Comment is too large: Line too long
4085 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 50 This class has too many methods, consider refactoring it.
4086 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 55 Comment is too large: Too many lines
4087 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 73 Comment is too large: Too many lines
4088 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 100 Potential violation of Law of Demeter (method chain calls)
4089 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 105 Potential violation of Law of Demeter (method chain calls)
4090 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 111 Potential violation of Law of Demeter (method chain calls)
4091 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 116 Potential violation of Law of Demeter (method chain calls)
4092 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 121 Potential violation of Law of Demeter (method chain calls)
4093 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 126 Potential violation of Law of Demeter (method chain calls)
4094 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 133 Potential violation of Law of Demeter (method chain calls)
4095 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 141 Potential violation of Law of Demeter (method chain calls)
4096 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 150 Avoid variables with short names like i
4097 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 151 Potential violation of Law of Demeter (method chain calls)
4098 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 157 Potential violation of Law of Demeter (method chain calls)
4099 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 162 Potential violation of Law of Demeter (method chain calls)
4100 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 183 Potential violation of Law of Demeter (method chain calls)
4101 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/PredicatedList.java 189 Potential violation of Law of Demeter (method chain calls)
4102 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 1 Comment is too large: Too many lines
4103 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 35 Comment is too large: Too many lines
4104 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 56 This class has too many methods, consider refactoring it.
4105 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 62 Field set has the same name as a method
4106 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
4107 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 64 Comment is too large: Too many lines
4108 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 76 Linguistics Antipattern - The setter 'setUniqueList' should not return any type except void linguistically
4109 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 79 A method should have only one exit point, and that should be the last statement in the method
4110 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 83 Avoid variables with short names like sl
4111 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 89 Comment is too large: Too many lines
4112 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 114 Comment is too large: Too many lines
4113 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 136 Comment is too large: Too many lines
4114 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 156 Comment is too large: Too many lines
4115 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 174 Comment is too large: Too many lines
4116 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 201 Comment is too large: Too many lines
4117 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 264 Comment is too large: Too many lines
4118 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 277 A method should have only one exit point, and that should be the last statement in the method
4119 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 332 Comment is too large: Too many lines
4120 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 343 Avoid using implementation types like 'HashSet'; use the interface instead
4121 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 343 Potential violation of Law of Demeter (method chain calls)
4122 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 347 Potential violation of Law of Demeter (method chain calls)
4123 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 347 Potential violation of Law of Demeter (method chain calls)
4124 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 363 To avoid mistakes add a comment at the beginning of the SetListIterator nested class if you want a default access modifier
4125 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 365 Field comments are required
4126 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 365 Found non-transient, non-static member. Please mark as transient or provide accessors.
4127 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 366 Field comments are required
4128 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 366 Found non-transient, non-static member. Please mark as transient or provide accessors.
4129 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 368 Avoid variables with short names like it
4130 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 368 Protected method constructor comments are required
4131 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 383 Assigning an Object to null is a code smell. Consider refactoring.
4132 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 390 To avoid mistakes add a comment at the beginning of the SetListListIterator nested class if you want a default access modifier
4133 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 393 Field comments are required
4134 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 393 Field set has the same name as a method
4135 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 393 Found non-transient, non-static member. Please mark as transient or provide accessors.
4136 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 394 Field comments are required
4137 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 394 Found non-transient, non-static member. Please mark as transient or provide accessors.
4138 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 396 Avoid variables with short names like it
4139 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 396 Protected method constructor comments are required
4140 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/SetUniqueList.java 417 Assigning an Object to null is a code smell. Consider refactoring.
4141 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 1 Comment is too large: Too many lines
4142 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 27 Comment is too large: Too many lines
4143 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 41 This class has too many methods, consider refactoring it.
4144 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 46 Comment is too large: Too many lines
4145 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 65 Comment is too large: Too many lines
4146 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 88 Potential violation of Law of Demeter (method chain calls)
4147 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 94 Comment is too large: Too many lines
4148 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 119 Potential violation of Law of Demeter (method chain calls)
4149 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 124 Potential violation of Law of Demeter (method chain calls)
4150 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 130 Potential violation of Law of Demeter (method chain calls)
4151 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 135 Potential violation of Law of Demeter (method chain calls)
4152 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 140 Potential violation of Law of Demeter (method chain calls)
4153 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 145 Potential violation of Law of Demeter (method chain calls)
4154 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 151 Avoid reassigning parameters such as 'object'
4155 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 152 Potential violation of Law of Demeter (method chain calls)
4156 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 157 Avoid reassigning parameters such as 'coll'
4157 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 158 Potential violation of Law of Demeter (method chain calls)
4158 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 167 Avoid variables with short names like i
4159 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 168 Potential violation of Law of Demeter (method chain calls)
4160 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 173 Avoid reassigning parameters such as 'object'
4161 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 174 Potential violation of Law of Demeter (method chain calls)
4162 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 179 Potential violation of Law of Demeter (method chain calls)
4163 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 199 Avoid reassigning parameters such as 'object'
4164 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 200 Potential violation of Law of Demeter (method chain calls)
4165 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 205 Avoid reassigning parameters such as 'object'
4166 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TransformedList.java 206 Potential violation of Law of Demeter (method chain calls)
4167 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 1 Comment is too large: Too many lines
4168 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 32 Comment is too large: Too many lines
4169 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 64 Avoid really long classes.
4170 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 64 This class has too many methods, consider refactoring it.
4171 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
4172 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 74 Field size has the same name as a method
4173 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 74 Found non-transient, non-static member. Please mark as transient or provide accessors.
4174 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 79 Document empty constructor
4175 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 79 It is a good practice to call super() in a constructor
4176 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 88 It is a good practice to call super() in a constructor
4177 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 104 Potential violation of Law of Demeter (method chain calls)
4178 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 163 A method should have only one exit point, and that should be the last statement in the method
4179 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 212 Comment is too large: Too many lines
4180 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 213 Comment is too large: Line too long
4181 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 224 Avoid variables with short names like c
4182 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 226 A method should have only one exit point, and that should be the last statement in the method
4183 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 248 Potential violation of Law of Demeter (object not created locally)
4184 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 274 Assigning an Object to null is a code smell. Consider refactoring.
4185 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 292 Comment is too large: Too many lines
4186 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 304 The class 'AVLNode' has a total cyclomatic complexity of 105 (highest 14).
4187 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 304 This class has too many methods, consider refactoring it.
4188 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 304 To avoid mistakes add a comment at the beginning of the AVLNode nested class if you want a default access modifier
4189 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 306 Found non-transient, non-static member. Please mark as transient or provide accessors.
4190 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 308 Found non-transient, non-static member. Please mark as transient or provide accessors.
4191 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 310 Found non-transient, non-static member. Please mark as transient or provide accessors.
4192 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 312 Found non-transient, non-static member. Please mark as transient or provide accessors.
4193 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 314 Found non-transient, non-static member. Please mark as transient or provide accessors.
4194 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 316 Found non-transient, non-static member. Please mark as transient or provide accessors.
4195 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 349 Comment is too large: Too many lines
4196 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 368 Comment is too large: Line too long
4197 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 371 Avoid excessively long variable names like absolutePositionOfParent
4198 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 395 To avoid mistakes add a comment at the beginning of the getValue method if you want a default access modifier
4199 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 404 To avoid mistakes add a comment at the beginning of the setValue method if you want a default access modifier
4200 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 412 To avoid mistakes add a comment at the beginning of the get method if you want a default access modifier
4201 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 416 A method should have only one exit point, and that should be the last statement in the method
4202 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 421 A method should have only one exit point, and that should be the last statement in the method
4203 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 423 Potential violation of Law of Demeter (object not created locally)
4204 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 429 To avoid mistakes add a comment at the beginning of the indexOf method if you want a default access modifier
4205 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 433 A method should have only one exit point, and that should be the last statement in the method
4206 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 437 A method should have only one exit point, and that should be the last statement in the method
4207 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 440 A method should have only one exit point, and that should be the last statement in the method
4208 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 451 Linguistics Antipattern - The transform method 'toArray' should not return void linguistically
4209 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 451 To avoid mistakes add a comment at the beginning of the toArray method if you want a default access modifier
4210 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 466 To avoid mistakes add a comment at the beginning of the next method if you want a default access modifier
4211 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 468 A method should have only one exit point, and that should be the last statement in the method
4212 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 478 To avoid mistakes add a comment at the beginning of the previous method if you want a default access modifier
4213 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 480 A method should have only one exit point, and that should be the last statement in the method
4214 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 492 To avoid mistakes add a comment at the beginning of the insert method if you want a default access modifier
4215 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 496 A method should have only one exit point, and that should be the last statement in the method
4216 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 565 Comment is too large: Line too long
4217 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 568 To avoid mistakes add a comment at the beginning of the remove method if you want a default access modifier
4218 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 572 A method should have only one exit point, and that should be the last statement in the method
4219 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 591 A method should have only one exit point, and that should be the last statement in the method
4220 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 603 A method should have only one exit point, and that should be the last statement in the method
4221 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 618 The method 'removeSelf()' has a cognitive complexity of 20, current threshold is 15
4222 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 618 The method 'removeSelf()' has a cyclomatic complexity of 13.
4223 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 618 The method 'removeSelf()' has an NPath complexity of 324, current threshold is 200
4224 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 620 A method should have only one exit point, and that should be the last statement in the method
4225 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 626 Potential violation of Law of Demeter (method chain calls)
4226 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 627 A method should have only one exit point, and that should be the last statement in the method
4227 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 631 Potential violation of Law of Demeter (method chain calls)
4228 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 632 A method should have only one exit point, and that should be the last statement in the method
4229 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 677 A method should have only one exit point, and that should be the last statement in the method
4230 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 682 A method should have only one exit point, and that should be the last statement in the method
4231 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 689 Avoid throwing raw exception types.
4232 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 698 A method should have only one exit point, and that should be the last statement in the method
4233 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 706 Linguistics Antipattern - The setter 'setOffset' should not return any type except void linguistically
4234 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 708 A method should have only one exit point, and that should be the last statement in the method
4235 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 720 Potential violation of Law of Demeter (method chain calls)
4236 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 721 Potential violation of Law of Demeter (method chain calls)
4237 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 740 Potential violation of Law of Demeter (method chain calls)
4238 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 747 Potential violation of Law of Demeter (object not created locally)
4239 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 757 Potential violation of Law of Demeter (method chain calls)
4240 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 764 Potential violation of Law of Demeter (object not created locally)
4241 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 796 Comment is too large: Too many lines
4242 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 807 The method 'addAll(AVLNode, int)' has a cognitive complexity of 20, current threshold is 15
4243 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 807 The method 'addAll(AVLNode, int)' has a cyclomatic complexity of 14.
4244 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 807 The method 'addAll(AVLNode, int)' has an NPath complexity of 1056, current threshold is 200
4245 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 829 Avoid variables with short names like s
4246 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 831 Avoid excessively long variable names like sParentAbsolutePosition
4247 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 847 Potential violation of Law of Demeter (method chain calls)
4248 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 847 Potential violation of Law of Demeter (object not created locally)
4249 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 851 Potential violation of Law of Demeter (method chain calls)
4250 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 851 Potential violation of Law of Demeter (object not created locally)
4251 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 861 Potential violation of Law of Demeter (object not created locally)
4252 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 862 Potential violation of Law of Demeter (object not created locally)
4253 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 864 A method should have only one exit point, and that should be the last statement in the method
4254 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 866 Avoid reassigning parameters such as 'otherTree'
4255 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 866 Potential violation of Law of Demeter (object not created locally)
4256 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 869 Avoid variables with short names like s
4257 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 871 Avoid excessively long variable names like sParentAbsolutePosition
4258 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 881 Potential violation of Law of Demeter (object not created locally)
4259 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 882 Potential violation of Law of Demeter (object not created locally)
4260 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 884 Potential violation of Law of Demeter (method chain calls)
4261 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 888 Potential violation of Law of Demeter (method chain calls)
4262 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 896 Potential violation of Law of Demeter (object not created locally)
4263 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 897 Potential violation of Law of Demeter (object not created locally)
4264 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 905 Comment is too large: Line too long
4265 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 909 Comment is too large: Line too long
4266 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 914 Comment is too large: Line too long
4267 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 925 Comment is too large: Line too long
4268 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 978 To avoid mistakes add a comment at the beginning of the TreeListIterator nested class if you want a default access modifier
4269 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 980 Found non-transient, non-static member. Please mark as transient or provide accessors.
4270 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 984 Field next has the same name as a method
4271 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 984 Found non-transient, non-static member. Please mark as transient or provide accessors.
4272 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 988 Field nextIndex has the same name as a method
4273 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 988 Found non-transient, non-static member. Please mark as transient or provide accessors.
4274 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 993 Found non-transient, non-static member. Please mark as transient or provide accessors.
4275 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 997 Found non-transient, non-static member. Please mark as transient or provide accessors.
4276 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 1004 Found non-transient, non-static member. Please mark as transient or provide accessors.
4277 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 1012 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
4278 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 1045 Potential violation of Law of Demeter (static property access)
4279 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 1066 Potential violation of Law of Demeter (static property access)
4280 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 1099 Assigning an Object to null is a code smell. Consider refactoring.
4281 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 1100 Assigning an Object to null is a code smell. Consider refactoring.
4282 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/TreeList.java 1118 Assigning an Object to null is a code smell. Consider refactoring.
4283 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 1 Comment is too large: Too many lines
4284 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 29 Comment is too large: Too many lines
4285 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 42 This class has too many methods, consider refactoring it.
4286 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 47 Comment is too large: Too many lines
4287 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 60 A method should have only one exit point, and that should be the last statement in the method
4288 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 78 Potential violation of Law of Demeter (method chain calls)
4289 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 121 Potential violation of Law of Demeter (method chain calls)
4290 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 126 Potential violation of Law of Demeter (method chain calls)
4291 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/UnmodifiableList.java 151 Potential violation of Law of Demeter (method chain calls)
4292 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/package-info.java 1 Comment is too large: Too many lines
4293 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/package-info.java 17 Comment is too large: Too many lines
4294 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/package-info.java 18 Comment is too large: Line too long
4295 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/package-info.java 22 Comment is too large: Line too long
4296 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/package-info.java 23 Comment is too large: Line too long
4297 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/package-info.java 24 Comment is too large: Line too long
4298 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/package-info.java 30 Comment is too large: Line too long
4299 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/list/package-info.java 34 Comment is too large: Line too long
4300 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1 Comment is too large: Too many lines
4301 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 17 This class has a bunch of public methods and attributes
4302 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 40 Comment is too large: Too many lines
4303 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 41 Comment is too large: Line too long
4304 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 54 Comment is too large: Line too long
4305 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 61 Avoid really long classes.
4306 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 61 Possible God Class (WMC=118, ATFD=64, TCC=17.778%)
4307 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 61 The class 'AbstractHashedMap' has a total cyclomatic complexity of 118 (highest 10).
4308 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 61 This class has too many methods, consider refactoring it.
4309 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 63 Field comments are required
4310 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 64 Field comments are required
4311 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 65 Field comments are required
4312 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 66 Field comments are required
4313 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 67 Field comments are required
4314 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 68 Field comments are required
4315 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 75 Avoid excessively long variable names like DEFAULT_LOAD_FACTOR
4316 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 82 To avoid mistakes add a comment at the beginning of the loadFactor field if you want a default access modifier
4317 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 84 Field size has the same name as a method
4318 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 84 To avoid mistakes add a comment at the beginning of the size field if you want a default access modifier
4319 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 86 To avoid mistakes add a comment at the beginning of the data field if you want a default access modifier
4320 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 88 To avoid mistakes add a comment at the beginning of the threshold field if you want a default access modifier
4321 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 90 To avoid mistakes add a comment at the beginning of the modCount field if you want a default access modifier
4322 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 92 Field entrySet has the same name as a method
4323 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 92 To avoid mistakes add a comment at the beginning of the entrySet field if you want a default access modifier
4324 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 94 Field keySet has the same name as a method
4325 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 94 To avoid mistakes add a comment at the beginning of the keySet field if you want a default access modifier
4326 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 96 Field values has the same name as a method
4327 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 96 To avoid mistakes add a comment at the beginning of the values field if you want a default access modifier
4328 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 101 Document empty constructor
4329 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 101 It is a good practice to call super() in a constructor
4330 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 111 The String literal "unchecked" appears 10 times in this file; the first occurrence is on line 111
4331 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 112 It is a good practice to call super() in a constructor
4332 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 116 Overridable method 'init' called during object construction
4333 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 130 Comment is too large: Too many lines
4334 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 137 Comment is too large: Line too long
4335 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 140 It is a good practice to call super() in a constructor
4336 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 148 Avoid reassigning parameters such as 'initialCapacity'
4337 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 151 Overridable method 'init' called during object construction
4338 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 162 Overridable method 'put' called during object construction
4339 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 180 Avoid reassigning parameters such as 'key'
4340 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 185 A method should have only one exit point, and that should be the last statement in the method
4341 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 220 Avoid reassigning parameters such as 'key'
4342 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 225 A method should have only one exit point, and that should be the last statement in the method
4343 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 239 The method 'containsValue(Object)' has a cognitive complexity of 20, current threshold is 15
4344 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 244 Potential violation of Law of Demeter (object not created locally)
4345 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 245 A method should have only one exit point, and that should be the last statement in the method
4346 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 254 Potential violation of Law of Demeter (object not created locally)
4347 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 255 A method should have only one exit point, and that should be the last statement in the method
4348 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 281 A method should have only one exit point, and that should be the last statement in the method
4349 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 290 Comment is too large: Too many lines
4350 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 304 Comment is too large: Too many lines
4351 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 316 The instance method name '_putAll' doesn't match '[a-z][a-zA-Z0-9]*'
4352 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 336 Avoid reassigning parameters such as 'key'
4353 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 345 A method should have only one exit point, and that should be the last statement in the method
4354 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 365 Comment is too large: Too many lines
4355 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 390 Avoid variables with short names like h
4356 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 398 Comment is too large: Too many lines
4357 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 408 Use equals() to compare object references.
4358 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 411 Comment is too large: Too many lines
4359 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 421 Use equals() to compare object references.
4360 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 424 Comment is too large: Too many lines
4361 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 437 Comment is too large: Too many lines
4362 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 448 Avoid reassigning parameters such as 'key'
4363 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 453 A method should have only one exit point, and that should be the last statement in the method
4364 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 460 Comment is too large: Too many lines
4365 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 473 Comment is too large: Too many lines
4366 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 493 Comment is too large: Too many lines
4367 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 514 Comment is too large: Too many lines
4368 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 531 Comment is too large: Too many lines
4369 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 544 Comment is too large: Too many lines
4370 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 562 Comment is too large: Too many lines
4371 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 590 Assigning an Object to null is a code smell. Consider refactoring.
4372 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 591 Assigning an Object to null is a code smell. Consider refactoring.
4373 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 592 Assigning an Object to null is a code smell. Consider refactoring.
4374 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 612 Comment is too large: Line too long
4375 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 680 Comment is too large: Too many lines
4376 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 693 Comment is too large: Too many lines
4377 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 706 Comment is too large: Too many lines
4378 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 719 Comment is too large: Too many lines
4379 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 732 Comment is too large: Too many lines
4380 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 746 A method should have only one exit point, and that should be the last statement in the method
4381 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 759 Protected method constructor comments are required
4382 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 774 Potential violation of Law of Demeter (object not created locally)
4383 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 783 Potential violation of Law of Demeter (object not created locally)
4384 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 792 Potential violation of Law of Demeter (object not created locally)
4385 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 819 A method should have only one exit point, and that should be the last statement in the method
4386 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 832 Found non-transient, non-static member. Please mark as transient or provide accessors.
4387 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 834 It is a good practice to call super() in a constructor
4388 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 834 Protected method constructor comments are required
4389 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 851 Avoid variables with short names like e
4390 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 852 Potential violation of Law of Demeter (object not created locally)
4391 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 853 A method should have only one exit point, and that should be the last statement in the method
4392 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 853 Potential violation of Law of Demeter (object not created locally)
4393 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 861 A method should have only one exit point, and that should be the last statement in the method
4394 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 864 A method should have only one exit point, and that should be the last statement in the method
4395 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 867 Potential violation of Law of Demeter (object not created locally)
4396 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 885 Protected method constructor comments are required
4397 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 918 A method should have only one exit point, and that should be the last statement in the method
4398 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 930 Found non-transient, non-static member. Please mark as transient or provide accessors.
4399 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 932 It is a good practice to call super() in a constructor
4400 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 932 Protected method constructor comments are required
4401 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 972 Protected method constructor comments are required
4402 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1005 A method should have only one exit point, and that should be the last statement in the method
4403 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1017 Found non-transient, non-static member. Please mark as transient or provide accessors.
4404 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1019 It is a good practice to call super() in a constructor
4405 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1019 Protected method constructor comments are required
4406 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1052 Protected method constructor comments are required
4407 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1062 Comment is too large: Too many lines
4408 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1075 Found non-transient, non-static member. Please mark as transient or provide accessors.
4409 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1077 Field hashCode has the same name as a method
4410 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1077 Found non-transient, non-static member. Please mark as transient or provide accessors.
4411 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1079 Found non-transient, non-static member. Please mark as transient or provide accessors.
4412 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1083 Protected method constructor comments are required
4413 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1094 A method should have only one exit point, and that should be the last statement in the method
4414 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1116 A method should have only one exit point, and that should be the last statement in the method
4415 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1119 A method should have only one exit point, and that should be the last statement in the method
4416 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1123 Potential violation of Law of Demeter (method chain calls)
4417 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1123 Potential violation of Law of Demeter (object not created locally)
4418 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1123 Potential violation of Law of Demeter (object not created locally)
4419 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1124 Potential violation of Law of Demeter (method chain calls)
4420 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1124 Potential violation of Law of Demeter (object not created locally)
4421 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1124 Potential violation of Law of Demeter (object not created locally)
4422 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1129 Potential violation of Law of Demeter (method chain calls)
4423 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1130 Potential violation of Law of Demeter (method chain calls)
4424 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1145 This abstract class does not have any abstract methods
4425 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1148 Found non-transient, non-static member. Please mark as transient or provide accessors.
4426 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1150 Found non-transient, non-static member. Please mark as transient or provide accessors.
4427 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1152 Found non-transient, non-static member. Please mark as transient or provide accessors.
4428 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1154 Found non-transient, non-static member. Please mark as transient or provide accessors.
4429 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1156 Found non-transient, non-static member. Please mark as transient or provide accessors.
4430 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1158 Protected method constructor comments are required
4431 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1161 Avoid variables with short names like i
4432 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1171 Public method and constructor comments are required
4433 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1175 Protected method constructor comments are required
4434 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1184 Avoid variables with short names like i
4435 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1185 Avoid variables with short names like n
4436 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1195 Protected method constructor comments are required
4437 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1199 Public method and constructor comments are required
4438 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1207 Assigning an Object to null is a code smell. Consider refactoring.
4439 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1214 A method should have only one exit point, and that should be the last statement in the method
4440 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1220 Comment is too large: Too many lines
4441 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1250 Comment is too large: Too many lines
4442 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1263 Comment is too large: Line too long
4443 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1268 Comment is too large: Line too long
4444 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1271 Avoid variables with short names like in
4445 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1285 Comment is too large: Too many lines
4446 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1296 clone() method must be public if the class implements Cloneable
4447 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1296 clone() method should be implemented only if implementing Cloneable interface
4448 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1300 Assigning an Object to null is a code smell. Consider refactoring.
4449 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1301 Assigning an Object to null is a code smell. Consider refactoring.
4450 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1302 Assigning an Object to null is a code smell. Consider refactoring.
4451 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1305 Potential violation of Law of Demeter (object not created locally)
4452 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1306 Potential violation of Law of Demeter (object not created locally)
4453 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1309 New exception is thrown in catch block, original stack trace may be lost
4454 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1320 The method 'equals(Object)' has a cognitive complexity of 16, current threshold is 15
4455 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1320 The method 'equals(Object)' has a cyclomatic complexity of 10.
4456 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1322 A method should have only one exit point, and that should be the last statement in the method
4457 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1325 A method should have only one exit point, and that should be the last statement in the method
4458 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1328 Potential violation of Law of Demeter (object not created locally)
4459 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1329 A method should have only one exit point, and that should be the last statement in the method
4460 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1331 Avoid variables with short names like it
4461 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1338 A method should have only one exit point, and that should be the last statement in the method
4462 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1341 Potential violation of Law of Demeter (object not created locally)
4463 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1342 A method should have only one exit point, and that should be the last statement in the method
4464 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1346 Avoid catching NullPointerException; consider removing the cause of the NPE.
4465 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1346 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4466 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1347 A method should have only one exit point, and that should be the last statement in the method
4467 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1360 Avoid variables with short names like it
4468 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1362 Potential violation of Law of Demeter (method chain calls)
4469 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1375 A method should have only one exit point, and that should be the last statement in the method
4470 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java 1380 Avoid variables with short names like it
4471 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 1 Comment is too large: Too many lines
4472 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 28 Comment is too large: Too many lines
4473 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 36 Comment is too large: Line too long
4474 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 53 Document empty constructor
4475 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 53 It is a good practice to call super() in a constructor
4476 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 66 Comment is too large: Too many lines
4477 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 81 Comment is too large: Line too long
4478 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 85 Comment is too large: Too many lines
4479 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 102 A method should have only one exit point, and that should be the last statement in the method
4480 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 116 Found non-transient, non-static member. Please mark as transient or provide accessors.
4481 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 118 Protected method constructor comments are required
4482 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 145 Potential violation of Law of Demeter (method chain calls)
4483 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 154 A method should have only one exit point, and that should be the last statement in the method
4484 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 172 Found non-transient, non-static member. Please mark as transient or provide accessors.
4485 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 174 Protected method constructor comments are required
4486 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 182 Potential violation of Law of Demeter (method chain calls)
4487 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 193 Found non-transient, non-static member. Please mark as transient or provide accessors.
4488 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 195 Protected method constructor comments are required
4489 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 202 Avoid reassigning parameters such as 'value'
4490 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.java 203 Potential violation of Law of Demeter (method chain calls)
4491 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractIterableMap.java 1 Comment is too large: Too many lines
4492 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractIterableMap.java 29 Each class should declare at least one constructor
4493 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 1 Comment is too large: Too many lines
4494 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 31 Comment is too large: Too many lines
4495 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 38 Comment is too large: Line too long
4496 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 69 Possible God Class (WMC=47, ATFD=28, TCC=23.529%)
4497 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 69 This class has too many methods, consider refactoring it.
4498 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 72 To avoid mistakes add a comment at the beginning of the header field if you want a default access modifier
4499 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 77 Document empty constructor
4500 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 77 It is a good practice to call super() in a constructor
4501 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 101 Comment is too large: Too many lines
4502 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 148 Potential violation of Law of Demeter (object not created locally)
4503 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 149 A method should have only one exit point, and that should be the last statement in the method
4504 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 154 Potential violation of Law of Demeter (object not created locally)
4505 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 155 A method should have only one exit point, and that should be the last statement in the method
4506 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 183 Potential violation of Law of Demeter (static property access)
4507 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 196 Potential violation of Law of Demeter (static property access)
4508 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 208 Potential violation of Law of Demeter (static property access)
4509 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 225 Potential violation of Law of Demeter (static property access)
4510 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 259 Comment is too large: Too many lines
4511 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 278 Comment is too large: Too many lines
4512 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 294 Comment is too large: Too many lines
4513 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 309 Assigning an Object to null is a code smell. Consider refactoring.
4514 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 310 Assigning an Object to null is a code smell. Consider refactoring.
4515 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 314 Comment is too large: Too many lines
4516 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 327 Comment is too large: Too many lines
4517 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 346 A method should have only one exit point, and that should be the last statement in the method
4518 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 357 Protected method constructor comments are required
4519 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 377 Potential violation of Law of Demeter (object not created locally)
4520 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 386 Potential violation of Law of Demeter (object not created locally)
4521 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 395 Potential violation of Law of Demeter (object not created locally)
4522 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 408 A method should have only one exit point, and that should be the last statement in the method
4523 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 419 Protected method constructor comments are required
4524 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 443 A method should have only one exit point, and that should be the last statement in the method
4525 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 455 Protected method constructor comments are required
4526 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 479 A method should have only one exit point, and that should be the last statement in the method
4527 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 491 Protected method constructor comments are required
4528 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 516 Found non-transient, non-static member. Please mark as transient or provide accessors.
4529 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 518 Found non-transient, non-static member. Please mark as transient or provide accessors.
4530 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 536 This abstract class does not have any abstract methods
4531 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 539 Found non-transient, non-static member. Please mark as transient or provide accessors.
4532 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 541 Found non-transient, non-static member. Please mark as transient or provide accessors.
4533 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 543 Found non-transient, non-static member. Please mark as transient or provide accessors.
4534 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 545 Found non-transient, non-static member. Please mark as transient or provide accessors.
4535 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 547 Protected method constructor comments are required
4536 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 553 Public method and constructor comments are required
4537 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 557 Public method and constructor comments are required
4538 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 561 Protected method constructor comments are required
4539 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 573 Protected method constructor comments are required
4540 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 586 Protected method constructor comments are required
4541 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 590 Public method and constructor comments are required
4542 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 598 Assigning an Object to null is a code smell. Consider refactoring.
4543 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 602 Public method and constructor comments are required
4544 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 603 Assigning an Object to null is a code smell. Consider refactoring.
4545 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractLinkedMap.java 610 A method should have only one exit point, and that should be the last statement in the method
4546 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 1 Comment is too large: Too many lines
4547 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 24 Comment is too large: Too many lines
4548 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 43 This class has too many methods, consider refactoring it.
4549 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 46 To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
4550 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 52 Document empty constructor
4551 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 52 It is a good practice to call super() in a constructor
4552 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 61 It is a good practice to call super() in a constructor
4553 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 76 Potential violation of Law of Demeter (method chain calls)
4554 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 81 Potential violation of Law of Demeter (method chain calls)
4555 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 86 Potential violation of Law of Demeter (method chain calls)
4556 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 91 Potential violation of Law of Demeter (method chain calls)
4557 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 96 Potential violation of Law of Demeter (method chain calls)
4558 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 101 Potential violation of Law of Demeter (method chain calls)
4559 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 106 Potential violation of Law of Demeter (method chain calls)
4560 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 111 Potential violation of Law of Demeter (method chain calls)
4561 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 116 Potential violation of Law of Demeter (method chain calls)
4562 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 121 Potential violation of Law of Demeter (method chain calls)
4563 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 126 Potential violation of Law of Demeter (method chain calls)
4564 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 131 Potential violation of Law of Demeter (method chain calls)
4565 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 137 A method should have only one exit point, and that should be the last statement in the method
4566 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 139 Potential violation of Law of Demeter (method chain calls)
4567 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 144 Potential violation of Law of Demeter (method chain calls)
4568 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractMapDecorator.java 149 Potential violation of Law of Demeter (method chain calls)
4569 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 1 Comment is too large: Too many lines
4570 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 22 Comment is too large: Too many lines
4571 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 47 Document empty constructor
4572 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 47 It is a good practice to call super() in a constructor
4573 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 72 Potential violation of Law of Demeter (method chain calls)
4574 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 77 Potential violation of Law of Demeter (method chain calls)
4575 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 82 Potential violation of Law of Demeter (method chain calls)
4576 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 87 Potential violation of Law of Demeter (method chain calls)
4577 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.java 92 Potential violation of Law of Demeter (method chain calls)
4578 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 1 Comment is too large: Too many lines
4579 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 39 Comment is too large: Too many lines
4580 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 46 Comment is too large: Line too long
4581 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 92 Avoid really long classes.
4582 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 92 Possible God Class (WMC=49, ATFD=13, TCC=1.058%)
4583 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 92 This class has too many methods, consider refactoring it.
4584 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 112 A method should have only one exit point, and that should be the last statement in the method
4585 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 114 A method should have only one exit point, and that should be the last statement in the method
4586 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 131 Found non-transient, non-static member. Please mark as transient or provide accessors.
4587 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 136 Found non-transient, non-static member. Please mark as transient or provide accessors.
4588 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 139 Comment is too large: Line too long
4589 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 141 Found non-transient, non-static member. Please mark as transient or provide accessors.
4590 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 152 Document empty constructor
4591 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 152 It is a good practice to call super() in a constructor
4592 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 155 Comment is too large: Too many lines
4593 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 222 A method should have only one exit point, and that should be the last statement in the method
4594 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 224 Potential violation of Law of Demeter (object not created locally)
4595 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 237 A method should have only one exit point, and that should be the last statement in the method
4596 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 253 A method should have only one exit point, and that should be the last statement in the method
4597 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 255 Potential violation of Law of Demeter (object not created locally)
4598 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 259 Comment is too large: Too many lines
4599 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 285 A method should have only one exit point, and that should be the last statement in the method
4600 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 298 Avoid empty while statements
4601 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 404 Potential violation of Law of Demeter (object not created locally)
4602 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 411 Potential violation of Law of Demeter (object not created locally)
4603 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 429 A method should have only one exit point, and that should be the last statement in the method
4604 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 447 Comment is too large: Too many lines
4605 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 458 The String literal "unchecked" appears 7 times in this file; the first occurrence is on line 458
4606 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 460 Avoid reassigning parameters such as 'key2'
4607 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 461 Use equals() to compare object references.
4608 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 464 Comment is too large: Too many lines
4609 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 512 To avoid mistakes add a comment at the beginning of the ReferenceEntrySet nested class if you want a default access modifier
4610 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 514 Protected method constructor comments are required
4611 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 520 This call to Collection.toArray() may be optimizable
4612 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 537 To avoid mistakes add a comment at the beginning of the ReferenceKeySet nested class if you want a default access modifier
4613 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 539 Protected method constructor comments are required
4614 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 545 This call to Collection.toArray() may be optimizable
4615 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 562 To avoid mistakes add a comment at the beginning of the ReferenceValues nested class if you want a default access modifier
4616 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 564 Protected method constructor comments are required
4617 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 570 This call to Collection.toArray() may be optimizable
4618 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 594 Found non-transient, non-static member. Please mark as transient or provide accessors.
4619 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 596 Comment is too large: Too many lines
4620 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 654 Comment is too large: Too many lines
4621 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 666 A method should have only one exit point, and that should be the last statement in the method
4622 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 669 A method should have only one exit point, and that should be the last statement in the method
4623 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 673 Potential violation of Law of Demeter (object not created locally)
4624 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 674 Potential violation of Law of Demeter (object not created locally)
4625 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 676 A method should have only one exit point, and that should be the last statement in the method
4626 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 696 Comment is too large: Too many lines
4627 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 710 A method should have only one exit point, and that should be the last statement in the method
4628 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 713 A method should have only one exit point, and that should be the last statement in the method
4629 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 718 Avoid throwing raw exception types.
4630 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 734 Avoid variables with short names like r
4631 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 740 Avoid if (x != y) ..; else ..;
4632 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 769 To avoid mistakes add a comment at the beginning of the ReferenceBaseIterator nested class if you want a default access modifier
4633 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 771 Found non-transient, non-static member. Please mark as transient or provide accessors.
4634 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 771 To avoid mistakes add a comment at the beginning of the parent field if you want a default access modifier
4635 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 774 Field comments are required
4636 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 774 Found non-transient, non-static member. Please mark as transient or provide accessors.
4637 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 774 To avoid mistakes add a comment at the beginning of the index field if you want a default access modifier
4638 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 775 Field comments are required
4639 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 775 Found non-transient, non-static member. Please mark as transient or provide accessors.
4640 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 775 To avoid mistakes add a comment at the beginning of the entry field if you want a default access modifier
4641 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 776 Field comments are required
4642 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 776 Found non-transient, non-static member. Please mark as transient or provide accessors.
4643 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 776 To avoid mistakes add a comment at the beginning of the previous field if you want a default access modifier
4644 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 781 Field comments are required
4645 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 781 Found non-transient, non-static member. Please mark as transient or provide accessors.
4646 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 781 Found non-transient, non-static member. Please mark as transient or provide accessors.
4647 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 781 To avoid mistakes add a comment at the beginning of the currentKey field if you want a default access modifier
4648 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 781 Use one line for each declaration, it enhances code readability.
4649 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 782 Field comments are required
4650 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 782 Found non-transient, non-static member. Please mark as transient or provide accessors.
4651 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 782 Found non-transient, non-static member. Please mark as transient or provide accessors.
4652 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 782 To avoid mistakes add a comment at the beginning of the currentValue field if you want a default access modifier
4653 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 782 Use one line for each declaration, it enhances code readability.
4654 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 784 Field comments are required
4655 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 784 Found non-transient, non-static member. Please mark as transient or provide accessors.
4656 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 784 To avoid mistakes add a comment at the beginning of the expectedModCount field if you want a default access modifier
4657 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 786 To avoid mistakes add a comment at the beginning of the ReferenceBaseIterator constructor if you want a default access modifier
4658 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 788 Avoid if (x != y) ..; else ..;
4659 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 794 Public method and constructor comments are required
4660 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 797 Avoid variables with short names like e
4661 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 798 Avoid variables with short names like i
4662 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 806 Assigning an Object to null is a code smell. Consider refactoring.
4663 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 807 Assigning an Object to null is a code smell. Consider refactoring.
4664 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 808 A method should have only one exit point, and that should be the last statement in the method
4665 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 810 Potential violation of Law of Demeter (object not created locally)
4666 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 811 Potential violation of Law of Demeter (object not created locally)
4667 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 829 Protected method constructor comments are required
4668 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 838 Assigning an Object to null is a code smell. Consider refactoring.
4669 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 839 Assigning an Object to null is a code smell. Consider refactoring.
4670 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 843 Protected method constructor comments are required
4671 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 848 Public method and constructor comments are required
4672 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 854 Assigning an Object to null is a code smell. Consider refactoring.
4673 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 855 Assigning an Object to null is a code smell. Consider refactoring.
4674 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 856 Assigning an Object to null is a code smell. Consider refactoring.
4675 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 864 To avoid mistakes add a comment at the beginning of the ReferenceEntrySetIterator nested class if you want a default access modifier
4676 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 867 To avoid mistakes add a comment at the beginning of the ReferenceEntrySetIterator constructor if you want a default access modifier
4677 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 881 To avoid mistakes add a comment at the beginning of the ReferenceKeySetIterator nested class if you want a default access modifier
4678 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 884 To avoid mistakes add a comment at the beginning of the ReferenceKeySetIterator constructor if you want a default access modifier
4679 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 890 Potential violation of Law of Demeter (method chain calls)
4680 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 897 To avoid mistakes add a comment at the beginning of the ReferenceValuesIterator nested class if you want a default access modifier
4681 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 900 To avoid mistakes add a comment at the beginning of the ReferenceValuesIterator constructor if you want a default access modifier
4682 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 906 Potential violation of Law of Demeter (method chain calls)
4683 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 913 To avoid mistakes add a comment at the beginning of the ReferenceMapIterator nested class if you want a default access modifier
4684 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 915 Protected method constructor comments are required
4685 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 921 Potential violation of Law of Demeter (method chain calls)
4686 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 930 Potential violation of Law of Demeter (object not created locally)
4687 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 939 Potential violation of Law of Demeter (object not created locally)
4688 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 948 Potential violation of Law of Demeter (object not created locally)
4689 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 959 To avoid mistakes add a comment at the beginning of the SoftRef nested class if you want a default access modifier
4690 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 961 Found non-transient, non-static member. Please mark as transient or provide accessors.
4691 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 963 Avoid variables with short names like q
4692 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 963 Avoid variables with short names like r
4693 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 963 To avoid mistakes add a comment at the beginning of the SoftRef constructor if you want a default access modifier
4694 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 969 Ensure you override both equals() and hashCode()
4695 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 977 To avoid mistakes add a comment at the beginning of the WeakRef nested class if you want a default access modifier
4696 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 979 Found non-transient, non-static member. Please mark as transient or provide accessors.
4697 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 981 Avoid variables with short names like q
4698 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 981 Avoid variables with short names like r
4699 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 981 To avoid mistakes add a comment at the beginning of the WeakRef constructor if you want a default access modifier
4700 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 987 Ensure you override both equals() and hashCode()
4701 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 992 Comment is too large: Too many lines
4702 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 1026 Comment is too large: Too many lines
4703 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 1038 Comment is too large: Line too long
4704 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 1043 Comment is too large: Line too long
4705 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 1047 Avoid variables with short names like in
4706 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java 1060 Comment is too large: Line too long
4707 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 1 Comment is too large: Too many lines
4708 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 30 Comment is too large: Too many lines
4709 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 55 Document empty constructor
4710 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 55 It is a good practice to call super() in a constructor
4711 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 80 Potential violation of Law of Demeter (method chain calls)
4712 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 85 Potential violation of Law of Demeter (method chain calls)
4713 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 90 Potential violation of Law of Demeter (method chain calls)
4714 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 95 Potential violation of Law of Demeter (method chain calls)
4715 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 100 Potential violation of Law of Demeter (method chain calls)
4716 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 105 Potential violation of Law of Demeter (method chain calls)
4717 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 111 Potential violation of Law of Demeter (object not created locally)
4718 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 111 Potential violation of Law of Demeter (object not created locally)
4719 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 116 Avoid variables with short names like it
4720 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 116 Potential violation of Law of Demeter (method chain calls)
4721 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 116 Potential violation of Law of Demeter (method chain calls)
4722 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/AbstractSortedMapDecorator.java 150 Use block level rather than method level synchronization
4723 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 1 Comment is too large: Too many lines
4724 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 25 Comment is too large: Too many lines
4725 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 28 Comment is too large: Line too long
4726 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 29 Comment is too large: Line too long
4727 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 42 Comment is too large: Line too long
4728 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 57 Comment is too large: Line too long
4729 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 58 Comment is too large: Line too long
4730 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 59 Comment is too large: Line too long
4731 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 63 Comment is too large: Line too long
4732 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 96 Comment is too large: Too many lines
4733 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 109 Comment is too large: Too many lines
4734 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 123 Comment is too large: Too many lines
4735 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 135 Potential violation of Law of Demeter (method chain calls)
4736 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 139 A method should have only one exit point, and that should be the last statement in the method
4737 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 170 Comment is too large: Line too long
4738 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 172 Avoid variables with short names like in
4739 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 1 Comment is too large: Too many lines
4740 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 29 Comment is too large: Too many lines
4741 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 37 Comment is too large: Line too long
4742 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 48 This class has too many methods, consider refactoring it.
4743 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 50 Field comments are required
4744 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 50 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
4745 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 56 Found non-transient, non-static member. Please mark as transient or provide accessors.
4746 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 59 Found non-transient, non-static member. Please mark as transient or provide accessors.
4747 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 64 The String literal "unchecked" appears 6 times in this file; the first occurrence is on line 64
4748 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 112 It is a good practice to call super() in a constructor
4749 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 116 Overridable method 'addComposited' called during object construction
4750 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 137 A method or constructor should not explicitly declare unchecked exceptions in its 'throws' clause
4751 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 137 Use block level rather than method level synchronization
4752 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 141 Potential violation of Law of Demeter (object not created locally)
4753 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 142 Deeply nested if..then statements are hard to read
4754 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 148 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
4755 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 162 Use block level rather than method level synchronization
4756 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 166 Avoid instantiating new objects inside loops
4757 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 166 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
4758 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 170 A method should have only one exit point, and that should be the last statement in the method
4759 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 173 Return an empty collection rather than null.
4760 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 179 Comment is too large: Line too long
4761 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 188 Comment is too large: Too many lines
4762 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 208 A method should have only one exit point, and that should be the last statement in the method
4763 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 214 Comment is too large: Too many lines
4764 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 234 A method should have only one exit point, and that should be the last statement in the method
4765 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 240 Comment is too large: Too many lines
4766 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 266 Comment is too large: Too many lines
4767 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 294 A method should have only one exit point, and that should be the last statement in the method
4768 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 309 A method should have only one exit point, and that should be the last statement in the method
4769 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 315 Comment is too large: Too many lines
4770 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 339 Comment is too large: Too many lines
4771 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 372 Comment is too large: Too many lines
4772 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 402 Comment is too large: Too many lines
4773 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 431 A method should have only one exit point, and that should be the last statement in the method
4774 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 453 Comment is too large: Too many lines
4775 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 485 A method should have only one exit point, and that should be the last statement in the method
4776 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 485 Potential violation of Law of Demeter (object not created locally)
4777 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 512 Comment is too large: Too many lines
4778 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 520 Comment is too large: Line too long
4779 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 525 Comment is too large: Too many lines
4780 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 549 Comment is too large: Too many lines
4781 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 1 Comment is too large: Too many lines
4782 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 32 Comment is too large: Too many lines
4783 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 59 Comment is too large: Line too long
4784 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
4785 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 80 Comment is too large: Too many lines
4786 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 97 Comment is too large: Too many lines
4787 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 116 Comment is too large: Too many lines
4788 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 126 Comment is too large: Line too long
4789 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 136 Comment is too large: Too many lines
4790 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 154 Avoid excessively long variable names like defaultValueTransformer
4791 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 165 Avoid excessively long variable names like defaultValueTransformer
4792 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 186 Comment is too large: Line too long
4793 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 189 Avoid variables with short names like in
4794 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 197 Avoid variables with short names like v
4795 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 198 Useless parentheses.
4796 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java 198 Useless parentheses.
4797 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 1 Comment is too large: Too many lines
4798 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
4799 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 37 To avoid mistakes add a comment at the beginning of the entrySet field if you want a default access modifier
4800 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 40 To avoid mistakes add a comment at the beginning of the iterator field if you want a default access modifier
4801 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 43 To avoid mistakes add a comment at the beginning of the entry field if you want a default access modifier
4802 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 51 Overridable method 'reset' called during object construction
4803 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 59 Potential violation of Law of Demeter (method chain calls)
4804 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 67 Potential violation of Law of Demeter (method chain calls)
4805 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 75 Potential violation of Law of Demeter (method chain calls)
4806 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 99 Use block level rather than method level synchronization
4807 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 109 Assigning an Object to null is a code smell. Consider refactoring.
4808 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.java 116 Use block level rather than method level synchronization
4809 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeMap.java 1 Comment is too large: Too many lines
4810 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeMap.java 31 Comment is too large: Too many lines
4811 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeMap.java 46 Comment is too large: Line too long
4812 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeMap.java 62 This class has too many methods, consider refactoring it.
4813 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeMap.java 67 Comment is too large: Too many lines
4814 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeMap.java 108 Comment is too large: Line too long
4815 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeMap.java 112 Avoid variables with short names like in
4816 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 1 Comment is too large: Too many lines
4817 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 33 Comment is too large: Too many lines
4818 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 48 Comment is too large: Line too long
4819 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 64 This class has too many methods, consider refactoring it.
4820 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 69 Comment is too large: Too many lines
4821 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 118 Comment is too large: Line too long
4822 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 121 Avoid variables with short names like in
4823 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 169 Potential violation of Law of Demeter (method chain calls)
4824 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 174 Potential violation of Law of Demeter (method chain calls)
4825 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java 179 Potential violation of Law of Demeter (method chain calls)
4826 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1 Comment is too large: Too many lines
4827 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 17 This class has a bunch of public methods and attributes
4828 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 38 Comment is too large: Too many lines
4829 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 61 Comment is too large: Line too long
4830 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 64 Comment is too large: Line too long
4831 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 65 Comment is too large: Line too long
4832 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 82 Avoid really long classes.
4833 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 82 The class 'Flat3Map' has a total cyclomatic complexity of 185 (highest 29).
4834 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 82 This class has too many methods, consider refactoring it.
4835 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 88 Field size has the same name as a method
4836 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 113 Document empty constructor
4837 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 123 Overridable method 'putAll' called during object construction
4838 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 133 The method 'get(Object)' has a cognitive complexity of 35, current threshold is 15
4839 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 133 The method 'get(Object)' has a cyclomatic complexity of 19.
4840 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 135 A method should have only one exit point, and that should be the last statement in the method
4841 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 138 Switch statements should be exhaustive, add a default case (or missing enum branches)
4842 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 142 A method should have only one exit point, and that should be the last statement in the method
4843 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 146 A method should have only one exit point, and that should be the last statement in the method
4844 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 150 A method should have only one exit point, and that should be the last statement in the method
4845 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 156 Switch statements should be exhaustive, add a default case (or missing enum branches)
4846 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 160 A method should have only one exit point, and that should be the last statement in the method
4847 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 164 A method should have only one exit point, and that should be the last statement in the method
4848 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 168 A method should have only one exit point, and that should be the last statement in the method
4849 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 184 A method should have only one exit point, and that should be the last statement in the method
4850 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 206 The method 'containsKey(Object)' has a cognitive complexity of 35, current threshold is 15
4851 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 206 The method 'containsKey(Object)' has a cyclomatic complexity of 19.
4852 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 208 A method should have only one exit point, and that should be the last statement in the method
4853 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 211 Switch statements should be exhaustive, add a default case (or missing enum branches)
4854 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 214 A method should have only one exit point, and that should be the last statement in the method
4855 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 218 A method should have only one exit point, and that should be the last statement in the method
4856 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 222 A method should have only one exit point, and that should be the last statement in the method
4857 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 228 Switch statements should be exhaustive, add a default case (or missing enum branches)
4858 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 231 A method should have only one exit point, and that should be the last statement in the method
4859 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 235 A method should have only one exit point, and that should be the last statement in the method
4860 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 239 A method should have only one exit point, and that should be the last statement in the method
4861 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 254 The method 'containsValue(Object)' has a cognitive complexity of 26, current threshold is 15
4862 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 254 The method 'containsValue(Object)' has a cyclomatic complexity of 15.
4863 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 256 A method should have only one exit point, and that should be the last statement in the method
4864 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 259 Switch statements should be exhaustive, add a default case (or missing enum branches)
4865 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 262 A method should have only one exit point, and that should be the last statement in the method
4866 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 266 A method should have only one exit point, and that should be the last statement in the method
4867 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 270 A method should have only one exit point, and that should be the last statement in the method
4868 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 274 Switch statements should be exhaustive, add a default case (or missing enum branches)
4869 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 277 A method should have only one exit point, and that should be the last statement in the method
4870 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 281 A method should have only one exit point, and that should be the last statement in the method
4871 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 285 A method should have only one exit point, and that should be the last statement in the method
4872 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 300 The method 'put(K, V)' has a NCSS line count of 61.
4873 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 300 The method 'put(K, V)' has a cognitive complexity of 43, current threshold is 15
4874 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 300 The method 'put(K, V)' has a cyclomatic complexity of 25.
4875 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 300 The method 'put(K, V)' has an NPath complexity of 224, current threshold is 200
4876 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 302 A method should have only one exit point, and that should be the last statement in the method
4877 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 306 Switch statements should be exhaustive, add a default case (or missing enum branches)
4878 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 311 A method should have only one exit point, and that should be the last statement in the method
4879 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 317 A method should have only one exit point, and that should be the last statement in the method
4880 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 323 A method should have only one exit point, and that should be the last statement in the method
4881 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 329 Switch statements should be exhaustive, add a default case (or missing enum branches)
4882 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 334 A method should have only one exit point, and that should be the last statement in the method
4883 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 340 A method should have only one exit point, and that should be the last statement in the method
4884 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 346 A method should have only one exit point, and that should be the last statement in the method
4885 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 353 The default label should be the last label in a switch statement
4886 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 357 A method should have only one exit point, and that should be the last statement in the method
4887 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 388 A method should have only one exit point, and that should be the last statement in the method
4888 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 394 Avoid using Literals in Conditional Statements
4889 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 409 A switch statement does not contain a break
4890 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 419 The String literal "Invalid map index: " appears 9 times in this file; the first occurrence is on line 419
4891 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 428 Comment is too large: Too many lines
4892 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 449 Avoid really long methods.
4893 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 449 The method 'remove(Object)' has a NCSS line count of 124.
4894 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 449 The method 'remove(Object)' has a cognitive complexity of 60, current threshold is 15
4895 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 449 The method 'remove(Object)' has a cyclomatic complexity of 29.
4896 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 449 The method 'remove(Object)' has an NPath complexity of 216, current threshold is 200
4897 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 451 A method should have only one exit point, and that should be the last statement in the method
4898 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 454 A method should have only one exit point, and that should be the last statement in the method
4899 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 457 A high ratio of statements to labels in a switch statement. Consider refactoring.
4900 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 457 Switch statements should be exhaustive, add a default case (or missing enum branches)
4901 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 462 Assigning an Object to null is a code smell. Consider refactoring.
4902 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 463 Assigning an Object to null is a code smell. Consider refactoring.
4903 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 465 A method should have only one exit point, and that should be the last statement in the method
4904 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 473 Assigning an Object to null is a code smell. Consider refactoring.
4905 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 474 Assigning an Object to null is a code smell. Consider refactoring.
4906 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 476 A method should have only one exit point, and that should be the last statement in the method
4907 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 484 Assigning an Object to null is a code smell. Consider refactoring.
4908 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 485 Assigning an Object to null is a code smell. Consider refactoring.
4909 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 487 A method should have only one exit point, and that should be the last statement in the method
4910 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 489 A method should have only one exit point, and that should be the last statement in the method
4911 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 494 Assigning an Object to null is a code smell. Consider refactoring.
4912 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 495 Assigning an Object to null is a code smell. Consider refactoring.
4913 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 497 A method should have only one exit point, and that should be the last statement in the method
4914 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 505 Assigning an Object to null is a code smell. Consider refactoring.
4915 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 506 Assigning an Object to null is a code smell. Consider refactoring.
4916 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 508 A method should have only one exit point, and that should be the last statement in the method
4917 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 510 A method should have only one exit point, and that should be the last statement in the method
4918 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 515 Assigning an Object to null is a code smell. Consider refactoring.
4919 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 516 Assigning an Object to null is a code smell. Consider refactoring.
4920 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 518 A method should have only one exit point, and that should be the last statement in the method
4921 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 524 A high ratio of statements to labels in a switch statement. Consider refactoring.
4922 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 524 Switch statements should be exhaustive, add a default case (or missing enum branches)
4923 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 529 Assigning an Object to null is a code smell. Consider refactoring.
4924 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 530 Assigning an Object to null is a code smell. Consider refactoring.
4925 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 532 A method should have only one exit point, and that should be the last statement in the method
4926 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 540 Assigning an Object to null is a code smell. Consider refactoring.
4927 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 541 Assigning an Object to null is a code smell. Consider refactoring.
4928 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 543 A method should have only one exit point, and that should be the last statement in the method
4929 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 551 Assigning an Object to null is a code smell. Consider refactoring.
4930 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 552 Assigning an Object to null is a code smell. Consider refactoring.
4931 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 554 A method should have only one exit point, and that should be the last statement in the method
4932 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 556 A method should have only one exit point, and that should be the last statement in the method
4933 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 561 Assigning an Object to null is a code smell. Consider refactoring.
4934 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 562 Assigning an Object to null is a code smell. Consider refactoring.
4935 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 564 A method should have only one exit point, and that should be the last statement in the method
4936 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 572 Assigning an Object to null is a code smell. Consider refactoring.
4937 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 573 Assigning an Object to null is a code smell. Consider refactoring.
4938 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 575 A method should have only one exit point, and that should be the last statement in the method
4939 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 577 A method should have only one exit point, and that should be the last statement in the method
4940 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 582 Assigning an Object to null is a code smell. Consider refactoring.
4941 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 583 Assigning an Object to null is a code smell. Consider refactoring.
4942 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 585 A method should have only one exit point, and that should be the last statement in the method
4943 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 601 Assigning an Object to null is a code smell. Consider refactoring.
4944 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 610 Comment is too large: Too many lines
4945 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 624 A method should have only one exit point, and that should be the last statement in the method
4946 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 627 A method should have only one exit point, and that should be the last statement in the method
4947 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 635 To avoid mistakes add a comment at the beginning of the FlatMapIterator nested class if you want a default access modifier
4948 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 636 Field comments are required
4949 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 636 Found non-transient, non-static member. Please mark as transient or provide accessors.
4950 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 637 Field comments are required
4951 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 637 Found non-transient, non-static member. Please mark as transient or provide accessors.
4952 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 638 Field comments are required
4953 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 638 Found non-transient, non-static member. Please mark as transient or provide accessors.
4954 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 640 To avoid mistakes add a comment at the beginning of the FlatMapIterator constructor if you want a default access modifier
4955 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 674 Switch statements should be exhaustive, add a default case (or missing enum branches)
4956 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 676 A method should have only one exit point, and that should be the last statement in the method
4957 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 678 A method should have only one exit point, and that should be the last statement in the method
4958 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 690 Switch statements should be exhaustive, add a default case (or missing enum branches)
4959 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 692 A method should have only one exit point, and that should be the last statement in the method
4960 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 694 A method should have only one exit point, and that should be the last statement in the method
4961 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 706 Avoid declaring a variable if it is unreferenced before a possible exit point.
4962 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 732 A method should have only one exit point, and that should be the last statement in the method
4963 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 738 Comment is too large: Too many lines
4964 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 751 A method should have only one exit point, and that should be the last statement in the method
4965 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 759 To avoid mistakes add a comment at the beginning of the EntrySet nested class if you want a default access modifier
4966 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 760 Field comments are required
4967 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 760 Found non-transient, non-static member. Please mark as transient or provide accessors.
4968 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 762 It is a good practice to call super() in a constructor
4969 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 762 To avoid mistakes add a comment at the beginning of the EntrySet constructor if you want a default access modifier
4970 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 779 A method should have only one exit point, and that should be the last statement in the method
4971 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 782 Potential violation of Law of Demeter (object not created locally)
4972 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 791 A method should have only one exit point, and that should be the last statement in the method
4973 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 791 Potential violation of Law of Demeter (method chain calls)
4974 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 791 Potential violation of Law of Demeter (static property access)
4975 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 794 A method should have only one exit point, and that should be the last statement in the method
4976 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 800 Class comments are required
4977 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 800 To avoid mistakes add a comment at the beginning of the FlatMapEntry nested class if you want a default access modifier
4978 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 801 Field comments are required
4979 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 801 Found non-transient, non-static member. Please mark as transient or provide accessors.
4980 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 802 Field comments are required
4981 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 802 Found non-transient, non-static member. Please mark as transient or provide accessors.
4982 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 803 Field comments are required
4983 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 803 Found non-transient, non-static member. Please mark as transient or provide accessors.
4984 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 803 Use of modifier volatile is not recommended.
4985 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 805 To avoid mistakes add a comment at the beginning of the FlatMapEntry constructor if you want a default access modifier
4986 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 811 Comment is too large: Too many lines
4987 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 820 To avoid mistakes add a comment at the beginning of the setRemoved method if you want a default access modifier
4988 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 829 Switch statements should be exhaustive, add a default case (or missing enum branches)
4989 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 831 A method should have only one exit point, and that should be the last statement in the method
4990 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 833 A method should have only one exit point, and that should be the last statement in the method
4991 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 845 Switch statements should be exhaustive, add a default case (or missing enum branches)
4992 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 847 A method should have only one exit point, and that should be the last statement in the method
4993 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 849 A method should have only one exit point, and that should be the last statement in the method
4994 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 861 Avoid declaring a variable if it is unreferenced before a possible exit point.
4995 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 881 A method should have only one exit point, and that should be the last statement in the method
4996 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 884 A method should have only one exit point, and that should be the last statement in the method
4997 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 889 Potential violation of Law of Demeter (object not created locally)
4998 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 889 Potential violation of Law of Demeter (object not created locally)
4999 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 889 Potential violation of Law of Demeter (object not created locally)
5000 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 890 Potential violation of Law of Demeter (object not created locally)
5001 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 890 Potential violation of Law of Demeter (object not created locally)
5002 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 890 Potential violation of Law of Demeter (object not created locally)
5003 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 896 A method should have only one exit point, and that should be the last statement in the method
5004 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 900 Potential violation of Law of Demeter (object not created locally)
5005 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 901 Potential violation of Law of Demeter (object not created locally)
5006 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 907 A method should have only one exit point, and that should be the last statement in the method
5007 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 914 Class comments are required
5008 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 914 This abstract class does not have any abstract methods
5009 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 914 To avoid mistakes add a comment at the beginning of the EntryIterator nested class if you want a default access modifier
5010 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 915 Field comments are required
5011 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 915 Found non-transient, non-static member. Please mark as transient or provide accessors.
5012 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 916 Field comments are required
5013 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 916 Found non-transient, non-static member. Please mark as transient or provide accessors.
5014 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 917 Field comments are required
5015 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 917 Found non-transient, non-static member. Please mark as transient or provide accessors.
5016 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 922 To avoid mistakes add a comment at the beginning of the EntryIterator constructor if you want a default access modifier
5017 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 926 Public method and constructor comments are required
5018 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 930 Public method and constructor comments are required
5019 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 938 Public method and constructor comments are required
5020 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 945 Assigning an Object to null is a code smell. Consider refactoring.
5021 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 953 To avoid mistakes add a comment at the beginning of the EntrySetIterator nested class if you want a default access modifier
5022 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 954 To avoid mistakes add a comment at the beginning of the EntrySetIterator constructor if you want a default access modifier
5023 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 974 A method should have only one exit point, and that should be the last statement in the method
5024 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 982 To avoid mistakes add a comment at the beginning of the KeySet nested class if you want a default access modifier
5025 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 983 Field comments are required
5026 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 983 Found non-transient, non-static member. Please mark as transient or provide accessors.
5027 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 985 It is a good practice to call super() in a constructor
5028 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 985 To avoid mistakes add a comment at the beginning of the KeySet constructor if you want a default access modifier
5029 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1014 A method should have only one exit point, and that should be the last statement in the method
5030 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1014 Potential violation of Law of Demeter (method chain calls)
5031 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1014 Potential violation of Law of Demeter (static property access)
5032 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1017 A method should have only one exit point, and that should be the last statement in the method
5033 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1026 To avoid mistakes add a comment at the beginning of the KeySetIterator nested class if you want a default access modifier
5034 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1028 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 1,028
5035 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1029 To avoid mistakes add a comment at the beginning of the KeySetIterator constructor if you want a default access modifier
5036 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1035 Potential violation of Law of Demeter (method chain calls)
5037 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1049 A method should have only one exit point, and that should be the last statement in the method
5038 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1057 To avoid mistakes add a comment at the beginning of the Values nested class if you want a default access modifier
5039 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1058 Field comments are required
5040 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1058 Found non-transient, non-static member. Please mark as transient or provide accessors.
5041 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1060 It is a good practice to call super() in a constructor
5042 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1060 To avoid mistakes add a comment at the beginning of the Values constructor if you want a default access modifier
5043 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1082 A method should have only one exit point, and that should be the last statement in the method
5044 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1082 Potential violation of Law of Demeter (method chain calls)
5045 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1082 Potential violation of Law of Demeter (static property access)
5046 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1085 A method should have only one exit point, and that should be the last statement in the method
5047 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1094 To avoid mistakes add a comment at the beginning of the ValuesIterator nested class if you want a default access modifier
5048 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1097 To avoid mistakes add a comment at the beginning of the ValuesIterator constructor if you want a default access modifier
5049 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1103 Potential violation of Law of Demeter (method chain calls)
5050 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1127 Comment is too large: Line too long
5051 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1130 Avoid variables with short names like in
5052 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1133 Avoid using Literals in Conditional Statements
5053 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1153 Potential violation of Law of Demeter (static property access)
5054 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1157 New exception is thrown in catch block, original stack trace may be lost
5055 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1168 The method 'equals(Object)' has a cognitive complexity of 38, current threshold is 15
5056 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1168 The method 'equals(Object)' has a cyclomatic complexity of 18.
5057 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1168 The method 'equals(Object)' has an NPath complexity of 208, current threshold is 200
5058 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1170 A method should have only one exit point, and that should be the last statement in the method
5059 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1173 A method should have only one exit point, and that should be the last statement in the method
5060 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1176 A method should have only one exit point, and that should be the last statement in the method
5061 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1179 Potential violation of Law of Demeter (object not created locally)
5062 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1180 A method should have only one exit point, and that should be the last statement in the method
5063 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1183 The initializer for variable 'otherValue' is never used (overwritten on lines 1189, 1197 and 1205)
5064 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1184 Switch statements should be exhaustive, add a default case (or missing enum branches)
5065 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1187 A method should have only one exit point, and that should be the last statement in the method
5066 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1191 A method should have only one exit point, and that should be the last statement in the method
5067 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1195 A method should have only one exit point, and that should be the last statement in the method
5068 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1199 A method should have only one exit point, and that should be the last statement in the method
5069 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1203 A method should have only one exit point, and that should be the last statement in the method
5070 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1207 A method should have only one exit point, and that should be the last statement in the method
5071 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1220 The method 'hashCode()' has a cyclomatic complexity of 10.
5072 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1222 A method should have only one exit point, and that should be the last statement in the method
5073 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1225 A switch statement does not contain a break
5074 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1246 The method 'toString()' has a cognitive complexity of 17, current threshold is 15
5075 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1246 The method 'toString()' has a cyclomatic complexity of 13.
5076 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1248 A method should have only one exit point, and that should be the last statement in the method
5077 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1251 A method should have only one exit point, and that should be the last statement in the method
5078 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1255 A switch statement does not contain a break
5079 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 1257 The String literal "(this Map)" appears 6 times in this file; the first occurrence is on line 1,257
5080 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/HashedMap.java 1 Comment is too large: Too many lines
5081 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/HashedMap.java 25 Comment is too large: Too many lines
5082 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/HashedMap.java 34 Comment is too large: Line too long
5083 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/HashedMap.java 68 Comment is too large: Too many lines
5084 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/HashedMap.java 117 Comment is too large: Line too long
5085 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/HashedMap.java 119 Avoid variables with short names like in
5086 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 1 Comment is too large: Too many lines
5087 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 27 Comment is too large: Too many lines
5088 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 42 Comment is too large: Line too long
5089 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 66 Possible God Class (WMC=52, ATFD=24, TCC=15.238%)
5090 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 67 This class has too many methods, consider refactoring it.
5091 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 75 Field maxSize has the same name as a method
5092 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 77 Avoid excessively long variable names like scanUntilRemovable
5093 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 96 Comment is too large: Too many lines
5094 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 102 Comment is too large: Line too long
5095 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 117 Avoid excessively long variable names like scanUntilRemovable
5096 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 121 Comment is too large: Too many lines
5097 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 134 Comment is too large: Too many lines
5098 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 142 Comment is too large: Line too long
5099 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 150 Comment is too large: Too many lines
5100 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 160 Avoid excessively long variable names like scanUntilRemovable
5101 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 164 Comment is too large: Too many lines
5102 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 165 Comment is too large: Line too long
5103 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 172 Comment is too large: Line too long
5104 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 179 Avoid excessively long variable names like scanUntilRemovable
5105 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 182 Avoid using Literals in Conditional Statements
5106 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 192 Comment is too large: Too many lines
5107 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 205 Comment is too large: Too many lines
5108 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 216 Avoid excessively long variable names like scanUntilRemovable
5109 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 221 Comment is too large: Too many lines
5110 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 235 Comment is too large: Too many lines
5111 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 251 A method should have only one exit point, and that should be the last statement in the method
5112 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 256 Potential violation of Law of Demeter (object not created locally)
5113 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 267 Avoid if (x != y) ..; else ..;
5114 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 272 The String literal " This should not occur if your keys are immutable, and you have used synchronization properly." appears 4 times in this file; the first occurrence is on line 272
5115 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 287 Comment is too large: Too many lines
5116 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 302 Comment is too large: Too many lines
5117 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 318 The method 'addMapping(int, int, K, V)' has a cognitive complexity of 22, current threshold is 15
5118 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 318 The method 'addMapping(int, int, K, V)' has a cyclomatic complexity of 11.
5119 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 333 The String literal " key=" appears 4 times in this file; the first occurrence is on line 333
5120 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 333 The String literal " maxSize=" appears 4 times in this file; the first occurrence is on line 333
5121 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 333 The String literal " size=" appears 4 times in this file; the first occurrence is on line 333
5122 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 333 The String literal " value=" appears 4 times in this file; the first occurrence is on line 333
5123 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 356 Comment is too large: Too many lines
5124 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 359 Comment is too large: Line too long
5125 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 393 Avoid catching NullPointerException; consider removing the cause of the NPE.
5126 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 393 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5127 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 394 New exception is thrown in catch block, original stack trace may be lost
5128 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 401 Comment is too large: Too many lines
5129 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 402 Comment is too large: Line too long
5130 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 426 Comment is too large: Line too long
5131 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 496 Comment is too large: Line too long
5132 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 498 Avoid variables with short names like in
5133 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 520 Comment is too large: Line too long
5134 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LRUMap.java 523 Avoid variables with short names like in
5135 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 1 Comment is too large: Too many lines
5136 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 30 Comment is too large: Too many lines
5137 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 46 Comment is too large: Line too long
5138 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
5139 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 78 Comment is too large: Too many lines
5140 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 93 Comment is too large: Too many lines
5141 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 149 Comment is too large: Line too long
5142 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 153 Avoid variables with short names like in
5143 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazyMap.java 166 A method should have only one exit point, and that should be the last statement in the method
5144 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 1 Comment is too large: Too many lines
5145 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 25 Comment is too large: Too many lines
5146 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 52 Comment is too large: Line too long
5147 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 71 Comment is too large: Too many lines
5148 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 87 Comment is too large: Too many lines
5149 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 136 Potential violation of Law of Demeter (method chain calls)
5150 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 141 Potential violation of Law of Demeter (method chain calls)
5151 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 146 Potential violation of Law of Demeter (method chain calls)
5152 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 151 Potential violation of Law of Demeter (method chain calls)
5153 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 157 Potential violation of Law of Demeter (method chain calls)
5154 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LazySortedMap.java 163 Potential violation of Law of Demeter (method chain calls)
5155 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 1 Comment is too large: Too many lines
5156 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 36 Comment is too large: Too many lines
5157 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 60 Comment is too large: Line too long
5158 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 93 Comment is too large: Too many lines
5159 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 142 Comment is too large: Line too long
5160 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 144 Avoid variables with short names like in
5161 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 157 Potential violation of Law of Demeter (method chain calls)
5162 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 168 Potential violation of Law of Demeter (method chain calls)
5163 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 178 Avoid reassigning parameters such as 'key'
5164 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 179 Avoid variables with short names like i
5165 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 182 A method should have only one exit point, and that should be the last statement in the method
5166 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 200 Comment is too large: Too many lines
5167 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 222 This class has too many methods, consider refactoring it.
5168 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 222 To avoid mistakes add a comment at the beginning of the LinkedMapList nested class if you want a default access modifier
5169 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 224 Field comments are required
5170 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 224 Found non-transient, non-static member. Please mark as transient or provide accessors.
5171 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 226 It is a good practice to call super() in a constructor
5172 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 226 To avoid mistakes add a comment at the beginning of the LinkedMapList constructor if you want a default access modifier
5173 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 257 Potential violation of Law of Demeter (method chain calls)
5174 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 295 Potential violation of Law of Demeter (method chain calls)
5175 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 300 Potential violation of Law of Demeter (method chain calls)
5176 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 305 Potential violation of Law of Demeter (method chain calls)
5177 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/LinkedMap.java 319 Avoid excessively long variable names like fromIndexInclusive
5178 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 1 Comment is too large: Too many lines
5179 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 17 This class has a bunch of public methods and attributes
5180 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 42 Comment is too large: Too many lines
5181 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 57 Comment is too large: Line too long
5182 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 66 Comment is too large: Line too long
5183 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 68 Comment is too large: Line too long
5184 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 84 Possible God Class (WMC=53, ATFD=16, TCC=28.000%)
5185 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 86 This class has too many methods, consider refactoring it.
5186 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 92 Found non-transient, non-static member. Please mark as transient or provide accessors.
5187 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 94 Comment is too large: Too many lines
5188 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 148 Comment is too large: Line too long
5189 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 151 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 151
5190 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 152 Avoid variables with short names like in
5191 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 202 A method should have only one exit point, and that should be the last statement in the method
5192 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 218 A method should have only one exit point, and that should be the last statement in the method
5193 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 225 Potential violation of Law of Demeter (method chain calls)
5194 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 227 A method should have only one exit point, and that should be the last statement in the method
5195 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 227 Potential violation of Law of Demeter (method chain calls)
5196 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 230 Potential violation of Law of Demeter (method chain calls)
5197 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 260 Avoid if (x != y) ..; else ..;
5198 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 262 Avoid reassigning parameters such as 'index'
5199 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 273 Potential violation of Law of Demeter (method chain calls)
5200 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 274 Potential violation of Law of Demeter (method chain calls)
5201 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 282 Potential violation of Law of Demeter (method chain calls)
5202 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 299 Comment is too large: Too many lines
5203 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 313 Comment is too large: Too many lines
5204 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 329 Comment is too large: Too many lines
5205 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 363 A method should have only one exit point, and that should be the last statement in the method
5206 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 416 Comment is too large: Too many lines
5207 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 425 Linguistics Antipattern - The setter 'setValue' should not return any type except void linguistically
5208 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 430 Comment is too large: Too many lines
5209 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 454 Avoid variables with short names like m
5210 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 455 Potential violation of Law of Demeter (object not created locally)
5211 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 460 Avoid reassigning parameters such as 'index'
5212 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 464 A method should have only one exit point, and that should be the last statement in the method
5213 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 467 Potential violation of Law of Demeter (object not created locally)
5214 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 482 Comment is too large: Too many lines
5215 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 503 Class comments are required
5216 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 503 To avoid mistakes add a comment at the beginning of the ValuesView nested class if you want a default access modifier
5217 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 504 Field comments are required
5218 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 504 Found non-transient, non-static member. Please mark as transient or provide accessors.
5219 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 507 It is a good practice to call super() in a constructor
5220 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 507 To avoid mistakes add a comment at the beginning of the ValuesView constructor if you want a default access modifier
5221 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 528 Potential violation of Law of Demeter (method chain calls)
5222 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 531 Potential violation of Law of Demeter (method chain calls)
5223 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 531 Potential violation of Law of Demeter (method chain calls)
5224 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 552 Class comments are required
5225 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 552 To avoid mistakes add a comment at the beginning of the KeySetView nested class if you want a default access modifier
5226 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 553 Field comments are required
5227 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 553 Found non-transient, non-static member. Please mark as transient or provide accessors.
5228 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 556 It is a good practice to call super() in a constructor
5229 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 556 To avoid mistakes add a comment at the beginning of the KeySetView constructor if you want a default access modifier
5230 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 577 Potential violation of Law of Demeter (method chain calls)
5231 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 580 Potential violation of Law of Demeter (method chain calls)
5232 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 580 Potential violation of Law of Demeter (method chain calls)
5233 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 586 Class comments are required
5234 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 586 To avoid mistakes add a comment at the beginning of the EntrySetView nested class if you want a default access modifier
5235 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 587 Field comments are required
5236 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 587 Found non-transient, non-static member. Please mark as transient or provide accessors.
5237 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 588 Field comments are required
5238 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 588 Found non-transient, non-static member. Please mark as transient or provide accessors.
5239 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 589 Field comments are required
5240 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 589 Found non-transient, non-static member. Please mark as transient or provide accessors.
5241 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 591 It is a good practice to call super() in a constructor
5242 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 591 To avoid mistakes add a comment at the beginning of the EntrySetView constructor if you want a default access modifier
5243 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 598 Potential violation of Law of Demeter (method chain calls)
5244 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 614 Potential violation of Law of Demeter (method chain calls)
5245 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 619 Potential violation of Law of Demeter (method chain calls)
5246 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 626 A method should have only one exit point, and that should be the last statement in the method
5247 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 628 Potential violation of Law of Demeter (method chain calls)
5248 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 631 A method should have only one exit point, and that should be the last statement in the method
5249 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 644 A method should have only one exit point, and that should be the last statement in the method
5250 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 646 Potential violation of Law of Demeter (method chain calls)
5251 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 651 Potential violation of Law of Demeter (method chain calls)
5252 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 656 Potential violation of Law of Demeter (method chain calls)
5253 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 665 Class comments are required
5254 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 665 To avoid mistakes add a comment at the beginning of the ListOrderedIterator nested class if you want a default access modifier
5255 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 666 Field comments are required
5256 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 666 Found non-transient, non-static member. Please mark as transient or provide accessors.
5257 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 667 Field comments are required
5258 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 667 Found non-transient, non-static member. Please mark as transient or provide accessors.
5259 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 669 To avoid mistakes add a comment at the beginning of the ListOrderedIterator constructor if you want a default access modifier
5260 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 676 Potential violation of Law of Demeter (method chain calls)
5261 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 683 Potential violation of Law of Demeter (method chain calls)
5262 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 687 Class comments are required
5263 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 687 To avoid mistakes add a comment at the beginning of the ListOrderedMapEntry nested class if you want a default access modifier
5264 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 688 Field comments are required
5265 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 688 Found non-transient, non-static member. Please mark as transient or provide accessors.
5266 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 690 To avoid mistakes add a comment at the beginning of the ListOrderedMapEntry constructor if you want a default access modifier
5267 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 702 Potential violation of Law of Demeter (method chain calls)
5268 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 706 Class comments are required
5269 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 706 To avoid mistakes add a comment at the beginning of the ListOrderedMapIterator nested class if you want a default access modifier
5270 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 707 Field comments are required
5271 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 707 Found non-transient, non-static member. Please mark as transient or provide accessors.
5272 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 708 Field comments are required
5273 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 708 Found non-transient, non-static member. Please mark as transient or provide accessors.
5274 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 709 Field comments are required
5275 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 709 Found non-transient, non-static member. Please mark as transient or provide accessors.
5276 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 710 Field comments are required
5277 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 710 Found non-transient, non-static member. Please mark as transient or provide accessors.
5278 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 712 To avoid mistakes add a comment at the beginning of the ListOrderedMapIterator constructor if you want a default access modifier
5279 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 747 Potential violation of Law of Demeter (static property access)
5280 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 772 Potential violation of Law of Demeter (static property access)
5281 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 777 Potential violation of Law of Demeter (static property access)
5282 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 778 Assigning an Object to null is a code smell. Consider refactoring.
5283 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ListOrderedMap.java 785 A method should have only one exit point, and that should be the last statement in the method
5284 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 1 Comment is too large: Too many lines
5285 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 29 Comment is too large: Too many lines
5286 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 53 Comment is too large: Line too long
5287 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 54 Comment is too large: Line too long
5288 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 58 Comment is too large: Line too long
5289 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 61 Comment is too large: Line too long
5290 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 77 Comment is too large: Line too long
5291 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 87 Possible God Class (WMC=134, ATFD=97, TCC=0.000%)
5292 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 87 The class 'MultiKeyMap' has a total cyclomatic complexity of 134 (highest 11).
5293 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 88 This class has too many methods, consider refactoring it.
5294 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 93 Comment is too large: Too many lines
5295 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 143 Potential violation of Law of Demeter (method chain calls)
5296 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 143 Potential violation of Law of Demeter (method chain calls)
5297 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 143 Potential violation of Law of Demeter (method chain calls)
5298 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 143 Potential violation of Law of Demeter (method chain calls)
5299 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 146 A method should have only one exit point, and that should be the last statement in the method
5300 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 163 Potential violation of Law of Demeter (method chain calls)
5301 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 163 Potential violation of Law of Demeter (method chain calls)
5302 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 163 Potential violation of Law of Demeter (method chain calls)
5303 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 163 Potential violation of Law of Demeter (method chain calls)
5304 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 166 A method should have only one exit point, and that should be the last statement in the method
5305 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 183 Potential violation of Law of Demeter (method chain calls)
5306 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 183 Potential violation of Law of Demeter (method chain calls)
5307 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 183 Potential violation of Law of Demeter (method chain calls)
5308 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 184 Potential violation of Law of Demeter (method chain calls)
5309 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 188 Potential violation of Law of Demeter (method chain calls)
5310 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 189 A method should have only one exit point, and that should be the last statement in the method
5311 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 207 Potential violation of Law of Demeter (method chain calls)
5312 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 207 Potential violation of Law of Demeter (method chain calls)
5313 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 207 Potential violation of Law of Demeter (method chain calls)
5314 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 208 Potential violation of Law of Demeter (method chain calls)
5315 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 213 Potential violation of Law of Demeter (method chain calls)
5316 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 214 A method should have only one exit point, and that should be the last statement in the method
5317 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 230 Avoid variables with short names like h
5318 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 256 Potential violation of Law of Demeter (object not created locally)
5319 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 257 Potential violation of Law of Demeter (object not created locally)
5320 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 257 Potential violation of Law of Demeter (object not created locally)
5321 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 258 Potential violation of Law of Demeter (object not created locally)
5322 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 258 Potential violation of Law of Demeter (object not created locally)
5323 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 272 Potential violation of Law of Demeter (method chain calls)
5324 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 272 Potential violation of Law of Demeter (method chain calls)
5325 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 272 Potential violation of Law of Demeter (method chain calls)
5326 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 272 Potential violation of Law of Demeter (method chain calls)
5327 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 275 A method should have only one exit point, and that should be the last statement in the method
5328 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 293 Potential violation of Law of Demeter (method chain calls)
5329 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 293 Potential violation of Law of Demeter (method chain calls)
5330 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 293 Potential violation of Law of Demeter (method chain calls)
5331 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 293 Potential violation of Law of Demeter (method chain calls)
5332 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 296 A method should have only one exit point, and that should be the last statement in the method
5333 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 303 Comment is too large: Too many lines
5334 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 314 Potential violation of Law of Demeter (method chain calls)
5335 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 314 Potential violation of Law of Demeter (method chain calls)
5336 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 314 Potential violation of Law of Demeter (method chain calls)
5337 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 315 Potential violation of Law of Demeter (method chain calls)
5338 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 319 Potential violation of Law of Demeter (method chain calls)
5339 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 320 A method should have only one exit point, and that should be the last statement in the method
5340 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 328 Comment is too large: Too many lines
5341 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 339 Potential violation of Law of Demeter (method chain calls)
5342 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 339 Potential violation of Law of Demeter (method chain calls)
5343 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 339 Potential violation of Law of Demeter (method chain calls)
5344 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 340 Potential violation of Law of Demeter (method chain calls)
5345 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 345 Potential violation of Law of Demeter (method chain calls)
5346 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 346 A method should have only one exit point, and that should be the last statement in the method
5347 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 363 Avoid variables with short names like h
5348 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 380 Comment is too large: Too many lines
5349 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 393 Potential violation of Law of Demeter (object not created locally)
5350 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 394 Potential violation of Law of Demeter (object not created locally)
5351 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 394 Potential violation of Law of Demeter (object not created locally)
5352 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 395 Potential violation of Law of Demeter (object not created locally)
5353 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 395 Potential violation of Law of Demeter (object not created locally)
5354 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 396 Potential violation of Law of Demeter (object not created locally)
5355 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 396 Potential violation of Law of Demeter (object not created locally)
5356 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 399 Comment is too large: Too many lines
5357 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 411 Potential violation of Law of Demeter (method chain calls)
5358 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 411 Potential violation of Law of Demeter (method chain calls)
5359 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 411 Potential violation of Law of Demeter (method chain calls)
5360 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 411 Potential violation of Law of Demeter (method chain calls)
5361 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 414 A method should have only one exit point, and that should be the last statement in the method
5362 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 421 Comment is too large: Too many lines
5363 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 433 Potential violation of Law of Demeter (method chain calls)
5364 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 433 Potential violation of Law of Demeter (method chain calls)
5365 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 433 Potential violation of Law of Demeter (method chain calls)
5366 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 433 Potential violation of Law of Demeter (method chain calls)
5367 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 436 A method should have only one exit point, and that should be the last statement in the method
5368 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 443 Comment is too large: Too many lines
5369 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 455 Potential violation of Law of Demeter (method chain calls)
5370 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 455 Potential violation of Law of Demeter (method chain calls)
5371 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 455 Potential violation of Law of Demeter (method chain calls)
5372 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 456 Potential violation of Law of Demeter (method chain calls)
5373 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 460 Potential violation of Law of Demeter (method chain calls)
5374 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 461 A method should have only one exit point, and that should be the last statement in the method
5375 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 469 Comment is too large: Too many lines
5376 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 481 Potential violation of Law of Demeter (method chain calls)
5377 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 481 Potential violation of Law of Demeter (method chain calls)
5378 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 481 Potential violation of Law of Demeter (method chain calls)
5379 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 482 Potential violation of Law of Demeter (method chain calls)
5380 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 487 Potential violation of Law of Demeter (method chain calls)
5381 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 488 A method should have only one exit point, and that should be the last statement in the method
5382 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 496 Comment is too large: Too many lines
5383 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 506 Avoid variables with short names like h
5384 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 526 Comment is too large: Too many lines
5385 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 540 Potential violation of Law of Demeter (object not created locally)
5386 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 541 Potential violation of Law of Demeter (object not created locally)
5387 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 541 Potential violation of Law of Demeter (object not created locally)
5388 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 542 Potential violation of Law of Demeter (object not created locally)
5389 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 542 Potential violation of Law of Demeter (object not created locally)
5390 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 543 Potential violation of Law of Demeter (object not created locally)
5391 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 543 Potential violation of Law of Demeter (object not created locally)
5392 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 544 Potential violation of Law of Demeter (object not created locally)
5393 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 544 Potential violation of Law of Demeter (object not created locally)
5394 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 547 Comment is too large: Too many lines
5395 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 560 Potential violation of Law of Demeter (method chain calls)
5396 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 560 Potential violation of Law of Demeter (method chain calls)
5397 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 560 Potential violation of Law of Demeter (method chain calls)
5398 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 560 Potential violation of Law of Demeter (method chain calls)
5399 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 563 A method should have only one exit point, and that should be the last statement in the method
5400 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 570 Comment is too large: Too many lines
5401 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 584 Potential violation of Law of Demeter (method chain calls)
5402 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 584 Potential violation of Law of Demeter (method chain calls)
5403 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 584 Potential violation of Law of Demeter (method chain calls)
5404 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 584 Potential violation of Law of Demeter (method chain calls)
5405 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 587 A method should have only one exit point, and that should be the last statement in the method
5406 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 594 Comment is too large: Too many lines
5407 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 607 Potential violation of Law of Demeter (method chain calls)
5408 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 607 Potential violation of Law of Demeter (method chain calls)
5409 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 607 Potential violation of Law of Demeter (method chain calls)
5410 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 608 Potential violation of Law of Demeter (method chain calls)
5411 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 612 Potential violation of Law of Demeter (method chain calls)
5412 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 613 A method should have only one exit point, and that should be the last statement in the method
5413 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 621 Comment is too large: Too many lines
5414 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 635 Potential violation of Law of Demeter (method chain calls)
5415 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 635 Potential violation of Law of Demeter (method chain calls)
5416 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 635 Potential violation of Law of Demeter (method chain calls)
5417 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 636 Potential violation of Law of Demeter (method chain calls)
5418 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 641 Potential violation of Law of Demeter (method chain calls)
5419 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 642 A method should have only one exit point, and that should be the last statement in the method
5420 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 650 Comment is too large: Too many lines
5421 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 661 Avoid variables with short names like h
5422 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 684 Comment is too large: Too many lines
5423 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 699 Potential violation of Law of Demeter (object not created locally)
5424 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 700 Potential violation of Law of Demeter (object not created locally)
5425 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 700 Potential violation of Law of Demeter (object not created locally)
5426 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 701 Potential violation of Law of Demeter (object not created locally)
5427 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 701 Potential violation of Law of Demeter (object not created locally)
5428 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 702 Potential violation of Law of Demeter (object not created locally)
5429 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 702 Potential violation of Law of Demeter (object not created locally)
5430 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 703 Potential violation of Law of Demeter (object not created locally)
5431 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 703 Potential violation of Law of Demeter (object not created locally)
5432 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 704 Potential violation of Law of Demeter (object not created locally)
5433 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 704 Potential violation of Law of Demeter (object not created locally)
5434 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 707 Comment is too large: Too many lines
5435 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 718 Avoid variables with short names like it
5436 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 721 Potential violation of Law of Demeter (object not created locally)
5437 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 722 Potential violation of Law of Demeter (object not created locally)
5438 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 722 Potential violation of Law of Demeter (object not created locally)
5439 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 730 Comment is too large: Too many lines
5440 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 742 Avoid variables with short names like it
5441 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 745 Potential violation of Law of Demeter (object not created locally)
5442 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 746 Potential violation of Law of Demeter (object not created locally)
5443 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 746 Potential violation of Law of Demeter (object not created locally)
5444 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 747 Potential violation of Law of Demeter (object not created locally)
5445 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 747 Potential violation of Law of Demeter (object not created locally)
5446 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 755 Comment is too large: Too many lines
5447 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 768 Avoid variables with short names like it
5448 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 771 Potential violation of Law of Demeter (object not created locally)
5449 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 772 Potential violation of Law of Demeter (object not created locally)
5450 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 772 Potential violation of Law of Demeter (object not created locally)
5451 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 773 Potential violation of Law of Demeter (object not created locally)
5452 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 773 Potential violation of Law of Demeter (object not created locally)
5453 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 774 Potential violation of Law of Demeter (object not created locally)
5454 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 774 Potential violation of Law of Demeter (object not created locally)
5455 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 782 Comment is too large: Too many lines
5456 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 794 The method 'removeAll(Object, Object, Object, Object)' has a cyclomatic complexity of 11.
5457 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 796 Avoid variables with short names like it
5458 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 799 Potential violation of Law of Demeter (object not created locally)
5459 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 800 Potential violation of Law of Demeter (object not created locally)
5460 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 800 Potential violation of Law of Demeter (object not created locally)
5461 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 801 Potential violation of Law of Demeter (object not created locally)
5462 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 801 Potential violation of Law of Demeter (object not created locally)
5463 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 802 Potential violation of Law of Demeter (object not created locally)
5464 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 802 Potential violation of Law of Demeter (object not created locally)
5465 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 803 Potential violation of Law of Demeter (object not created locally)
5466 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 803 Potential violation of Law of Demeter (object not created locally)
5467 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 831 New exception is thrown in catch block, original stack trace may be lost
5468 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 835 Comment is too large: Too many lines
5469 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 869 Potential violation of Law of Demeter (method chain calls)
5470 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 896 Comment is too large: Line too long
5471 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java 899 Avoid variables with short names like in
5472 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 1 Comment is too large: Too many lines
5473 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 41 Comment is too large: Too many lines
5474 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 47 Comment is too large: Line too long
5475 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 60 Comment is too large: Line too long
5476 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 69 Comment is too large: Line too long
5477 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 72 This class has too many methods, consider refactoring it.
5478 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
5479 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 82 Comment is too large: Too many lines
5480 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 92 The String literal "unchecked" appears 9 times in this file; the first occurrence is on line 92
5481 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 94 Avoid using implementation types like 'ArrayList'; use the interface instead
5482 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 97 Comment is too large: Too many lines
5483 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 114 Comment is too large: Too many lines
5484 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 122 Comment is too large: Line too long
5485 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 137 Avoid using implementation types like 'ArrayList'; use the interface instead
5486 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 146 Comment is too large: Line too long
5487 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 175 Comment is too large: Line too long
5488 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 179 Avoid variables with short names like in
5489 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 197 Potential violation of Law of Demeter (method chain calls)
5490 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 200 Comment is too large: Too many lines
5491 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 217 A method should have only one exit point, and that should be the last statement in the method
5492 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 219 Potential violation of Law of Demeter (object not created locally)
5493 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 221 A method should have only one exit point, and that should be the last statement in the method
5494 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 223 Potential violation of Law of Demeter (object not created locally)
5495 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 232 Comment is too large: Line too long
5496 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 240 Potential violation of Law of Demeter (method chain calls)
5497 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 244 A method should have only one exit point, and that should be the last statement in the method
5498 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 251 Comment is too large: Too many lines
5499 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 271 Potential violation of Law of Demeter (method chain calls)
5500 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 280 Comment is too large: Too many lines
5501 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 305 Comment is too large: Too many lines
5502 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 329 Avoid variables with short names like vs
5503 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 343 A method should have only one exit point, and that should be the last statement in the method
5504 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 345 Potential violation of Law of Demeter (object not created locally)
5505 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 357 Potential violation of Law of Demeter (method chain calls)
5506 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 369 A method should have only one exit point, and that should be the last statement in the method
5507 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 371 Potential violation of Law of Demeter (object not created locally)
5508 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 384 A method should have only one exit point, and that should be the last statement in the method
5509 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 393 Potential violation of Law of Demeter (method chain calls)
5510 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 406 Comment is too large: Line too long
5511 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 410 A method should have only one exit point, and that should be the last statement in the method
5512 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 415 Comment is too large: Too many lines
5513 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 421 Comment is too large: Line too long
5514 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 435 A method should have only one exit point, and that should be the last statement in the method
5515 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 464 Potential violation of Law of Demeter (method chain calls)
5516 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 470 Comment is too large: Too many lines
5517 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 487 Each class should declare at least one constructor
5518 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 492 Avoid instantiating new objects inside loops
5519 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 504 Potential violation of Law of Demeter (method chain calls)
5520 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 504 Potential violation of Law of Demeter (method chain calls)
5521 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 512 Field comments are required
5522 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 512 Found non-transient, non-static member. Please mark as transient or provide accessors.
5523 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 513 Field comments are required
5524 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 513 Found non-transient, non-static member. Please mark as transient or provide accessors.
5525 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 514 Field comments are required
5526 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 514 Found non-transient, non-static member. Please mark as transient or provide accessors.
5527 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 516 To avoid mistakes add a comment at the beginning of the ValuesIterator constructor if you want a default access modifier
5528 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 526 Potential violation of Law of Demeter (method chain calls)
5529 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 526 Potential violation of Law of Demeter (method chain calls)
5530 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 549 Field comments are required
5531 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 549 Found non-transient, non-static member. Please mark as transient or provide accessors.
5532 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 551 To avoid mistakes add a comment at the beginning of the ReflectionFactory constructor if you want a default access modifier
5533 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 558 Potential violation of Law of Demeter (method chain calls)
5534 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 559 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5535 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java 564 Avoid variables with short names like is
5536 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 1 Comment is too large: Too many lines
5537 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 31 Comment is too large: Too many lines
5538 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 65 This class has too many methods, consider refactoring it.
5539 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 67 Comment is too large: Too many lines
5540 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 68 Comment is too large: Line too long
5541 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 83 Found non-transient, non-static member. Please mark as transient or provide accessors.
5542 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 93 Comment is too large: Too many lines
5543 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 108 Comment is too large: Too many lines
5544 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 125 Comment is too large: Too many lines
5545 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 137 Avoid using Literals in Conditional Statements
5546 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 143 A method should have only one exit point, and that should be the last statement in the method
5547 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 147 A method should have only one exit point, and that should be the last statement in the method
5548 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 178 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5549 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 180 Comment is too large: Too many lines
5550 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 195 Potential violation of Law of Demeter (static property access)
5551 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 199 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5552 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 199 Found non-transient, non-static member. Please mark as transient or provide accessors.
5553 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 199 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
5554 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 202 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5555 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 202 Found non-transient, non-static member. Please mark as transient or provide accessors.
5556 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 224 Comment is too large: Too many lines
5557 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 241 Comment is too large: Too many lines
5558 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 256 Comment is too large: Too many lines
5559 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 275 Comment is too large: Too many lines
5560 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 291 Comment is too large: Too many lines
5561 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 366 Comment is too large: Line too long
5562 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 376 Comment is too large: Line too long
5563 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 385 Comment is too large: Too many lines
5564 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 396 Avoid excessively long variable names like expirationTimeObject
5565 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 399 A method should have only one exit point, and that should be the last statement in the method
5566 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 422 Comment is too large: Line too long
5567 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 465 Potential violation of Law of Demeter (method chain calls)
5568 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 468 Potential violation of Law of Demeter (object not created locally)
5569 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 470 Potential violation of Law of Demeter (object not created locally)
5570 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 483 Avoid excessively long variable names like expirationTimeObject
5571 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 504 Comment is too large: Line too long
5572 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 508 Avoid variables with short names like in
5573 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PassiveExpiringMap.java 527 Comment is too large: Line too long
5574 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 1 Comment is too large: Too many lines
5575 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 28 Comment is too large: Too many lines
5576 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 39 Comment is too large: Line too long
5577 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 41 Comment is too large: Line too long
5578 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
5579 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 66 Found non-transient, non-static member. Please mark as transient or provide accessors.
5580 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 68 Comment is too large: Too many lines
5581 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 103 Avoid variables with short names like it
5582 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 106 Overridable method 'validate' called during object construction
5583 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 127 Comment is too large: Line too long
5584 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedMap.java 131 Avoid variables with short names like in
5585 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 1 Comment is too large: Too many lines
5586 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 24 Comment is too large: Too many lines
5587 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 38 Comment is too large: Line too long
5588 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 42 Comment is too large: Line too long
5589 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 61 Comment is too large: Too many lines
5590 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 105 Potential violation of Law of Demeter (method chain calls)
5591 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 110 Potential violation of Law of Demeter (method chain calls)
5592 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 115 Potential violation of Law of Demeter (method chain calls)
5593 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 120 Potential violation of Law of Demeter (method chain calls)
5594 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 126 Potential violation of Law of Demeter (method chain calls)
5595 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/PredicatedSortedMap.java 132 Potential violation of Law of Demeter (method chain calls)
5596 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 1 Comment is too large: Too many lines
5597 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 25 Comment is too large: Too many lines
5598 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 52 Comment is too large: Line too long
5599 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 53 Comment is too large: Line too long
5600 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 59 Comment is too large: Line too long
5601 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 66 Comment is too large: Line too long
5602 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 93 Comment is too large: Too many lines
5603 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 110 Comment is too large: Too many lines
5604 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 130 Comment is too large: Too many lines
5605 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 150 Comment is too large: Too many lines
5606 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 185 Comment is too large: Too many lines
5607 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 200 Comment is too large: Too many lines
5608 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 212 Avoid reassigning parameters such as 'key2'
5609 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 213 Use equals() to compare object references.
5610 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 216 Comment is too large: Too many lines
5611 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 227 Use equals() to compare object references.
5612 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 246 Comment is too large: Line too long
5613 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java 248 Avoid variables with short names like in
5614 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 1 Comment is too large: Too many lines
5615 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 24 Comment is too large: Too many lines
5616 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 46 Comment is too large: Line too long
5617 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 47 Comment is too large: Line too long
5618 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 50 Comment is too large: Line too long
5619 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 51 Comment is too large: Line too long
5620 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 57 Comment is too large: Line too long
5621 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 64 Comment is too large: Line too long
5622 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 71 Comment is too large: Line too long
5623 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 96 Comment is too large: Too many lines
5624 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 113 Comment is too large: Too many lines
5625 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 132 Comment is too large: Too many lines
5626 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 153 Comment is too large: Too many lines
5627 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 192 Comment is too large: Line too long
5628 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 194 Avoid variables with short names like in
5629 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 1 Comment is too large: Too many lines
5630 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 36 Comment is too large: Too many lines
5631 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 45 Comment is too large: Line too long
5632 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 46 Comment is too large: Line too long
5633 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 64 This class has too many methods, consider refactoring it.
5634 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 78 Assigning an Object to null is a code smell. Consider refactoring.
5635 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 120 Avoid using Literals in Conditional Statements
5636 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 155 Linguistics Antipattern - The setter 'setValue' should not return any type except void linguistically
5637 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 192 A method should have only one exit point, and that should be the last statement in the method
5638 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 239 Comment is too large: Too many lines
5639 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 240 Comment is too large: Line too long
5640 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 258 Comment is too large: Too many lines
5641 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 273 A method should have only one exit point, and that should be the last statement in the method
5642 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 276 Potential violation of Law of Demeter (method chain calls)
5643 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 276 Potential violation of Law of Demeter (method chain calls)
5644 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 277 Potential violation of Law of Demeter (object not created locally)
5645 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 277 Potential violation of Law of Demeter (object not created locally)
5646 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 415 To avoid mistakes add a comment at the beginning of the SingletonMapIterator nested class if you want a default access modifier
5647 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 416 Field comments are required
5648 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 416 Found non-transient, non-static member. Please mark as transient or provide accessors.
5649 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 417 Field comments are required
5650 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 417 Field hasNext has the same name as a method
5651 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 417 Found non-transient, non-static member. Please mark as transient or provide accessors.
5652 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 418 Field comments are required
5653 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 418 Found non-transient, non-static member. Please mark as transient or provide accessors.
5654 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 420 To avoid mistakes add a comment at the beginning of the SingletonMapIterator constructor if you want a default access modifier
5655 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 490 A method should have only one exit point, and that should be the last statement in the method
5656 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 500 To avoid mistakes add a comment at the beginning of the SingletonValues nested class if you want a default access modifier
5657 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 502 Field comments are required
5658 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 502 Found non-transient, non-static member. Please mark as transient or provide accessors.
5659 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 504 It is a good practice to call super() in a constructor
5660 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 504 To avoid mistakes add a comment at the beginning of the SingletonValues constructor if you want a default access modifier
5661 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 541 New exception is thrown in catch block, original stack trace may be lost
5662 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 554 A method should have only one exit point, and that should be the last statement in the method
5663 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 557 A method should have only one exit point, and that should be the last statement in the method
5664 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 560 Avoid using Literals in Conditional Statements
5665 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 560 Potential violation of Law of Demeter (object not created locally)
5666 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 561 A method should have only one exit point, and that should be the last statement in the method
5667 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 563 Potential violation of Law of Demeter (method chain calls)
5668 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 563 Potential violation of Law of Demeter (method chain calls)
5669 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 563 Potential violation of Law of Demeter (object not created locally)
5670 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 564 Potential violation of Law of Demeter (object not created locally)
5671 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 564 Potential violation of Law of Demeter (object not created locally)
5672 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 574 Potential violation of Law of Demeter (method chain calls)
5673 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/SingletonMap.java 575 Potential violation of Law of Demeter (method chain calls)
5674 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 1 Comment is too large: Too many lines
5675 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 31 Comment is too large: Too many lines
5676 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 98 Possible God Class (WMC=54, ATFD=37, TCC=33.088%)
5677 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 98 This class has too many methods, consider refactoring it.
5678 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 103 Found non-transient, non-static member. Please mark as transient or provide accessors.
5679 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 105 Found non-transient, non-static member. Please mark as transient or provide accessors.
5680 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 114 Comment is too large: Too many lines
5681 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 125 It is a good practice to call super() in a constructor
5682 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 141 Comment is too large: Too many lines
5683 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 156 A method should have only one exit point, and that should be the last statement in the method
5684 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 160 Useless parentheses.
5685 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 161 Useless parentheses.
5686 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 162 Useless parentheses.
5687 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 164 Useless parentheses.
5688 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 166 Useless parentheses.
5689 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 208 Avoid variables with short names like n
5690 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 211 Potential violation of Law of Demeter (static property access)
5691 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 211 Useless parentheses.
5692 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 212 A method should have only one exit point, and that should be the last statement in the method
5693 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 232 Avoid variables with short names like n
5694 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 235 Potential violation of Law of Demeter (static property access)
5695 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 235 Useless parentheses.
5696 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 236 A method should have only one exit point, and that should be the last statement in the method
5697 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 255 Avoid variables with short names like n
5698 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 258 Potential violation of Law of Demeter (static property access)
5699 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 258 Useless parentheses.
5700 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 259 A method should have only one exit point, and that should be the last statement in the method
5701 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 281 Avoid variables with short names like n
5702 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 289 A method should have only one exit point, and that should be the last statement in the method
5703 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 298 Potential violation of Law of Demeter (static property access)
5704 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 298 Useless parentheses.
5705 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 301 A method should have only one exit point, and that should be the last statement in the method
5706 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 327 Avoid variables with short names like n
5707 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 331 Potential violation of Law of Demeter (static property access)
5708 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 331 Useless parentheses.
5709 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 341 A method should have only one exit point, and that should be the last statement in the method
5710 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 417 A method should have only one exit point, and that should be the last statement in the method
5711 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 420 A method should have only one exit point, and that should be the last statement in the method
5712 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 423 Potential violation of Law of Demeter (method chain calls)
5713 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 423 Potential violation of Law of Demeter (object not created locally)
5714 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 437 Avoid variables with short names like n
5715 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 440 Potential violation of Law of Demeter (object not created locally)
5716 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 451 Avoid short class names like Node
5717 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 452 Avoid protected fields in a final class. Change to private or package access.
5718 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 452 Field comments are required
5719 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 452 Found non-transient, non-static member. Please mark as transient or provide accessors.
5720 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 453 Avoid protected fields in a final class. Change to private or package access.
5721 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 453 Field comments are required
5722 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 454 Avoid protected fields in a final class. Change to private or package access.
5723 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 454 Field comments are required
5724 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 454 Found non-transient, non-static member. Please mark as transient or provide accessors.
5725 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 468 Useless parentheses.
5726 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 475 A method should have only one exit point, and that should be the last statement in the method
5727 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 478 A method should have only one exit point, and that should be the last statement in the method
5728 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 481 Avoid variables with short names like e2
5729 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 483 Potential violation of Law of Demeter (object not created locally)
5730 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 483 Potential violation of Law of Demeter (object not created locally)
5731 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 483 Useless parentheses.
5732 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 484 Potential violation of Law of Demeter (object not created locally)
5733 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 484 Potential violation of Law of Demeter (object not created locally)
5734 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 498 Avoid short class names like Lock
5735 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 499 Field comments are required
5736 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 499 Found non-transient, non-static member. Please mark as transient or provide accessors.
5737 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 502 Class comments are required
5738 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 502 Each class should declare at least one constructor
5739 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 503 Avoid using implementation types like 'ArrayList'; use the interface instead
5740 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 503 Field comments are required
5741 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 503 Found non-transient, non-static member. Please mark as transient or provide accessors.
5742 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 504 Field comments are required
5743 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 504 Found non-transient, non-static member. Please mark as transient or provide accessors.
5744 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 505 Field comments are required
5745 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 505 Found non-transient, non-static member. Please mark as transient or provide accessors.
5746 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 507 Public method and constructor comments are required
5747 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 509 A method should have only one exit point, and that should be the last statement in the method
5748 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 513 Avoid variables with short names like n
5749 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 520 A method should have only one exit point, and that should be the last statement in the method
5750 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 527 Protected method constructor comments are required
5751 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 535 Public method and constructor comments are required
5752 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 539 Potential violation of Law of Demeter (method chain calls)
5753 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 539 Potential violation of Law of Demeter (method chain calls)
5754 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 540 Assigning an Object to null is a code smell. Consider refactoring.
5755 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 544 Class comments are required
5756 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 544 Each class should declare at least one constructor
5757 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 553 Class comments are required
5758 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 553 Each class should declare at least one constructor
5759 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 557 Potential violation of Law of Demeter (method chain calls)
5760 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 562 Class comments are required
5761 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 562 Each class should declare at least one constructor
5762 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 566 Potential violation of Law of Demeter (method chain calls)
5763 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 571 Class comments are required
5764 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 571 Each class should declare at least one constructor
5765 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 575 Potential violation of Law of Demeter (method chain calls)
5766 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 575 Potential violation of Law of Demeter (method chain calls)
5767 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 580 Potential violation of Law of Demeter (method chain calls)
5768 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 580 Potential violation of Law of Demeter (method chain calls)
5769 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 591 Potential violation of Law of Demeter (object not created locally)
5770 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 594 Potential violation of Law of Demeter (object not created locally)
5771 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 595 A method should have only one exit point, and that should be the last statement in the method
5772 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 605 A method should have only one exit point, and that should be the last statement in the method
5773 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 608 Potential violation of Law of Demeter (object not created locally)
5774 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 611 Potential violation of Law of Demeter (object not created locally)
5775 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 612 Potential violation of Law of Demeter (method chain calls)
5776 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 612 Potential violation of Law of Demeter (method chain calls)
5777 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 612 Potential violation of Law of Demeter (object not created locally)
5778 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 613 A method should have only one exit point, and that should be the last statement in the method
5779 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 622 Class comments are required
5780 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 622 Each class should declare at least one constructor
5781 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 626 Potential violation of Law of Demeter (method chain calls)
5782 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 626 Potential violation of Law of Demeter (method chain calls)
5783 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 631 Potential violation of Law of Demeter (method chain calls)
5784 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 631 Potential violation of Law of Demeter (method chain calls)
5785 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 641 Potential violation of Law of Demeter (method chain calls)
5786 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 641 Potential violation of Law of Demeter (method chain calls)
5787 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 649 Avoid variables with short names like k
5788 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 649 Potential violation of Law of Demeter (object not created locally)
5789 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 650 Potential violation of Law of Demeter (object not created locally)
5790 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 650 Use equals() to compare object references.
5791 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 650 Useless parentheses.
5792 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 650 Useless parentheses.
5793 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 650 Useless parentheses.
5794 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 651 Potential violation of Law of Demeter (method chain calls)
5795 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 651 Potential violation of Law of Demeter (method chain calls)
5796 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 652 A method should have only one exit point, and that should be the last statement in the method
5797 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 662 Class comments are required
5798 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 662 Each class should declare at least one constructor
5799 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 666 Potential violation of Law of Demeter (method chain calls)
5800 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 666 Potential violation of Law of Demeter (method chain calls)
5801 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 671 Potential violation of Law of Demeter (method chain calls)
5802 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 671 Potential violation of Law of Demeter (method chain calls)
5803 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 681 Comment is too large: Too many lines
5804 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/StaticBucketMap.java 719 Avoid variables with short names like r
5805 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 1 Comment is too large: Too many lines
5806 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 27 Comment is too large: Too many lines
5807 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 36 Comment is too large: Line too long
5808 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
5809 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
5810 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 64 Comment is too large: Too many lines
5811 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 74 Comment is too large: Line too long
5812 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 75 Comment is too large: Line too long
5813 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 86 Comment is too large: Too many lines
5814 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 97 Comment is too large: Line too long
5815 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 98 Comment is too large: Line too long
5816 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 110 Potential violation of Law of Demeter (method chain calls)
5817 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 115 Comment is too large: Too many lines
5818 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 122 Comment is too large: Line too long
5819 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 123 Comment is too large: Line too long
5820 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 150 Comment is too large: Line too long
5821 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 154 Avoid variables with short names like in
5822 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 169 A method should have only one exit point, and that should be the last statement in the method
5823 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 184 A method should have only one exit point, and that should be the last statement in the method
5824 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 200 A method should have only one exit point, and that should be the last statement in the method
5825 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 202 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
5826 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 235 Avoid reassigning parameters such as 'key'
5827 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 236 Avoid reassigning parameters such as 'value'
5828 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 237 Potential violation of Law of Demeter (method chain calls)
5829 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 242 Avoid reassigning parameters such as 'mapToCopy'
5830 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 243 Potential violation of Law of Demeter (method chain calls)
5831 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 1 Comment is too large: Too many lines
5832 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 25 Comment is too large: Too many lines
5833 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 34 Comment is too large: Line too long
5834 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 55 Comment is too large: Too many lines
5835 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 58 Comment is too large: Line too long
5836 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 59 Comment is too large: Line too long
5837 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 64 Comment is too large: Line too long
5838 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 65 Comment is too large: Line too long
5839 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 76 Comment is too large: Too many lines
5840 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 82 Comment is too large: Line too long
5841 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 87 Comment is too large: Line too long
5842 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 88 Comment is too large: Line too long
5843 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 102 Potential violation of Law of Demeter (method chain calls)
5844 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 107 Comment is too large: Too many lines
5845 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 114 Comment is too large: Line too long
5846 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 115 Comment is too large: Line too long
5847 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 135 Potential violation of Law of Demeter (method chain calls)
5848 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 140 Potential violation of Law of Demeter (method chain calls)
5849 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 145 Potential violation of Law of Demeter (method chain calls)
5850 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 150 Potential violation of Law of Demeter (method chain calls)
5851 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 156 Potential violation of Law of Demeter (method chain calls)
5852 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/TransformedSortedMap.java 162 Potential violation of Law of Demeter (method chain calls)
5853 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 1 Comment is too large: Too many lines
5854 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 31 Comment is too large: Too many lines
5855 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 43 This class has too many methods, consider refactoring it.
5856 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 48 Comment is too large: Too many lines
5857 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 60 A method should have only one exit point, and that should be the last statement in the method
5858 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 115 Potential violation of Law of Demeter (method chain calls)
5859 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 121 Potential violation of Law of Demeter (method chain calls)
5860 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 135 Potential violation of Law of Demeter (method chain calls)
5861 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 137 Potential violation of Law of Demeter (method chain calls)
5862 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 144 A method should have only one exit point, and that should be the last statement in the method
5863 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 160 Protected method constructor comments are required
5864 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 166 Potential violation of Law of Demeter (method chain calls)
5865 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableEntrySet.java 180 Protected method constructor comments are required
5866 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 1 Comment is too large: Too many lines
5867 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 35 Comment is too large: Too many lines
5868 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 50 This class has too many methods, consider refactoring it.
5869 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 55 Comment is too large: Too many lines
5870 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 69 A method should have only one exit point, and that should be the last statement in the method
5871 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 102 Comment is too large: Line too long
5872 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 106 Avoid variables with short names like in
5873 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 134 Avoid variables with short names like it
5874 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 135 A method should have only one exit point, and that should be the last statement in the method
5875 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableMap.java 137 Avoid variables with short names like it
5876 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 1 Comment is too large: Too many lines
5877 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 34 Comment is too large: Too many lines
5878 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 48 This class has too many methods, consider refactoring it.
5879 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 53 Comment is too large: Too many lines
5880 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 67 A method should have only one exit point, and that should be the last statement in the method
5881 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 100 Comment is too large: Line too long
5882 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 104 Avoid variables with short names like in
5883 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 111 Avoid variables with short names like it
5884 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableOrderedMap.java 111 Potential violation of Law of Demeter (method chain calls)
5885 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 1 Comment is too large: Too many lines
5886 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 33 Comment is too large: Too many lines
5887 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 48 This class has too many methods, consider refactoring it.
5888 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 53 Comment is too large: Too many lines
5889 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 67 A method should have only one exit point, and that should be the last statement in the method
5890 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 100 Comment is too large: Line too long
5891 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 104 Avoid variables with short names like in
5892 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 146 Potential violation of Law of Demeter (method chain calls)
5893 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 151 Potential violation of Law of Demeter (method chain calls)
5894 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 156 Potential violation of Law of Demeter (method chain calls)
5895 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 161 Potential violation of Law of Demeter (method chain calls)
5896 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 166 Potential violation of Law of Demeter (method chain calls)
5897 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java 171 Potential violation of Law of Demeter (method chain calls)
5898 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 1 Comment is too large: Too many lines
5899 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 17 Comment is too large: Too many lines
5900 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 23 Comment is too large: Line too long
5901 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 32 Comment is too large: Line too long
5902 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 33 Comment is too large: Line too long
5903 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 34 Comment is too large: Line too long
5904 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 35 Comment is too large: Line too long
5905 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 36 Comment is too large: Line too long
5906 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 38 Comment is too large: Line too long
5907 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/map/package-info.java 44 Comment is too large: Line too long
5908 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 1 Comment is too large: Too many lines
5909 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 28 Comment is too large: Too many lines
5910 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 46 Document empty constructor
5911 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 46 It is a good practice to call super() in a constructor
5912 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 79 Comment is too large: Line too long
5913 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 87 To avoid mistakes add a comment at the beginning of the wrappedCollection method if you want a default access modifier
5914 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 91 Comment is too large: Too many lines
5915 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 102 Potential violation of Law of Demeter (method chain calls)
5916 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 111 To avoid mistakes add a comment at the beginning of the WrappedList constructor if you want a default access modifier
5917 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 117 Potential violation of Law of Demeter (method chain calls)
5918 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 125 Potential violation of Law of Demeter (method chain calls)
5919 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 127 Potential violation of Law of Demeter (object not created locally)
5920 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 131 Avoid variables with short names like c
5921 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 137 Potential violation of Law of Demeter (method chain calls)
5922 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 139 A method should have only one exit point, and that should be the last statement in the method
5923 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 141 Potential violation of Law of Demeter (object not created locally)
5924 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 147 Potential violation of Law of Demeter (object not created locally)
5925 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 151 Avoid variables with short names like o
5926 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 153 Potential violation of Law of Demeter (object not created locally)
5927 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 157 Avoid variables with short names like o
5928 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 159 Potential violation of Law of Demeter (object not created locally)
5929 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 175 Potential violation of Law of Demeter (object not created locally)
5930 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 176 Potential violation of Law of Demeter (object not created locally)
5931 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 177 Potential violation of Law of Demeter (method chain calls)
5932 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 177 Potential violation of Law of Demeter (method chain calls)
5933 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 185 Potential violation of Law of Demeter (object not created locally)
5934 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 191 Potential violation of Law of Demeter (object not created locally)
5935 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 198 A method should have only one exit point, and that should be the last statement in the method
5936 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 198 Potential violation of Law of Demeter (method chain calls)
5937 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 201 A method should have only one exit point, and that should be the last statement in the method
5938 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 218 Field comments are required
5939 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 218 Found non-transient, non-static member. Please mark as transient or provide accessors.
5940 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 219 Field comments are required
5941 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 219 Found non-transient, non-static member. Please mark as transient or provide accessors.
5942 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 220 Field comments are required
5943 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 220 Found non-transient, non-static member. Please mark as transient or provide accessors.
5944 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 222 To avoid mistakes add a comment at the beginning of the ValuesListIterator constructor if you want a default access modifier
5945 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 228 To avoid mistakes add a comment at the beginning of the ValuesListIterator constructor if you want a default access modifier
5946 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 236 Potential violation of Law of Demeter (method chain calls)
5947 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 238 Potential violation of Law of Demeter (method chain calls)
5948 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 240 Potential violation of Law of Demeter (object not created locally)
5949 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractListValuedMap.java 279 Potential violation of Law of Demeter (method chain calls)
5950 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 1 Comment is too large: Too many lines
5951 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 17 This class has a bunch of public methods and attributes
5952 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 49 Comment is too large: Too many lines
5953 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 60 Possible God Class (WMC=48, ATFD=9, TCC=5.983%)
5954 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 60 This class has too many methods, consider refactoring it.
5955 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 80 Document empty constructor
5956 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 89 The String literal "unchecked" appears 6 times in this file; the first occurrence is on line 89
5957 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 116 Protected method constructor comments are required
5958 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 121 Potential violation of Law of Demeter (method chain calls)
5959 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 126 Potential violation of Law of Demeter (method chain calls)
5960 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 131 Potential violation of Law of Demeter (method chain calls)
5961 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 132 Potential violation of Law of Demeter (object not created locally)
5962 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 145 Comment is too large: Line too long
5963 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 152 To avoid mistakes add a comment at the beginning of the wrappedCollection method if you want a default access modifier
5964 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 156 Comment is too large: Too many lines
5965 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 167 Potential violation of Law of Demeter (method chain calls)
5966 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 170 Comment is too large: Too many lines
5967 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 185 Potential violation of Law of Demeter (method chain calls)
5968 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 187 A method should have only one exit point, and that should be the last statement in the method
5969 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 189 Potential violation of Law of Demeter (object not created locally)
5970 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 190 Potential violation of Law of Demeter (object not created locally)
5971 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 191 Potential violation of Law of Demeter (method chain calls)
5972 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 198 Potential violation of Law of Demeter (method chain calls)
5973 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 203 Potential violation of Law of Demeter (method chain calls)
5974 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 220 Potential violation of Law of Demeter (method chain calls)
5975 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 235 Avoid variables with short names like vs
5976 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 241 Potential violation of Law of Demeter (method chain calls)
5977 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 244 Comment is too large: Too many lines
5978 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 256 Potential violation of Law of Demeter (method chain calls)
5979 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 261 A method should have only one exit point, and that should be the last statement in the method
5980 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 263 A method should have only one exit point, and that should be the last statement in the method
5981 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 265 Potential violation of Law of Demeter (object not created locally)
5982 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 268 Comment is too large: Too many lines
5983 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 290 Comment is too large: Too many lines
5984 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 312 Comment is too large: Too many lines
5985 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 316 Comment is too large: Line too long
5986 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 349 A method should have only one exit point, and that should be the last statement in the method
5987 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 349 Potential violation of Law of Demeter (method chain calls)
5988 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 349 Potential violation of Law of Demeter (object not created locally)
5989 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 351 Avoid variables with short names like it
5990 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 358 A method should have only one exit point, and that should be the last statement in the method
5991 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 366 A method should have only one exit point, and that should be the last statement in the method
5992 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 369 A method should have only one exit point, and that should be the last statement in the method
5993 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 376 Potential violation of Law of Demeter (method chain calls)
5994 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 381 Potential violation of Law of Demeter (method chain calls)
5995 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 386 Comment is too large: Too many lines
5996 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 396 This class has too many methods, consider refactoring it.
5997 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 396 To avoid mistakes add a comment at the beginning of the WrappedCollection nested class if you want a default access modifier
5998 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 398 Field comments are required
5999 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 398 Found non-transient, non-static member. Please mark as transient or provide accessors.
6000 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 400 To avoid mistakes add a comment at the beginning of the WrappedCollection constructor if you want a default access modifier
6001 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 404 Protected method constructor comments are required
6002 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 405 Potential violation of Law of Demeter (method chain calls)
6003 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 413 Potential violation of Law of Demeter (method chain calls)
6004 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 413 Potential violation of Law of Demeter (method chain calls)
6005 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 413 Potential violation of Law of Demeter (method chain calls)
6006 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 415 Potential violation of Law of Demeter (object not created locally)
6007 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 423 Potential violation of Law of Demeter (method chain calls)
6008 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 423 Potential violation of Law of Demeter (method chain calls)
6009 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 423 Potential violation of Law of Demeter (method chain calls)
6010 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 425 Potential violation of Law of Demeter (object not created locally)
6011 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 433 Potential violation of Law of Demeter (method chain calls)
6012 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 433 Potential violation of Law of Demeter (method chain calls)
6013 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 441 A method should have only one exit point, and that should be the last statement in the method
6014 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 449 Potential violation of Law of Demeter (object not created locally)
6015 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 455 Potential violation of Law of Demeter (object not created locally)
6016 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 461 Potential violation of Law of Demeter (object not created locally)
6017 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 467 Potential violation of Law of Demeter (object not created locally)
6018 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 474 A method should have only one exit point, and that should be the last statement in the method
6019 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 477 Potential violation of Law of Demeter (object not created locally)
6020 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 478 Potential violation of Law of Demeter (object not created locally)
6021 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 479 Potential violation of Law of Demeter (method chain calls)
6022 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 479 Potential violation of Law of Demeter (method chain calls)
6023 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 485 Avoid variables with short names like c
6024 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 488 A method should have only one exit point, and that should be the last statement in the method
6025 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 491 Potential violation of Law of Demeter (object not created locally)
6026 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 492 Potential violation of Law of Demeter (object not created locally)
6027 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 493 Potential violation of Law of Demeter (method chain calls)
6028 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 493 Potential violation of Law of Demeter (method chain calls)
6029 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 499 Avoid variables with short names like c
6030 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 502 A method should have only one exit point, and that should be the last statement in the method
6031 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 505 Potential violation of Law of Demeter (object not created locally)
6032 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 506 Potential violation of Law of Demeter (object not created locally)
6033 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 507 Potential violation of Law of Demeter (method chain calls)
6034 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 507 Potential violation of Law of Demeter (method chain calls)
6035 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 516 A method should have only one exit point, and that should be the last statement in the method
6036 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 516 Potential violation of Law of Demeter (static property access)
6037 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 518 Potential violation of Law of Demeter (object not created locally)
6038 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 523 Avoid variables with short names like a
6039 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 526 A method should have only one exit point, and that should be the last statement in the method
6040 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 526 Potential violation of Law of Demeter (static property access)
6041 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 528 Potential violation of Law of Demeter (object not created locally)
6042 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 535 A method should have only one exit point, and that should be the last statement in the method
6043 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 535 Potential violation of Law of Demeter (static property access)
6044 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 537 Potential violation of Law of Demeter (object not created locally)
6045 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 545 Each class should declare at least one constructor
6046 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 548 Avoid variables with short names like o
6047 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 549 Potential violation of Law of Demeter (method chain calls)
6048 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 554 Potential violation of Law of Demeter (method chain calls)
6049 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 559 Potential violation of Law of Demeter (method chain calls)
6050 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 559 Potential violation of Law of Demeter (method chain calls)
6051 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 564 Potential violation of Law of Demeter (method chain calls)
6052 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 570 Potential violation of Law of Demeter (method chain calls)
6053 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 570 Potential violation of Law of Demeter (method chain calls)
6054 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 570 Potential violation of Law of Demeter (method chain calls)
6055 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 580 Potential violation of Law of Demeter (method chain calls)
6056 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 583 Class comments are required
6057 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 583 Each class should declare at least one constructor
6058 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 595 Potential violation of Law of Demeter (method chain calls)
6059 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 605 Each class should declare at least one constructor
6060 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 611 Field comments are required
6061 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 611 To avoid mistakes add a comment at the beginning of the keysCol field if you want a default access modifier
6062 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 612 Field comments are required
6063 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 612 To avoid mistakes add a comment at the beginning of the keyIterator field if you want a default access modifier
6064 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 617 A method should have only one exit point, and that should be the last statement in the method
6065 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 628 Potential violation of Law of Demeter (method chain calls)
6066 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 628 Potential violation of Law of Demeter (method chain calls)
6067 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 638 To avoid mistakes add a comment at the beginning of the MultiValuedMapEntry constructor if you want a default access modifier
6068 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 654 Avoid variables with short names like it
6069 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 654 Field comments are required
6070 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 654 Found non-transient, non-static member. Please mark as transient or provide accessors.
6071 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 656 Field comments are required
6072 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 656 Found non-transient, non-static member. Please mark as transient or provide accessors.
6073 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 658 To avoid mistakes add a comment at the beginning of the MultiValuedMapIterator constructor if you want a default access modifier
6074 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 707 Each class should declare at least one constructor
6075 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 712 Avoid instantiating new objects inside loops
6076 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 719 Potential violation of Law of Demeter (method chain calls)
6077 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 719 Potential violation of Law of Demeter (method chain calls)
6078 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 724 Potential violation of Law of Demeter (method chain calls)
6079 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 724 Potential violation of Law of Demeter (method chain calls)
6080 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 732 Field comments are required
6081 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 732 Found non-transient, non-static member. Please mark as transient or provide accessors.
6082 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 733 Field comments are required
6083 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 733 Found non-transient, non-static member. Please mark as transient or provide accessors.
6084 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 734 Field comments are required
6085 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 734 Found non-transient, non-static member. Please mark as transient or provide accessors.
6086 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 736 To avoid mistakes add a comment at the beginning of the ValuesIterator constructor if you want a default access modifier
6087 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 746 Potential violation of Law of Demeter (method chain calls)
6088 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 746 Potential violation of Law of Demeter (method chain calls)
6089 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 765 Field comments are required
6090 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 765 To avoid mistakes add a comment at the beginning of the decoratedMap field if you want a default access modifier
6091 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 767 It is a good practice to call super() in a constructor
6092 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 767 To avoid mistakes add a comment at the beginning of the AsMap constructor if you want a default access modifier
6093 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 785 A method should have only one exit point, and that should be the last statement in the method
6094 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 785 Return an empty collection rather than null.
6095 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 788 Avoid variables with short names like k
6096 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 794 Potential violation of Law of Demeter (method chain calls)
6097 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 794 Potential violation of Law of Demeter (method chain calls)
6098 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 806 A method should have only one exit point, and that should be the last statement in the method
6099 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 806 Return an empty collection rather than null.
6100 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 810 Potential violation of Law of Demeter (object not created locally)
6101 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 811 Potential violation of Law of Demeter (object not created locally)
6102 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 832 Potential violation of Law of Demeter (method chain calls)
6103 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 832 Potential violation of Law of Demeter (method chain calls)
6104 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 835 Class comments are required
6105 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 835 Each class should declare at least one constructor
6106 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 835 To avoid mistakes add a comment at the beginning of the AsMapEntrySet nested class if you want a default access modifier
6107 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 839 Potential violation of Law of Demeter (method chain calls)
6108 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 844 Potential violation of Law of Demeter (method chain calls)
6109 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 844 Potential violation of Law of Demeter (method chain calls)
6110 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 849 Potential violation of Law of Demeter (method chain calls)
6111 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 849 Potential violation of Law of Demeter (method chain calls)
6112 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 853 Avoid variables with short names like o
6113 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 854 Potential violation of Law of Demeter (method chain calls)
6114 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 858 Avoid variables with short names like o
6115 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 860 A method should have only one exit point, and that should be the last statement in the method
6116 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 863 Potential violation of Law of Demeter (method chain calls)
6117 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 863 Potential violation of Law of Demeter (method chain calls)
6118 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 863 Potential violation of Law of Demeter (object not created locally)
6119 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 871 To avoid mistakes add a comment at the beginning of the AsMapEntrySetIterator nested class if you want a default access modifier
6120 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 873 To avoid mistakes add a comment at the beginning of the AsMapEntrySetIterator constructor if you want a default access modifier
6121 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 880 Potential violation of Law of Demeter (object not created locally)
6122 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 895 Potential violation of Law of Demeter (method chain calls)
6123 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 906 Comment is too large: Line too long
6124 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 909 Avoid variables with short names like in
6125 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java 920 Potential violation of Law of Demeter (object not created locally)
6126 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 1 Comment is too large: Too many lines
6127 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 30 Comment is too large: Too many lines
6128 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 44 This class has too many methods, consider refactoring it.
6129 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
6130 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 75 Potential violation of Law of Demeter (method chain calls)
6131 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 80 Potential violation of Law of Demeter (method chain calls)
6132 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 85 Potential violation of Law of Demeter (method chain calls)
6133 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 90 Potential violation of Law of Demeter (method chain calls)
6134 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 95 Potential violation of Law of Demeter (method chain calls)
6135 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 100 Potential violation of Law of Demeter (method chain calls)
6136 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 105 Potential violation of Law of Demeter (method chain calls)
6137 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 110 Potential violation of Law of Demeter (method chain calls)
6138 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 115 Potential violation of Law of Demeter (method chain calls)
6139 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 120 Potential violation of Law of Demeter (method chain calls)
6140 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 125 Potential violation of Law of Demeter (method chain calls)
6141 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 130 Potential violation of Law of Demeter (method chain calls)
6142 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 135 Potential violation of Law of Demeter (method chain calls)
6143 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 140 Potential violation of Law of Demeter (method chain calls)
6144 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 145 Potential violation of Law of Demeter (method chain calls)
6145 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 150 Potential violation of Law of Demeter (method chain calls)
6146 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 155 Potential violation of Law of Demeter (method chain calls)
6147 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 160 Potential violation of Law of Demeter (method chain calls)
6148 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 165 Potential violation of Law of Demeter (method chain calls)
6149 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 171 A method should have only one exit point, and that should be the last statement in the method
6150 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 173 Potential violation of Law of Demeter (method chain calls)
6151 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 178 Potential violation of Law of Demeter (method chain calls)
6152 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.java 183 Potential violation of Law of Demeter (method chain calls)
6153 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 1 Comment is too large: Too many lines
6154 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 26 Comment is too large: Too many lines
6155 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 44 Document empty constructor
6156 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 44 It is a good practice to call super() in a constructor
6157 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 86 To avoid mistakes add a comment at the beginning of the wrappedCollection method if you want a default access modifier
6158 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 90 Comment is too large: Too many lines
6159 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 101 Potential violation of Law of Demeter (method chain calls)
6160 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 111 To avoid mistakes add a comment at the beginning of the WrappedSet constructor if you want a default access modifier
6161 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 119 A method should have only one exit point, and that should be the last statement in the method
6162 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 119 Potential violation of Law of Demeter (method chain calls)
6163 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/AbstractSetValuedMap.java 122 A method should have only one exit point, and that should be the last statement in the method
6164 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 1 Comment is too large: Too many lines
6165 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 30 Comment is too large: Too many lines
6166 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 54 Avoid excessively long variable names like DEFAULT_INITIAL_MAP_CAPACITY
6167 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 59 Avoid excessively long variable names like DEFAULT_INITIAL_LIST_CAPACITY
6168 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 64 Avoid excessively long variable names like initialListCapacity
6169 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
6170 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 80 Avoid excessively long variable names like initialListCapacity
6171 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 91 Avoid excessively long variable names like initialListCapacity
6172 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 91 Avoid excessively long variable names like initialMapCapacity
6173 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 127 Potential violation of Law of Demeter (method chain calls)
6174 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.java 129 Potential violation of Law of Demeter (object not created locally)
6175 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 1 Comment is too large: Too many lines
6176 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 29 Comment is too large: Too many lines
6177 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 53 Avoid excessively long variable names like DEFAULT_INITIAL_MAP_CAPACITY
6178 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 58 Avoid excessively long variable names like DEFAULT_INITIAL_SET_CAPACITY
6179 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 63 Avoid excessively long variable names like initialSetCapacity
6180 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
6181 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 79 Avoid excessively long variable names like initialSetCapacity
6182 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 90 Avoid excessively long variable names like initialMapCapacity
6183 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/HashSetValuedHashMap.java 90 Avoid excessively long variable names like initialSetCapacity
6184 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 1 Comment is too large: Too many lines
6185 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 28 Comment is too large: Too many lines
6186 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 37 Comment is too large: Line too long
6187 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
6188 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 53 Found non-transient, non-static member. Please mark as transient or provide accessors.
6189 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 55 Comment is too large: Too many lines
6190 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 65 Comment is too large: Line too long
6191 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 66 Comment is too large: Line too long
6192 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 76 Comment is too large: Too many lines
6193 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 87 Comment is too large: Line too long
6194 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 88 Comment is too large: Line too long
6195 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 106 Comment is too large: Too many lines
6196 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 113 Comment is too large: Line too long
6197 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 114 Comment is too large: Line too long
6198 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 135 A method should have only one exit point, and that should be the last statement in the method
6199 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 150 A method should have only one exit point, and that should be the last statement in the method
6200 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 157 Potential violation of Law of Demeter (method chain calls)
6201 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 164 Potential violation of Law of Demeter (method chain calls)
6202 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 165 Avoid variables with short names like it
6203 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 165 Potential violation of Law of Demeter (object not created locally)
6204 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.java 166 Potential violation of Law of Demeter (method chain calls)
6205 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 1 Comment is too large: Too many lines
6206 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 34 Comment is too large: Too many lines
6207 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 46 This class has too many methods, consider refactoring it.
6208 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 51 Comment is too large: Too many lines
6209 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 66 A method should have only one exit point, and that should be the last statement in the method
6210 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 99 Potential violation of Law of Demeter (method chain calls)
6211 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 109 Potential violation of Law of Demeter (method chain calls)
6212 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 114 Potential violation of Law of Demeter (method chain calls)
6213 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 119 Potential violation of Law of Demeter (method chain calls)
6214 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 124 Potential violation of Law of Demeter (method chain calls)
6215 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 129 Potential violation of Law of Demeter (method chain calls)
6216 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java 134 Potential violation of Law of Demeter (method chain calls)
6217 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/package-info.java 1 Comment is too large: Too many lines
6218 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/package-info.java 17 Comment is too large: Too many lines
6219 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/package-info.java 18 Comment is too large: Line too long
6220 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/package-info.java 23 Comment is too large: Line too long
6221 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multimap/package-info.java 24 Comment is too large: Line too long
6222 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 1 Comment is too large: Too many lines
6223 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 30 Comment is too large: Too many lines
6224 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 35 Comment is too large: Line too long
6225 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 42 This class has too many methods, consider refactoring it.
6226 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 47 Field size has the same name as a method
6227 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 54 Document empty constructor
6228 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 54 It is a good practice to call super() in a constructor
6229 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 63 It is a good practice to call super() in a constructor
6230 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 119 A method should have only one exit point, and that should be the last statement in the method
6231 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 151 Field comments are required
6232 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 151 Found non-transient, non-static member. Please mark as transient or provide accessors.
6233 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 152 Field comments are required
6234 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 152 Found non-transient, non-static member. Please mark as transient or provide accessors.
6235 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 153 Field comments are required
6236 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 153 Found non-transient, non-static member. Please mark as transient or provide accessors.
6237 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 154 Field comments are required
6238 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 154 Found non-transient, non-static member. Please mark as transient or provide accessors.
6239 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 155 Field comments are required
6240 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 155 Found non-transient, non-static member. Please mark as transient or provide accessors.
6241 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 156 Field comments are required
6242 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 156 Found non-transient, non-static member. Please mark as transient or provide accessors.
6243 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 163 To avoid mistakes add a comment at the beginning of the MapBasedMultiSetIterator constructor if you want a default access modifier
6244 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 166 Assigning an Object to null is a code smell. Consider refactoring.
6245 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 185 Potential violation of Law of Demeter (method chain calls)
6246 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 202 Avoid using Literals in Conditional Statements
6247 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 251 A method should have only one exit point, and that should be the last statement in the method
6248 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 273 Found non-transient, non-static member. Please mark as transient or provide accessors.
6249 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 279 To avoid mistakes add a comment at the beginning of the MutableInteger constructor if you want a default access modifier
6250 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 286 A method should have only one exit point, and that should be the last statement in the method
6251 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 299 Potential violation of Law of Demeter (method chain calls)
6252 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 299 Potential violation of Law of Demeter (method chain calls)
6253 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 309 Potential violation of Law of Demeter (method chain calls)
6254 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 318 Found non-transient, non-static member. Please mark as transient or provide accessors.
6255 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 321 Found non-transient, non-static member. Please mark as transient or provide accessors.
6256 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 324 Found non-transient, non-static member. Please mark as transient or provide accessors.
6257 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 351 Assigning an Object to null is a code smell. Consider refactoring.
6258 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 362 Found non-transient, non-static member. Please mark as transient or provide accessors.
6259 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 364 Field comments are required
6260 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 364 Found non-transient, non-static member. Please mark as transient or provide accessors.
6261 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 367 Found non-transient, non-static member. Please mark as transient or provide accessors.
6262 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 370 Found non-transient, non-static member. Please mark as transient or provide accessors.
6263 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 401 Assigning an Object to null is a code smell. Consider refactoring.
6264 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 411 Field comments are required
6265 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 411 Found non-transient, non-static member. Please mark as transient or provide accessors.
6266 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 417 It is a good practice to call super() in a constructor
6267 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 428 Potential violation of Law of Demeter (method chain calls)
6268 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 442 Potential violation of Law of Demeter (method chain calls)
6269 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 450 Comment is too large: Line too long
6270 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 454 Avoid variables with short names like in
6271 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 461 Avoid instantiating new objects inside loops
6272 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 474 Avoid variables with short names like i
6273 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 485 Comment is too large: Too many lines
6274 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 502 Potential violation of Law of Demeter (method chain calls)
6275 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 503 Avoid reassigning parameters such as 'array'
6276 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 506 Avoid variables with short names like i
6277 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 518 Assigning an Object to null is a code smell. Consider refactoring.
6278 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 526 A method should have only one exit point, and that should be the last statement in the method
6279 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 529 A method should have only one exit point, and that should be the last statement in the method
6280 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 532 Potential violation of Law of Demeter (object not created locally)
6281 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 533 A method should have only one exit point, and that should be the last statement in the method
6282 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 537 A method should have only one exit point, and that should be the last statement in the method
6283 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMapMultiSet.java 549 Potential violation of Law of Demeter (object not created locally)
6284 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 1 Comment is too large: Too many lines
6285 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 39 This class has too many methods, consider refactoring it.
6286 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 42 Field uniqueSet has the same name as a method
6287 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 44 Field entrySet has the same name as a method
6288 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 49 Document empty constructor
6289 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 49 It is a good practice to call super() in a constructor
6290 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 77 Use equals() to compare object references.
6291 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 78 Potential violation of Law of Demeter (object not created locally)
6292 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 79 A method should have only one exit point, and that should be the last statement in the method
6293 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 126 Field comments are required
6294 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 126 Found non-transient, non-static member. Please mark as transient or provide accessors.
6295 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 127 Field comments are required
6296 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 127 Found non-transient, non-static member. Please mark as transient or provide accessors.
6297 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 128 Field comments are required
6298 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 128 Found non-transient, non-static member. Please mark as transient or provide accessors.
6299 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 129 Field comments are required
6300 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 129 Found non-transient, non-static member. Please mark as transient or provide accessors.
6301 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 130 Field comments are required
6302 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 130 Found non-transient, non-static member. Please mark as transient or provide accessors.
6303 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 137 To avoid mistakes add a comment at the beginning of the MultiSetIterator constructor if you want a default access modifier
6304 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 140 Assigning an Object to null is a code smell. Consider refactoring.
6305 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 169 Avoid using Literals in Conditional Statements
6306 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 194 Avoid variables with short names like it
6307 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 194 Potential violation of Law of Demeter (method chain calls)
6308 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 214 Avoid variables with short names like i
6309 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 253 Potential violation of Law of Demeter (method chain calls)
6310 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 299 Found non-transient, non-static member. Please mark as transient or provide accessors.
6311 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 306 It is a good practice to call super() in a constructor
6312 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 346 Field comments are required
6313 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 346 Found non-transient, non-static member. Please mark as transient or provide accessors.
6314 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 353 It is a good practice to call super() in a constructor
6315 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 370 A method should have only one exit point, and that should be the last statement in the method
6316 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 373 Potential violation of Law of Demeter (object not created locally)
6317 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 374 Potential violation of Law of Demeter (object not created locally)
6318 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 380 A method should have only one exit point, and that should be the last statement in the method
6319 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 383 Potential violation of Law of Demeter (object not created locally)
6320 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 388 A method should have only one exit point, and that should be the last statement in the method
6321 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 405 Potential violation of Law of Demeter (object not created locally)
6322 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 407 A method should have only one exit point, and that should be the last statement in the method
6323 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 407 Potential violation of Law of Demeter (object not created locally)
6324 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 408 Use equals() to compare object references.
6325 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 409 Potential violation of Law of Demeter (object not created locally)
6326 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 417 Potential violation of Law of Demeter (object not created locally)
6327 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 432 Potential violation of Law of Demeter (method chain calls)
6328 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 443 Comment is too large: Line too long
6329 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 446 Avoid variables with short names like in
6330 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 460 A method should have only one exit point, and that should be the last statement in the method
6331 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 463 A method should have only one exit point, and that should be the last statement in the method
6332 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 466 Potential violation of Law of Demeter (object not created locally)
6333 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 467 A method should have only one exit point, and that should be the last statement in the method
6334 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 471 A method should have only one exit point, and that should be the last statement in the method
6335 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 479 Potential violation of Law of Demeter (method chain calls)
6336 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSet.java 489 Potential violation of Law of Demeter (method chain calls)
6337 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 1 Comment is too large: Too many lines
6338 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 24 Comment is too large: Too many lines
6339 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 42 Document empty constructor
6340 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 42 It is a good practice to call super() in a constructor
6341 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 67 Potential violation of Law of Demeter (method chain calls)
6342 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 72 Potential violation of Law of Demeter (method chain calls)
6343 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 78 Potential violation of Law of Demeter (method chain calls)
6344 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 83 Potential violation of Law of Demeter (method chain calls)
6345 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 88 Potential violation of Law of Demeter (method chain calls)
6346 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 93 Potential violation of Law of Demeter (method chain calls)
6347 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 98 Potential violation of Law of Demeter (method chain calls)
6348 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.java 103 Potential violation of Law of Demeter (method chain calls)
6349 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/HashMultiSet.java 1 Comment is too large: Too many lines
6350 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/HashMultiSet.java 26 Comment is too large: Too many lines
6351 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/HashMultiSet.java 76 Comment is too large: Line too long
6352 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/HashMultiSet.java 78 Avoid variables with short names like in
6353 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 1 Comment is too large: Too many lines
6354 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 25 Comment is too large: Too many lines
6355 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 31 Comment is too large: Line too long
6356 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 40 Comment is too large: Line too long
6357 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 51 Comment is too large: Too many lines
6358 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 69 Comment is too large: Too many lines
6359 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 96 Potential violation of Law of Demeter (method chain calls)
6360 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 101 Potential violation of Law of Demeter (method chain calls)
6361 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 108 Potential violation of Law of Demeter (method chain calls)
6362 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 113 Potential violation of Law of Demeter (method chain calls)
6363 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 118 Potential violation of Law of Demeter (method chain calls)
6364 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 124 Potential violation of Law of Demeter (method chain calls)
6365 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 129 Potential violation of Law of Demeter (method chain calls)
6366 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/PredicatedMultiSet.java 134 Potential violation of Law of Demeter (method chain calls)
6367 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 1 Comment is too large: Too many lines
6368 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 24 Comment is too large: Too many lines
6369 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 86 A method should have only one exit point, and that should be the last statement in the method
6370 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 89 Potential violation of Law of Demeter (method chain calls)
6371 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 96 Potential violation of Law of Demeter (method chain calls)
6372 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 104 Potential violation of Law of Demeter (method chain calls)
6373 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 111 Potential violation of Law of Demeter (method chain calls)
6374 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 118 Potential violation of Law of Demeter (method chain calls)
6375 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 125 Potential violation of Law of Demeter (method chain calls)
6376 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 132 Potential violation of Law of Demeter (method chain calls)
6377 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 140 Potential violation of Law of Demeter (method chain calls)
6378 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 148 To avoid mistakes add a comment at the beginning of the SynchronizedSet nested class if you want a default access modifier
6379 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/SynchronizedMultiSet.java 157 To avoid mistakes add a comment at the beginning of the SynchronizedSet constructor if you want a default access modifier
6380 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 1 Comment is too large: Too many lines
6381 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 32 Comment is too large: Too many lines
6382 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 42 This class has too many methods, consider refactoring it.
6383 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 47 Comment is too large: Too many lines
6384 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 61 A method should have only one exit point, and that should be the last statement in the method
6385 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 93 Comment is too large: Line too long
6386 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 97 Avoid variables with short names like in
6387 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 104 Potential violation of Law of Demeter (method chain calls)
6388 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 162 Potential violation of Law of Demeter (method chain calls)
6389 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java 168 Potential violation of Law of Demeter (method chain calls)
6390 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/package-info.java 1 Comment is too large: Too many lines
6391 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/package-info.java 17 Comment is too large: Too many lines
6392 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/package-info.java 20 Comment is too large: Line too long
6393 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/multiset/package-info.java 29 Comment is too large: Line too long
6394 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/package-info.java 1 Comment is too large: Too many lines
6395 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/package-info.java 18 Comment is too large: Line too long
6396 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/package-info.java 22 Comment is too large: Line too long
6397 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 1 Comment is too large: Too many lines
6398 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 35 Comment is too large: Line too long
6399 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 57 Potential violation of Law of Demeter (method chain calls)
6400 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 75 Comment is too large: Too many lines
6401 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 81 Comment is too large: Line too long
6402 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 82 Comment is too large: Line too long
6403 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 90 Comment is too large: Too many lines
6404 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 95 Comment is too large: Line too long
6405 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 96 Comment is too large: Line too long
6406 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 97 Comment is too large: Line too long
6407 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 99 Comment is too large: Line too long
6408 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 103 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
6409 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 113 Comment is too large: Line too long
6410 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 114 Comment is too large: Line too long
6411 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 118 A method should have only one exit point, and that should be the last statement in the method
6412 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 118 Return an empty collection rather than null.
6413 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 121 Potential violation of Law of Demeter (object not created locally)
6414 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 125 Comment is too large: Too many lines
6415 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 131 Comment is too large: Line too long
6416 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 132 Comment is too large: Line too long
6417 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 137 A method should have only one exit point, and that should be the last statement in the method
6418 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 137 Return an empty collection rather than null.
6419 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 153 Comment is too large: Line too long
6420 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 154 Comment is too large: Line too long
6421 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 167 Comment is too large: Line too long
6422 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 168 Comment is too large: Line too long
6423 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 172 Potential violation of Law of Demeter (object not created locally)
6424 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 181 Comment is too large: Line too long
6425 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 182 Comment is too large: Line too long
6426 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 185 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
6427 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 195 Comment is too large: Line too long
6428 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 196 Comment is too large: Line too long
6429 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 207 Comment is too large: Line too long
6430 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/AbstractPropertiesFactory.java 208 Comment is too large: Line too long
6431 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 1 Comment is too large: Too many lines
6432 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 48 Class comments are required
6433 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 48 This class has too many methods, consider refactoring it.
6434 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 53 Use block level rather than method level synchronization
6435 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 58 Use block level rather than method level synchronization
6436 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 65 Use block level rather than method level synchronization
6437 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 72 Use block level rather than method level synchronization
6438 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 79 Use block level rather than method level synchronization
6439 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 84 Use block level rather than method level synchronization
6440 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 94 Use block level rather than method level synchronization
6441 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 104 Avoid variables with short names like o
6442 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 104 Use block level rather than method level synchronization
6443 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 105 Useless parentheses.
6444 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 109 Use block level rather than method level synchronization
6445 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 114 Use block level rather than method level synchronization
6446 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 119 Use block level rather than method level synchronization
6447 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 134 Use block level rather than method level synchronization
6448 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 139 Use block level rather than method level synchronization
6449 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 144 Use block level rather than method level synchronization
6450 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 154 Overriding method merely calls super
6451 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 160 Overriding method merely calls super
6452 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 171 Use block level rather than method level synchronization
6453 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 182 Use block level rather than method level synchronization
6454 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 193 Avoid variables with short names like in
6455 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 193 Use block level rather than method level synchronization
6456 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 200 Use block level rather than method level synchronization
6457 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 213 Use block level rather than method level synchronization
6458 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 220 Avoid variables with short names like t
6459 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 220 Use block level rather than method level synchronization
6460 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 226 Use block level rather than method level synchronization
6461 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 238 Use block level rather than method level synchronization
6462 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 244 Use block level rather than method level synchronization
6463 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 251 Use block level rather than method level synchronization
6464 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 258 Use block level rather than method level synchronization
6465 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 266 Use block level rather than method level synchronization
6466 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 280 Use block level rather than method level synchronization
6467 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 287 Use block level rather than method level synchronization
6468 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 304 Avoid variables with short names like os
6469 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 310 Avoid variables with short names like os
6470 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 321 Use block level rather than method level synchronization
6471 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 338 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
6472 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 343 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
6473 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java 348 It is a good practice to call super() in a constructor
6474 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 1 Comment is too large: Too many lines
6475 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 35 Comment is too large: Line too long
6476 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 40 Each class should declare at least one constructor
6477 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 46 Potential violation of Law of Demeter (method chain calls)
6478 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 47 Potential violation of Law of Demeter (object not created locally)
6479 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 51 Use block level rather than method level synchronization
6480 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 52 Potential violation of Law of Demeter (method chain calls)
6481 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 52 Potential violation of Law of Demeter (method chain calls)
6482 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 56 Potential violation of Law of Demeter (method chain calls)
6483 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 56 Potential violation of Law of Demeter (method chain calls)
6484 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedProperties.java 56 Potential violation of Law of Demeter (method chain calls)
6485 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedPropertiesFactory.java 1 Comment is too large: Too many lines
6486 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedPropertiesFactory.java 26 A class which only has private constructors should be final
6487 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/SortedPropertiesFactory.java 36 It is a good practice to call super() in a constructor
6488 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/package-info.java 1 Comment is too large: Too many lines
6489 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/package-info.java 17 Comment is too large: Too many lines
6490 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/properties/package-info.java 23 Comment is too large: Line too long
6491 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 1 Comment is too large: Too many lines
6492 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 23 Comment is too large: Too many lines
6493 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 48 Document empty constructor
6494 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 48 It is a good practice to call super() in a constructor
6495 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 74 Potential violation of Law of Demeter (method chain calls)
6496 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 79 Potential violation of Law of Demeter (method chain calls)
6497 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 84 Potential violation of Law of Demeter (method chain calls)
6498 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 89 Potential violation of Law of Demeter (method chain calls)
6499 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/AbstractQueueDecorator.java 94 Potential violation of Law of Demeter (method chain calls)
6500 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 1 Comment is too large: Too many lines
6501 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 33 Comment is too large: Too many lines
6502 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 54 This class has too many methods, consider refactoring it.
6503 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
6504 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 94 It is a good practice to call super() in a constructor
6505 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 133 Comment is too large: Line too long
6506 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 136 Avoid variables with short names like in
6507 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 159 The initializer for variable 'size' is never used (overwritten on lines 162, 164 and 166)
6508 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 199 Comment is too large: Line too long
6509 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 228 Comment is too large: Line too long
6510 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 261 Comment is too large: Line too long
6511 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 264 Avoid variables with short names like sz
6512 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 277 Comment is too large: Line too long
6513 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 292 A method should have only one exit point, and that should be the last statement in the method
6514 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 308 A method should have only one exit point, and that should be the last statement in the method
6515 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 321 Assigning an Object to null is a code smell. Consider refactoring.
6516 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 338 Avoid reassigning parameters such as 'index'
6517 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 352 Avoid reassigning parameters such as 'index'
6518 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 365 The method 'iterator()' has a cognitive complexity of 19, current threshold is 15
6519 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 368 Field comments are required
6520 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 369 Field comments are required
6521 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 370 Field comments are required
6522 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 396 Potential violation of Law of Demeter (method chain calls)
6523 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 396 Potential violation of Law of Demeter (method chain calls)
6524 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java 420 Assigning an Object to null is a code smell. Consider refactoring.
6525 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 1 Comment is too large: Too many lines
6526 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 24 Comment is too large: Too many lines
6527 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 30 Comment is too large: Line too long
6528 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 35 Comment is too large: Line too long
6529 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 45 Comment is too large: Too many lines
6530 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 58 The final method parameter name 'Queue' doesn't match '[a-z][a-zA-Z0-9]*'
6531 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 63 Comment is too large: Too many lines
6532 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 100 Potential violation of Law of Demeter (method chain calls)
6533 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 105 Potential violation of Law of Demeter (method chain calls)
6534 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 110 Potential violation of Law of Demeter (method chain calls)
6535 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 115 Potential violation of Law of Demeter (method chain calls)
6536 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/PredicatedQueue.java 120 Potential violation of Law of Demeter (method chain calls)
6537 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 1 Comment is too large: Too many lines
6538 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 23 Comment is too large: Too many lines
6539 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 24 Comment is too large: Line too long
6540 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 26 Comment is too large: Line too long
6541 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 38 Comment is too large: Too many lines
6542 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 66 Comment is too large: Too many lines
6543 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 93 Potential violation of Law of Demeter (method chain calls)
6544 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 100 A method should have only one exit point, and that should be the last statement in the method
6545 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 103 Potential violation of Law of Demeter (method chain calls)
6546 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 112 Potential violation of Law of Demeter (method chain calls)
6547 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 117 Avoid variables with short names like e
6548 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 119 Potential violation of Law of Demeter (method chain calls)
6549 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 126 Potential violation of Law of Demeter (method chain calls)
6550 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 133 Potential violation of Law of Demeter (method chain calls)
6551 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/SynchronizedQueue.java 140 Potential violation of Law of Demeter (method chain calls)
6552 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 1 Comment is too large: Too many lines
6553 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 24 Comment is too large: Too many lines
6554 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 41 Comment is too large: Too many lines
6555 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 59 Comment is too large: Too many lines
6556 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 83 Potential violation of Law of Demeter (method chain calls)
6557 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 89 Comment is too large: Too many lines
6558 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 115 Potential violation of Law of Demeter (method chain calls)
6559 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 120 Potential violation of Law of Demeter (method chain calls)
6560 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 125 Potential violation of Law of Demeter (method chain calls)
6561 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 130 Potential violation of Law of Demeter (method chain calls)
6562 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/TransformedQueue.java 135 Potential violation of Law of Demeter (method chain calls)
6563 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java 1 Comment is too large: Too many lines
6564 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java 30 Comment is too large: Too many lines
6565 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java 41 This class has too many methods, consider refactoring it.
6566 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java 46 Comment is too large: Too many lines
6567 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java 60 A method should have only one exit point, and that should be the last statement in the method
6568 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java 92 Comment is too large: Line too long
6569 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java 95 Avoid variables with short names like in
6570 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java 102 Potential violation of Law of Demeter (method chain calls)
6571 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/package-info.java 1 Comment is too large: Too many lines
6572 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/package-info.java 17 Comment is too large: Too many lines
6573 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/package-info.java 18 Comment is too large: Line too long
6574 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/package-info.java 22 Comment is too large: Line too long
6575 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/queue/package-info.java 27 Comment is too large: Line too long
6576 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/CommandVisitor.java 1 Comment is too large: Too many lines
6577 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/CommandVisitor.java 19 Comment is too large: Too many lines
6578 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/DeleteCommand.java 1 Comment is too large: Too many lines
6579 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/DeleteCommand.java 19 Comment is too large: Too many lines
6580 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditCommand.java 1 Comment is too large: Too many lines
6581 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditCommand.java 19 Comment is too large: Too many lines
6582 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditCommand.java 77 Comment is too large: Line too long
6583 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditScript.java 1 Comment is too large: Too many lines
6584 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditScript.java 22 Comment is too large: Too many lines
6585 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditScript.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
6586 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditScript.java 53 Found non-transient, non-static member. Please mark as transient or provide accessors.
6587 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditScript.java 56 Found non-transient, non-static member. Please mark as transient or provide accessors.
6588 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/EditScript.java 97 Comment is too large: Too many lines
6589 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/InsertCommand.java 1 Comment is too large: Too many lines
6590 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/InsertCommand.java 19 Comment is too large: Too many lines
6591 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/KeepCommand.java 1 Comment is too large: Too many lines
6592 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/KeepCommand.java 19 Comment is too large: Too many lines
6593 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 1 Comment is too large: Too many lines
6594 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 22 Comment is too large: Too many lines
6595 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 54 Field comments are required
6596 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
6597 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 55 Field comments are required
6598 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 55 Found non-transient, non-static member. Please mark as transient or provide accessors.
6599 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 56 Field comments are required
6600 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 56 Found non-transient, non-static member. Please mark as transient or provide accessors.
6601 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsFinder.java 59 Found non-transient, non-static member. Please mark as transient or provide accessors.
6602 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsHandler.java 1 Comment is too large: Too many lines
6603 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsHandler.java 30 Comment is too large: Too many lines
6604 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/ReplacementsHandler.java 50 Avoid variables with short names like to
6605 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 1 Comment is too large: Too many lines
6606 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 24 Comment is too large: Too many lines
6607 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
6608 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 67 Found non-transient, non-static member. Please mark as transient or provide accessors.
6609 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 70 Found non-transient, non-static member. Please mark as transient or provide accessors.
6610 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 73 Found non-transient, non-static member. Please mark as transient or provide accessors.
6611 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 74 Field comments are required
6612 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 74 Found non-transient, non-static member. Please mark as transient or provide accessors.
6613 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 76 Comment is too large: Too many lines
6614 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 94 Comment is too large: Too many lines
6615 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 117 Comment is too large: Too many lines
6616 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 136 Comment is too large: Too many lines
6617 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 155 Comment is too large: Too many lines
6618 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 171 The method 'getMiddleSnake(int, int, int, int)' has a cognitive complexity of 36, current threshold is 15
6619 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 171 The method 'getMiddleSnake(int, int, int, int)' has a cyclomatic complexity of 28.
6620 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 171 The method 'getMiddleSnake(int, int, int, int)' has an NPath complexity of 39372, current threshold is 200
6621 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 174 Avoid variables with short names like m
6622 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 175 Avoid variables with short names like n
6623 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 177 A method should have only one exit point, and that should be the last statement in the method
6624 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 191 Avoid variables with short names like i
6625 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 198 Avoid variables with short names like x
6626 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 199 Avoid variables with short names like y
6627 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 207 A method should have only one exit point, and that should be the last statement in the method
6628 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 214 Avoid variables with short names like i
6629 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 222 Avoid variables with short names like x
6630 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 223 Avoid variables with short names like y
6631 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 237 Avoid throwing raw exception types.
6632 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 241 Comment is too large: Too many lines
6633 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 250 The method 'buildScript(int, int, int, int, EditScript)' has a cognitive complexity of 21, current threshold is 15
6634 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 250 The method 'buildScript(int, int, int, int, EditScript)' has a cyclomatic complexity of 13.
6635 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 256 Potential violation of Law of Demeter (object not created locally)
6636 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 256 Potential violation of Law of Demeter (object not created locally)
6637 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 257 Potential violation of Law of Demeter (object not created locally)
6638 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 257 Potential violation of Law of Demeter (object not created locally)
6639 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 259 Avoid variables with short names like i
6640 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 260 Avoid variables with short names like j
6641 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 263 Avoid instantiating new objects inside loops
6642 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 268 Avoid instantiating new objects inside loops
6643 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 271 Avoid instantiating new objects inside loops
6644 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 283 Avoid instantiating new objects inside loops
6645 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java 313 To avoid mistakes add a comment at the beginning of the Snake constructor if you want a default access modifier
6646 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 1 Comment is too large: Too many lines
6647 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 17 Comment is too large: Too many lines
6648 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 48 Comment is too large: Line too long
6649 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 67 Comment is too large: Line too long
6650 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 68 Comment is too large: Line too long
6651 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 69 Comment is too large: Line too long
6652 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 70 Comment is too large: Line too long
6653 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 71 Comment is too large: Line too long
6654 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/sequence/package-info.java 72 Comment is too large: Line too long
6655 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 1 Comment is too large: Too many lines
6656 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 22 Comment is too large: Too many lines
6657 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 33 This class has too many methods, consider refactoring it.
6658 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 41 Document empty constructor
6659 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 41 It is a good practice to call super() in a constructor
6660 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 66 Avoid variables with short names like e
6661 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 67 Potential violation of Law of Demeter (method chain calls)
6662 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 71 Avoid variables with short names like e
6663 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 72 Potential violation of Law of Demeter (method chain calls)
6664 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 76 Avoid variables with short names like e
6665 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 77 Potential violation of Law of Demeter (method chain calls)
6666 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 81 Avoid variables with short names like e
6667 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 82 Potential violation of Law of Demeter (method chain calls)
6668 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 87 Potential violation of Law of Demeter (method chain calls)
6669 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 92 Potential violation of Law of Demeter (method chain calls)
6670 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 97 Potential violation of Law of Demeter (method chain calls)
6671 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 102 Potential violation of Law of Demeter (method chain calls)
6672 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 108 Potential violation of Law of Demeter (method chain calls)
6673 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 113 Potential violation of Law of Demeter (method chain calls)
6674 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.java 118 Potential violation of Law of Demeter (method chain calls)
6675 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.java 1 Comment is too large: Too many lines
6676 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.java 63 Comment is too large: Line too long
6677 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.java 66 Avoid variables with short names like in
6678 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSetDecorator.java 1 Comment is too large: Too many lines
6679 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSetDecorator.java 23 Comment is too large: Too many lines
6680 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSetDecorator.java 42 Document empty constructor
6681 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSetDecorator.java 42 It is a good practice to call super() in a constructor
6682 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSetDecorator.java 67 Potential violation of Law of Demeter (method chain calls)
6683 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSetDecorator.java 72 Potential violation of Law of Demeter (method chain calls)
6684 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 1 Comment is too large: Too many lines
6685 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 23 Comment is too large: Too many lines
6686 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 43 Document empty constructor
6687 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 43 It is a good practice to call super() in a constructor
6688 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 68 Potential violation of Law of Demeter (method chain calls)
6689 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 73 Potential violation of Law of Demeter (method chain calls)
6690 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 78 Potential violation of Law of Demeter (method chain calls)
6691 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 83 Potential violation of Law of Demeter (method chain calls)
6692 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 88 Potential violation of Law of Demeter (method chain calls)
6693 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/AbstractSortedSetDecorator.java 93 Potential violation of Law of Demeter (method chain calls)
6694 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 1 Comment is too large: Too many lines
6695 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 35 Comment is too large: Too many lines
6696 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 44 Comment is too large: Line too long
6697 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 46 Comment is too large: Line too long
6698 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 53 This class has too many methods, consider refactoring it.
6699 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
6700 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 67 Document empty constructor
6701 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 76 Overridable method 'addComposited' called during object construction
6702 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 76 Overridable method 'addComposited' called during object construction
6703 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 85 Overridable method 'addComposited' called during object construction
6704 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 85 Overridable method 'addComposited' called during object construction
6705 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 115 A method should have only one exit point, and that should be the last statement in the method
6706 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 133 A method should have only one exit point, and that should be the last statement in the method
6707 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 139 Comment is too large: Too many lines
6708 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 152 A method should have only one exit point, and that should be the last statement in the method
6709 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 169 Avoid variables with short names like i
6710 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 188 The initializer for variable 'result' is never used (overwritten on lines 190 and 192)
6711 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 192 Potential violation of Law of Demeter (method chain calls)
6712 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 202 Assigning an Object to null is a code smell. Consider refactoring.
6713 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 207 Comment is too large: Too many lines
6714 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 213 Comment is too large: Line too long
6715 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 238 A method should have only one exit point, and that should be the last statement in the method
6716 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 244 Comment is too large: Too many lines
6717 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 245 Comment is too large: Line too long
6718 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 256 A method should have only one exit point, and that should be the last statement in the method
6719 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 260 A method should have only one exit point, and that should be the last statement in the method
6720 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 266 Comment is too large: Too many lines
6721 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 272 Comment is too large: Line too long
6722 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 292 A method should have only one exit point, and that should be the last statement in the method
6723 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 301 Comment is too large: Too many lines
6724 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 313 A method should have only one exit point, and that should be the last statement in the method
6725 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 322 Comment is too large: Too many lines
6726 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 364 Comment is too large: Too many lines
6727 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 368 Comment is too large: Line too long
6728 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 373 Use block level rather than method level synchronization
6729 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 377 Potential violation of Law of Demeter (object not created locally)
6730 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 382 Potential violation of Law of Demeter (method chain calls)
6731 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 383 Potential violation of Law of Demeter (method chain calls)
6732 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 461 A method should have only one exit point, and that should be the last statement in the method
6733 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 461 Potential violation of Law of Demeter (object not created locally)
6734 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 461 Potential violation of Law of Demeter (object not created locally)
6735 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 484 Comment is too large: Too many lines
6736 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 498 Comment is too large: Too many lines
6737 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/CompositeSet.java 514 Comment is too large: Too many lines
6738 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 1 Comment is too large: Too many lines
6739 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 34 Comment is too large: Too many lines
6740 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 61 This class has too many methods, consider refactoring it.
6741 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 67 Found non-transient, non-static member. Please mark as transient or provide accessors.
6742 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 69 Comment is too large: Too many lines
6743 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 91 Comment is too large: Too many lines
6744 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 106 Comment is too large: Too many lines
6745 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 107 Comment is too large: Line too long
6746 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 151 Comment is too large: Too many lines
6747 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 179 Potential violation of Law of Demeter (method chain calls)
6748 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 190 Potential violation of Law of Demeter (method chain calls)
6749 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 192 A method should have only one exit point, and that should be the last statement in the method
6750 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 208 Potential violation of Law of Demeter (method chain calls)
6751 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 221 A method should have only one exit point, and that should be the last statement in the method
6752 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 223 Potential violation of Law of Demeter (method chain calls)
6753 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 239 Comment is too large: Too many lines
6754 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 250 Potential violation of Law of Demeter (method chain calls)
6755 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 252 A method should have only one exit point, and that should be the last statement in the method
6756 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 254 Potential violation of Law of Demeter (method chain calls)
6757 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 268 Avoid variables with short names like a
6758 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 287 Comment is too large: Too many lines
6759 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 300 Comment is too large: Too many lines
6760 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 311 Potential violation of Law of Demeter (method chain calls)
6761 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 316 Comment is too large: Too many lines
6762 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 335 Potential violation of Law of Demeter (method chain calls)
6763 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 378 To avoid mistakes add a comment at the beginning of the OrderedSetIterator nested class if you want a default access modifier
6764 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 383 Found non-transient, non-static member. Please mark as transient or provide accessors.
6765 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 386 Found non-transient, non-static member. Please mark as transient or provide accessors.
6766 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 395 Potential violation of Law of Demeter (method chain calls)
6767 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 402 Potential violation of Law of Demeter (method chain calls)
6768 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/ListOrderedSet.java 403 Assigning an Object to null is a code smell. Consider refactoring.
6769 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 1 Comment is too large: Too many lines
6770 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 27 Comment is too large: Too many lines
6771 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 36 Comment is too large: Line too long
6772 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 43 This class has too many methods, consider refactoring it.
6773 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
6774 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
6775 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 54 Comment is too large: Too many lines
6776 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 68 Comment is too large: Too many lines
6777 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 107 Potential violation of Law of Demeter (method chain calls)
6778 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 117 Potential violation of Law of Demeter (method chain calls)
6779 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 148 Potential violation of Law of Demeter (method chain calls)
6780 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 153 Potential violation of Law of Demeter (method chain calls)
6781 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 158 Potential violation of Law of Demeter (method chain calls)
6782 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 168 Potential violation of Law of Demeter (method chain calls)
6783 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 173 Potential violation of Law of Demeter (method chain calls)
6784 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 178 Potential violation of Law of Demeter (method chain calls)
6785 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/MapBackedSet.java 183 Potential violation of Law of Demeter (method chain calls)
6786 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 1 Comment is too large: Too many lines
6787 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 24 Comment is too large: Too many lines
6788 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 38 Comment is too large: Line too long
6789 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 44 This class has too many methods, consider refactoring it.
6790 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 49 Comment is too large: Too many lines
6791 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 68 Comment is too large: Too many lines
6792 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 95 Avoid variables with short names like e
6793 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 96 Potential violation of Law of Demeter (method chain calls)
6794 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 100 Avoid variables with short names like e
6795 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 101 Potential violation of Law of Demeter (method chain calls)
6796 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 105 Avoid variables with short names like e
6797 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 106 Potential violation of Law of Demeter (method chain calls)
6798 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 110 Avoid variables with short names like e
6799 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 111 Potential violation of Law of Demeter (method chain calls)
6800 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 116 Potential violation of Law of Demeter (method chain calls)
6801 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 121 Potential violation of Law of Demeter (method chain calls)
6802 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 126 Potential violation of Law of Demeter (method chain calls)
6803 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 131 Potential violation of Law of Demeter (method chain calls)
6804 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 137 Potential violation of Law of Demeter (method chain calls)
6805 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 143 Potential violation of Law of Demeter (method chain calls)
6806 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedNavigableSet.java 149 Potential violation of Law of Demeter (method chain calls)
6807 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSet.java 1 Comment is too large: Too many lines
6808 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSet.java 24 Comment is too large: Too many lines
6809 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSet.java 35 Comment is too large: Line too long
6810 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSet.java 48 Comment is too large: Too many lines
6811 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSet.java 66 Comment is too large: Too many lines
6812 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSet.java 93 Potential violation of Law of Demeter (method chain calls)
6813 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSet.java 98 Potential violation of Law of Demeter (method chain calls)
6814 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 1 Comment is too large: Too many lines
6815 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 24 Comment is too large: Too many lines
6816 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 52 Comment is too large: Too many lines
6817 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 71 Comment is too large: Too many lines
6818 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 98 Potential violation of Law of Demeter (method chain calls)
6819 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 103 Potential violation of Law of Demeter (method chain calls)
6820 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 108 Potential violation of Law of Demeter (method chain calls)
6821 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 113 Potential violation of Law of Demeter (method chain calls)
6822 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 119 Potential violation of Law of Demeter (method chain calls)
6823 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/PredicatedSortedSet.java 125 Potential violation of Law of Demeter (method chain calls)
6824 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 1 Comment is too large: Too many lines
6825 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 24 Comment is too large: Too many lines
6826 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 36 This class has too many methods, consider refactoring it.
6827 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 41 Comment is too large: Too many lines
6828 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 59 Comment is too large: Too many lines
6829 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 65 Comment is too large: Line too long
6830 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 82 Potential violation of Law of Demeter (method chain calls)
6831 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 88 Comment is too large: Too many lines
6832 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 115 Avoid variables with short names like e
6833 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 116 Potential violation of Law of Demeter (method chain calls)
6834 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 120 Avoid variables with short names like e
6835 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 121 Potential violation of Law of Demeter (method chain calls)
6836 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 125 Avoid variables with short names like e
6837 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 126 Potential violation of Law of Demeter (method chain calls)
6838 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 130 Avoid variables with short names like e
6839 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 131 Potential violation of Law of Demeter (method chain calls)
6840 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 136 Potential violation of Law of Demeter (method chain calls)
6841 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 141 Potential violation of Law of Demeter (method chain calls)
6842 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 146 Potential violation of Law of Demeter (method chain calls)
6843 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 151 Potential violation of Law of Demeter (method chain calls)
6844 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 157 Potential violation of Law of Demeter (method chain calls)
6845 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 163 Potential violation of Law of Demeter (method chain calls)
6846 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedNavigableSet.java 169 Potential violation of Law of Demeter (method chain calls)
6847 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSet.java 1 Comment is too large: Too many lines
6848 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSet.java 24 Comment is too large: Too many lines
6849 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSet.java 44 Comment is too large: Too many lines
6850 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSet.java 63 Comment is too large: Too many lines
6851 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSet.java 85 Potential violation of Law of Demeter (method chain calls)
6852 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSet.java 91 Comment is too large: Too many lines
6853 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSet.java 107 Potential violation of Law of Demeter (method chain calls)
6854 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSet.java 112 Potential violation of Law of Demeter (method chain calls)
6855 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 1 Comment is too large: Too many lines
6856 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 24 Comment is too large: Too many lines
6857 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 44 Comment is too large: Too many lines
6858 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 63 Comment is too large: Too many lines
6859 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 87 Potential violation of Law of Demeter (method chain calls)
6860 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 93 Comment is too large: Too many lines
6861 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 118 Potential violation of Law of Demeter (method chain calls)
6862 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 123 Potential violation of Law of Demeter (method chain calls)
6863 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 128 Potential violation of Law of Demeter (method chain calls)
6864 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 133 Potential violation of Law of Demeter (method chain calls)
6865 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 139 Potential violation of Law of Demeter (method chain calls)
6866 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/TransformedSortedSet.java 145 Potential violation of Law of Demeter (method chain calls)
6867 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 1 Comment is too large: Too many lines
6868 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 31 Comment is too large: Too many lines
6869 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 42 This class has too many methods, consider refactoring it.
6870 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 57 A method should have only one exit point, and that should be the last statement in the method
6871 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 74 Potential violation of Law of Demeter (method chain calls)
6872 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 134 Potential violation of Law of Demeter (method chain calls)
6873 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 140 Potential violation of Law of Demeter (method chain calls)
6874 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 146 Potential violation of Law of Demeter (method chain calls)
6875 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 153 Potential violation of Law of Demeter (method chain calls)
6876 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 158 Potential violation of Law of Demeter (method chain calls)
6877 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 164 Potential violation of Law of Demeter (method chain calls)
6878 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 170 Potential violation of Law of Demeter (method chain calls)
6879 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 176 Potential violation of Law of Demeter (method chain calls)
6880 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 196 Comment is too large: Line too long
6881 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java 199 Avoid variables with short names like in
6882 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSet.java 1 Comment is too large: Too many lines
6883 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSet.java 27 Comment is too large: Too many lines
6884 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSet.java 46 Comment is too large: Too many lines
6885 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSet.java 59 A method should have only one exit point, and that should be the last statement in the method
6886 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSet.java 77 Potential violation of Law of Demeter (method chain calls)
6887 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 1 Comment is too large: Too many lines
6888 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 30 Comment is too large: Too many lines
6889 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 44 This class has too many methods, consider refactoring it.
6890 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 49 Comment is too large: Too many lines
6891 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 60 A method should have only one exit point, and that should be the last statement in the method
6892 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 77 Potential violation of Law of Demeter (method chain calls)
6893 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 120 Potential violation of Law of Demeter (method chain calls)
6894 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 126 Potential violation of Law of Demeter (method chain calls)
6895 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 132 Potential violation of Law of Demeter (method chain calls)
6896 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 152 Comment is too large: Line too long
6897 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java 155 Avoid variables with short names like in
6898 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/package-info.java 1 Comment is too large: Too many lines
6899 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/package-info.java 17 Comment is too large: Too many lines
6900 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/set/package-info.java 33 Comment is too large: Line too long
6901 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 1 Comment is too large: Too many lines
6902 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 36 This class has too many methods, consider refactoring it.
6903 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 39 To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
6904 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 53 Document empty constructor
6905 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 67 Potential violation of Law of Demeter (method chain calls)
6906 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 72 Potential violation of Law of Demeter (method chain calls)
6907 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 77 Potential violation of Law of Demeter (method chain calls)
6908 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 82 Potential violation of Law of Demeter (method chain calls)
6909 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 87 Potential violation of Law of Demeter (method chain calls)
6910 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 92 Potential violation of Law of Demeter (method chain calls)
6911 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 97 Potential violation of Law of Demeter (method chain calls)
6912 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 102 Potential violation of Law of Demeter (method chain calls)
6913 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 107 Potential violation of Law of Demeter (method chain calls)
6914 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 122 A method should have only one exit point, and that should be the last statement in the method
6915 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 124 Potential violation of Law of Demeter (method chain calls)
6916 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 129 Potential violation of Law of Demeter (method chain calls)
6917 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.java 134 Potential violation of Law of Demeter (method chain calls)
6918 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 1 Comment is too large: Too many lines
6919 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 30 Comment is too large: Too many lines
6920 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 49 Comment is too large: Line too long
6921 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 50 Comment is too large: Line too long
6922 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 55 Comment is too large: Line too long
6923 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 66 Comment is too large: Line too long
6924 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
6925 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
6926 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 80 Comment is too large: Too many lines
6927 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 91 Comment is too large: Line too long
6928 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 92 Comment is too large: Line too long
6929 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 102 Comment is too large: Too many lines
6930 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 109 Comment is too large: Line too long
6931 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 110 Comment is too large: Line too long
6932 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 136 Comment is too large: Line too long
6933 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 140 Avoid variables with short names like in
6934 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 180 A method should have only one exit point, and that should be the last statement in the method
6935 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 182 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
6936 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 202 Potential violation of Law of Demeter (method chain calls)
6937 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 207 Potential violation of Law of Demeter (method chain calls)
6938 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java 212 Potential violation of Law of Demeter (method chain calls)
6939 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/package-info.java 1 Comment is too large: Too many lines
6940 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/splitmap/package-info.java 17 Comment is too large: Too many lines
6941 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 1 Comment is too large: Too many lines
6942 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 50 It is a good practice to call super() in a constructor
6943 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 64 StringBuilder has been initialized with size 16, but has at least 17 characters appended.
6944 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 67 Avoid appending characters as strings in StringBuffer.append.
6945 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 74 Comment is too large: Line too long
6946 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 77 To avoid mistakes add a comment at the beginning of the castKey method if you want a default access modifier
6947 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 86 To avoid mistakes add a comment at the beginning of the lengthInBits method if you want a default access modifier
6948 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 88 A method should have only one exit point, and that should be the last statement in the method
6949 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 99 To avoid mistakes add a comment at the beginning of the bitsPerElement method if you want a default access modifier
6950 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 104 Comment is too large: Line too long
6951 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 108 To avoid mistakes add a comment at the beginning of the isBitSet method if you want a default access modifier
6952 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 110 A method should have only one exit point, and that should be the last statement in the method
6953 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 116 Comment is too large: Line too long
6954 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 118 To avoid mistakes add a comment at the beginning of the bitIndex method if you want a default access modifier
6955 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 125 To avoid mistakes add a comment at the beginning of the compareKeys method if you want a default access modifier
6956 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 127 A method should have only one exit point, and that should be the last statement in the method
6957 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 130 A method should have only one exit point, and that should be the last statement in the method
6958 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 139 Avoid variables with short names like a
6959 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 139 Avoid variables with short names like b
6960 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 139 To avoid mistakes add a comment at the beginning of the compare method if you want a default access modifier
6961 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 146 To avoid mistakes add a comment at the beginning of the BasicEntry nested class if you want a default access modifier
6962 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 150 Field comments are required
6963 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 150 Found non-transient, non-static member. Please mark as transient or provide accessors.
6964 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 152 Field comments are required
6965 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 154 To avoid mistakes add a comment at the beginning of the BasicEntry constructor if you want a default access modifier
6966 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 158 To avoid mistakes add a comment at the beginning of the BasicEntry constructor if you want a default access modifier
6967 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 166 Linguistics Antipattern - The setter 'setKeyValue' should not return any type except void linguistically
6968 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 190 Potential violation of Law of Demeter (method chain calls)
6969 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 191 Potential violation of Law of Demeter (method chain calls)
6970 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 195 Avoid variables with short names like o
6971 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 197 A method should have only one exit point, and that should be the last statement in the method
6972 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 200 A method should have only one exit point, and that should be the last statement in the method
6973 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 204 Avoid unnecessary if..then..else statements when returning booleans
6974 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 204 Potential violation of Law of Demeter (object not created locally)
6975 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 205 Potential violation of Law of Demeter (object not created locally)
6976 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractBitwiseTrie.java 206 A method should have only one exit point, and that should be the last statement in the method
6977 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1 Comment is too large: Too many lines
6978 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 17 This class has a bunch of public methods and attributes
6979 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 44 Avoid really long classes.
6980 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 44 Possible God Class (WMC=209, ATFD=230, TCC=13.265%)
6981 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 44 The class 'AbstractPatriciaTrie' has a total cyclomatic complexity of 209 (highest 17).
6982 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 44 This class has too many methods, consider refactoring it.
6983 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 56 Field keySet has the same name as a method
6984 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 56 Use of modifier volatile is not recommended.
6985 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 57 Field comments are required
6986 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 57 Field values has the same name as a method
6987 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 57 Use of modifier volatile is not recommended.
6988 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 58 Field comments are required
6989 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 58 Field entrySet has the same name as a method
6990 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 58 Use of modifier volatile is not recommended.
6991 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 61 Field size has the same name as a method
6992 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 64 Comment is too large: Line too long
6993 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 65 Comment is too large: Line too long
6994 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 69 Protected method constructor comments are required
6995 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 75 Comment is too large: Line too long
6996 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 86 Assigning an Object to null is a code smell. Consider refactoring.
6997 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 88 Assigning an Object to null is a code smell. Consider refactoring.
6998 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 90 Assigning an Object to null is a code smell. Consider refactoring.
6999 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 92 Assigning an Object to null is a code smell. Consider refactoring.
7000 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 105 Comment is too large: Line too long
7001 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 107 To avoid mistakes add a comment at the beginning of the incrementSize method if you want a default access modifier
7002 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 113 Comment is too large: Line too long
7003 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 115 To avoid mistakes add a comment at the beginning of the decrementSize method if you want a default access modifier
7004 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 128 The method 'put(K, V)' has a cognitive complexity of 20, current threshold is 15
7005 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 128 The method 'put(K, V)' has a cyclomatic complexity of 12.
7006 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 141 A method should have only one exit point, and that should be the last statement in the method
7007 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 151 A method should have only one exit point, and that should be the last statement in the method
7008 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 158 Avoid variables with short names like t
7009 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 161 A method should have only one exit point, and that should be the last statement in the method
7010 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 173 A method should have only one exit point, and that should be the last statement in the method
7011 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 186 Comment is too large: Line too long
7012 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 188 The method 'addEntry(TrieEntry, int)' has a cognitive complexity of 22, current threshold is 15
7013 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 188 The method 'addEntry(TrieEntry, int)' has a cyclomatic complexity of 10.
7014 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 188 To avoid mistakes add a comment at the beginning of the addEntry method if you want a default access modifier
7015 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 196 Avoid if (x != y) ..; else ..;
7016 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 225 Avoid if (x != y) ..; else ..;
7017 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 234 Avoid variables with short names like k
7018 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 236 Potential violation of Law of Demeter (object not created locally)
7019 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 246 Avoid variables with short names like k
7020 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 246 To avoid mistakes add a comment at the beginning of the getEntry method if you want a default access modifier
7021 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 249 A method should have only one exit point, and that should be the last statement in the method
7022 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 254 Potential violation of Law of Demeter (object not created locally)
7023 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 257 Comment is too large: Too many lines
7024 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 268 Comment is too large: Line too long
7025 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 273 Comment is too large: Line too long
7026 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 280 A method should have only one exit point, and that should be the last statement in the method
7027 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 285 Comment is too large: Too many lines
7028 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 297 Comment is too large: Line too long
7029 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 307 A method should have only one exit point, and that should be the last statement in the method
7030 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 309 Potential violation of Law of Demeter (object not created locally)
7031 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 312 Comment is too large: Too many lines
7032 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 324 Comment is too large: Line too long
7033 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 335 A method should have only one exit point, and that should be the last statement in the method
7034 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 337 Potential violation of Law of Demeter (object not created locally)
7035 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 340 Avoid variables with short names like h
7036 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 350 A method should have only one exit point, and that should be the last statement in the method
7037 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 352 A method should have only one exit point, and that should be the last statement in the method
7038 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 355 Avoid if (x != y) ..; else ..;
7039 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 357 A method should have only one exit point, and that should be the last statement in the method
7040 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 361 A method should have only one exit point, and that should be the last statement in the method
7041 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 368 Avoid variables with short names like k
7042 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 370 A method should have only one exit point, and that should be the last statement in the method
7043 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 376 Potential violation of Law of Demeter (object not created locally)
7044 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 409 Avoid variables with short names like k
7045 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 411 A method should have only one exit point, and that should be the last statement in the method
7046 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 421 A method should have only one exit point, and that should be the last statement in the method
7047 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 428 Avoid if (x != y) ..; else ..;
7048 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 436 Comment is too large: Too many lines
7049 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 445 To avoid mistakes add a comment at the beginning of the getNearestEntryForKey method if you want a default access modifier
7050 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 454 Avoid if (x != y) ..; else ..;
7051 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 469 Avoid variables with short names like h
7052 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 469 To avoid mistakes add a comment at the beginning of the removeEntry method if you want a default access modifier
7053 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 483 Comment is too large: Line too long
7054 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 488 Avoid variables with short names like h
7055 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 515 Comment is too large: Line too long
7056 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 521 Avoid variables with short names like h
7057 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 521 The method 'removeInternalEntry(TrieEntry)' has a cyclomatic complexity of 15.
7058 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 521 The method 'removeInternalEntry(TrieEntry)' has an NPath complexity of 3072, current threshold is 200
7059 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 529 Avoid variables with short names like p
7060 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 601 To avoid mistakes add a comment at the beginning of the nextEntry method if you want a default access modifier
7061 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 603 A method should have only one exit point, and that should be the last statement in the method
7062 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 608 Comment is too large: Too many lines
7063 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 610 Comment is too large: Line too long
7064 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 611 Comment is too large: Line too long
7065 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 641 The method 'nextEntryImpl(TrieEntry, TrieEntry, TrieEntry)' has a cognitive complexity of 25, current threshold is 15
7066 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 641 The method 'nextEntryImpl(TrieEntry, TrieEntry, TrieEntry)' has a cyclomatic complexity of 17.
7067 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 641 The method 'nextEntryImpl(TrieEntry, TrieEntry, TrieEntry)' has an NPath complexity of 6048, current threshold is 200
7068 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 641 To avoid mistakes add a comment at the beginning of the nextEntryImpl method if you want a default access modifier
7069 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 650 Potential violation of Law of Demeter (static property access)
7070 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 658 A method should have only one exit point, and that should be the last statement in the method
7071 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 666 Potential violation of Law of Demeter (object not created locally)
7072 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 667 A method should have only one exit point, and that should be the last statement in the method
7073 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 680 A method should have only one exit point, and that should be the last statement in the method
7074 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 687 A method should have only one exit point, and that should be the last statement in the method
7075 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 691 A method should have only one exit point, and that should be the last statement in the method
7076 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 699 A method should have only one exit point, and that should be the last statement in the method
7077 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 707 A method should have only one exit point, and that should be the last statement in the method
7078 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 712 A method should have only one exit point, and that should be the last statement in the method
7079 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 718 A method should have only one exit point, and that should be the last statement in the method
7080 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 723 A method should have only one exit point, and that should be the last statement in the method
7081 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 731 Comment is too large: Line too long
7082 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 736 To avoid mistakes add a comment at the beginning of the firstEntry method if you want a default access modifier
7083 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 739 A method should have only one exit point, and that should be the last statement in the method
7084 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 748 To avoid mistakes add a comment at the beginning of the followLeft method if you want a default access modifier
7085 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 752 Potential violation of Law of Demeter (object not created locally)
7086 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 760 Avoid reassigning parameters such as 'node'
7087 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 775 Potential violation of Law of Demeter (method chain calls)
7088 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 793 A method should have only one exit point, and that should be the last statement in the method
7089 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 793 Potential violation of Law of Demeter (object not created locally)
7090 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 804 A method should have only one exit point, and that should be the last statement in the method
7091 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 804 Potential violation of Law of Demeter (object not created locally)
7092 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 819 Comment is too large: Too many lines
7093 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 820 Comment is too large: Line too long
7094 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 827 Comment is too large: Line too long
7095 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 837 Comment is too large: Line too long
7096 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 849 A method should have only one exit point, and that should be the last statement in the method
7097 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 874 The method 'higherEntry(K)' has a cyclomatic complexity of 11.
7098 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 874 To avoid mistakes add a comment at the beginning of the higherEntry method if you want a default access modifier
7099 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 883 Avoid using Literals in Conditional Statements
7100 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 884 A method should have only one exit point, and that should be the last statement in the method
7101 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 887 A method should have only one exit point, and that should be the last statement in the method
7102 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 890 A method should have only one exit point, and that should be the last statement in the method
7103 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 895 A method should have only one exit point, and that should be the last statement in the method
7104 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 906 A method should have only one exit point, and that should be the last statement in the method
7105 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 910 A method should have only one exit point, and that should be the last statement in the method
7106 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 912 Avoid using Literals in Conditional Statements
7107 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 913 A method should have only one exit point, and that should be the last statement in the method
7108 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 915 A method should have only one exit point, and that should be the last statement in the method
7109 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 922 The String literal "invalid lookup: " appears 4 times in this file; the first occurrence is on line 922
7110 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 929 To avoid mistakes add a comment at the beginning of the ceilingEntry method if you want a default access modifier
7111 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 952 A method should have only one exit point, and that should be the last statement in the method
7112 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 954 A method should have only one exit point, and that should be the last statement in the method
7113 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 959 A method should have only one exit point, and that should be the last statement in the method
7114 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 970 A method should have only one exit point, and that should be the last statement in the method
7115 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 974 A method should have only one exit point, and that should be the last statement in the method
7116 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 976 A method should have only one exit point, and that should be the last statement in the method
7117 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 990 To avoid mistakes add a comment at the beginning of the lowerEntry method if you want a default access modifier
7118 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1011 A method should have only one exit point, and that should be the last statement in the method
7119 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1016 A method should have only one exit point, and that should be the last statement in the method
7120 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1027 A method should have only one exit point, and that should be the last statement in the method
7121 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1030 A method should have only one exit point, and that should be the last statement in the method
7122 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1044 To avoid mistakes add a comment at the beginning of the floorEntry method if you want a default access modifier
7123 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1052 A method should have only one exit point, and that should be the last statement in the method
7124 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1054 A method should have only one exit point, and that should be the last statement in the method
7125 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1059 A method should have only one exit point, and that should be the last statement in the method
7126 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1070 A method should have only one exit point, and that should be the last statement in the method
7127 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1074 A method should have only one exit point, and that should be the last statement in the method
7128 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1076 A method should have only one exit point, and that should be the last statement in the method
7129 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1092 The method 'subtree(K, int, int)' has a cyclomatic complexity of 12.
7130 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1092 The method 'subtree(K, int, int)' has an NPath complexity of 504, current threshold is 200
7131 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1092 To avoid mistakes add a comment at the beginning of the subtree method if you want a default access modifier
7132 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1101 Avoid if (x != y) ..; else ..;
7133 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1109 Potential violation of Law of Demeter (object not created locally)
7134 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1112 Potential violation of Law of Demeter (object not created locally)
7135 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1113 A method should have only one exit point, and that should be the last statement in the method
7136 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1122 Potential violation of Law of Demeter (object not created locally)
7137 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1123 A method should have only one exit point, and that should be the last statement in the method
7138 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1130 A method should have only one exit point, and that should be the last statement in the method
7139 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1134 Potential violation of Law of Demeter (method chain calls)
7140 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1135 Potential violation of Law of Demeter (object not created locally)
7141 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1138 A method should have only one exit point, and that should be the last statement in the method
7142 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1145 Comment is too large: Line too long
7143 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1150 To avoid mistakes add a comment at the beginning of the lastEntry method if you want a default access modifier
7144 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1157 To avoid mistakes add a comment at the beginning of the followRight method if you want a default access modifier
7145 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1160 A method should have only one exit point, and that should be the last statement in the method
7146 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1165 Avoid reassigning parameters such as 'node'
7147 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1171 Comment is too large: Too many lines
7148 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1190 The method 'previousEntry(TrieEntry)' has a cyclomatic complexity of 11.
7149 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1190 To avoid mistakes add a comment at the beginning of the previousEntry method if you want a default access modifier
7150 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1197 A method should have only one exit point, and that should be the last statement in the method
7151 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1199 A method should have only one exit point, and that should be the last statement in the method
7152 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1207 A method should have only one exit point, and that should be the last statement in the method
7153 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1213 A method should have only one exit point, and that should be the last statement in the method
7154 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1215 A method should have only one exit point, and that should be the last statement in the method
7155 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1218 A method should have only one exit point, and that should be the last statement in the method
7156 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1230 To avoid mistakes add a comment at the beginning of the nextEntryInSubtree method if you want a default access modifier
7157 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1233 A method should have only one exit point, and that should be the last statement in the method
7158 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1241 To avoid mistakes add a comment at the beginning of the isValidUplink method if you want a default access modifier
7159 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1254 Field comments are required
7160 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1254 Found non-transient, non-static member. Please mark as transient or provide accessors.
7161 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1256 Public method and constructor comments are required
7162 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1260 Public method and constructor comments are required
7163 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1266 Comment is too large: Line too long
7164 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1273 Found non-transient, non-static member. Please mark as transient or provide accessors.
7165 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1276 Found non-transient, non-static member. Please mark as transient or provide accessors.
7166 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1279 Found non-transient, non-static member. Please mark as transient or provide accessors.
7167 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1282 Found non-transient, non-static member. Please mark as transient or provide accessors.
7168 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1285 Found non-transient, non-static member. Please mark as transient or provide accessors.
7169 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1287 Public method and constructor comments are required
7170 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1292 Assigning an Object to null is a code smell. Consider refactoring.
7171 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1294 Assigning an Object to null is a code smell. Consider refactoring.
7172 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1322 The method 'toString()' has a cognitive complexity of 22, current threshold is 15
7173 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1322 The method 'toString()' has a cyclomatic complexity of 10.
7174 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1323 StringBuilder has been initialized with size 16, but has at least 43 characters appended.
7175 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1331 StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String.
7176 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1331 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
7177 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1337 StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String.
7178 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1337 The String literal "ROOT" appears 4 times in this file; the first occurrence is on line 1,337
7179 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1339 Avoid appending characters as strings in StringBuffer.append.
7180 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1342 StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String.
7181 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1348 StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String.
7182 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1350 Avoid appending characters as strings in StringBuffer.append.
7183 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1353 StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String.
7184 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1359 StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String.
7185 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1361 Avoid appending characters as strings in StringBuffer.append.
7186 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1364 StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String.
7187 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1370 StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String.
7188 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1373 Avoid appending characters as strings in StringBuffer.append.
7189 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1377 Avoid appending characters as strings in StringBuffer.append.
7190 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1384 Comment is too large: Line too long
7191 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1386 Each class should declare at least one constructor
7192 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1394 Avoid variables with short names like o
7193 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1396 A method should have only one exit point, and that should be the last statement in the method
7194 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1400 Potential violation of Law of Demeter (object not created locally)
7195 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1406 A method should have only one exit point, and that should be the last statement in the method
7196 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1409 A method should have only one exit point, and that should be the last statement in the method
7197 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1412 Potential violation of Law of Demeter (method chain calls)
7198 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1412 Potential violation of Law of Demeter (method chain calls)
7199 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1412 Potential violation of Law of Demeter (object not created locally)
7200 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1418 Potential violation of Law of Demeter (method chain calls)
7201 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1418 Potential violation of Law of Demeter (method chain calls)
7202 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1423 Potential violation of Law of Demeter (method chain calls)
7203 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1423 Potential violation of Law of Demeter (method chain calls)
7204 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1429 Each class should declare at least one constructor
7205 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1438 Comment is too large: Line too long
7206 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1440 Each class should declare at least one constructor
7207 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1449 Potential violation of Law of Demeter (method chain calls)
7208 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1449 Potential violation of Law of Demeter (method chain calls)
7209 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1453 Avoid variables with short names like o
7210 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1458 Avoid variables with short names like o
7211 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1460 Potential violation of Law of Demeter (method chain calls)
7212 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1460 Potential violation of Law of Demeter (method chain calls)
7213 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1466 Potential violation of Law of Demeter (method chain calls)
7214 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1466 Potential violation of Law of Demeter (method chain calls)
7215 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1472 Each class should declare at least one constructor
7216 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1475 Potential violation of Law of Demeter (method chain calls)
7217 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1481 Comment is too large: Line too long
7218 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1483 Each class should declare at least one constructor
7219 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1492 Potential violation of Law of Demeter (method chain calls)
7220 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1492 Potential violation of Law of Demeter (method chain calls)
7221 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1496 Avoid variables with short names like o
7222 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1502 Potential violation of Law of Demeter (method chain calls)
7223 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1502 Potential violation of Law of Demeter (method chain calls)
7224 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1506 Avoid variables with short names like o
7225 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1511 A method should have only one exit point, and that should be the last statement in the method
7226 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1520 Each class should declare at least one constructor
7227 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1523 Potential violation of Law of Demeter (method chain calls)
7228 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1531 To avoid mistakes add a comment at the beginning of the TrieIterator nested class if you want a default access modifier
7229 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1534 Found non-transient, non-static member. Please mark as transient or provide accessors.
7230 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1536 Field comments are required
7231 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1536 Found non-transient, non-static member. Please mark as transient or provide accessors.
7232 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1537 Field comments are required
7233 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1537 Found non-transient, non-static member. Please mark as transient or provide accessors.
7234 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1561 Avoid variables with short names like e
7235 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1575 Potential violation of Law of Demeter (method chain calls)
7236 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1575 Potential violation of Law of Demeter (method chain calls)
7237 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1594 Assigning an Object to null is a code smell. Consider refactoring.
7238 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1595 Potential violation of Law of Demeter (method chain calls)
7239 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1595 Potential violation of Law of Demeter (method chain calls)
7240 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1602 Comment is too large: Line too long
7241 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1604 Each class should declare at least one constructor
7242 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1606 Field comments are required
7243 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1606 Field previous has the same name as a method
7244 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1606 Found non-transient, non-static member. Please mark as transient or provide accessors.
7245 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1610 Potential violation of Law of Demeter (method chain calls)
7246 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1644 Potential violation of Law of Demeter (method chain calls)
7247 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1654 Protected method constructor comments are required
7248 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1659 Avoid variables with short names like e
7249 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1664 Potential violation of Law of Demeter (method chain calls)
7250 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1664 Potential violation of Law of Demeter (method chain calls)
7251 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1675 Each class should declare at least one constructor
7252 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1676 This class has too many methods, consider refactoring it.
7253 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1679 Field entrySet has the same name as a method
7254 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1679 Use of modifier volatile is not recommended.
7255 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1708 Potential violation of Law of Demeter (method chain calls)
7256 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1708 Potential violation of Law of Demeter (method chain calls)
7257 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1714 A method should have only one exit point, and that should be the last statement in the method
7258 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1717 Potential violation of Law of Demeter (method chain calls)
7259 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1717 Potential violation of Law of Demeter (method chain calls)
7260 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1723 A method should have only one exit point, and that should be the last statement in the method
7261 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1726 Potential violation of Law of Demeter (method chain calls)
7262 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1726 Potential violation of Law of Demeter (method chain calls)
7263 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1732 A method should have only one exit point, and that should be the last statement in the method
7264 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1735 Potential violation of Law of Demeter (method chain calls)
7265 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1735 Potential violation of Law of Demeter (method chain calls)
7266 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1743 Potential violation of Law of Demeter (method chain calls)
7267 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1743 Potential violation of Law of Demeter (method chain calls)
7268 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1810 Potential violation of Law of Demeter (method chain calls)
7269 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1812 A method should have only one exit point, and that should be the last statement in the method
7270 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1824 Potential violation of Law of Demeter (method chain calls)
7271 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1826 A method should have only one exit point, and that should be the last statement in the method
7272 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1866 It is a good practice to call super() in a constructor
7273 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1885 Avoid variables with short names like e
7274 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1885 The initializer for variable 'e' is never used (overwritten on lines 1887, 1890 and 1892)
7275 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1896 Potential violation of Law of Demeter (object not created locally)
7276 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1905 Avoid variables with short names like e
7277 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1916 Potential violation of Law of Demeter (object not created locally)
7278 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1960 Field comments are required
7279 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1960 Found non-transient, non-static member. Please mark as transient or provide accessors.
7280 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1962 Field comments are required
7281 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1962 Field size has the same name as a method
7282 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1964 Field comments are required
7283 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1969 It is a good practice to call super() in a constructor
7284 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1969 To avoid mistakes add a comment at the beginning of the RangeEntrySet constructor if you want a default access modifier
7285 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 1978 The initializer for variable 'first' is never used (overwritten on lines 1980 and 1982)
7286 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2009 Potential violation of Law of Demeter (method chain calls)
7287 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2014 Avoid variables with short names like o
7288 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2016 A method should have only one exit point, and that should be the last statement in the method
7289 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2020 Potential violation of Law of Demeter (object not created locally)
7290 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2022 A method should have only one exit point, and that should be the last statement in the method
7291 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2026 Potential violation of Law of Demeter (object not created locally)
7292 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2026 Potential violation of Law of Demeter (object not created locally)
7293 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2031 Avoid variables with short names like o
7294 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2033 A method should have only one exit point, and that should be the last statement in the method
7295 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2037 Potential violation of Law of Demeter (object not created locally)
7296 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2039 A method should have only one exit point, and that should be the last statement in the method
7297 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2043 Potential violation of Law of Demeter (object not created locally)
7298 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2043 Potential violation of Law of Demeter (object not created locally)
7299 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2045 A method should have only one exit point, and that should be the last statement in the method
7300 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2055 Field comments are required
7301 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2055 Found non-transient, non-static member. Please mark as transient or provide accessors.
7302 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2081 Comment is too large: Line too long
7303 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2085 Field comments are required
7304 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2085 Found non-transient, non-static member. Please mark as transient or provide accessors.
7305 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2087 Field comments are required
7306 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2087 Found non-transient, non-static member. Please mark as transient or provide accessors.
7307 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2089 Field comments are required
7308 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2089 Found non-transient, non-static member. Please mark as transient or provide accessors.
7309 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2091 Field comments are required
7310 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2091 Found non-transient, non-static member. Please mark as transient or provide accessors.
7311 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2093 Field comments are required
7312 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2093 Found non-transient, non-static member. Please mark as transient or provide accessors.
7313 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2095 Field comments are required
7314 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2097 Field comments are required
7315 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2097 Found non-transient, non-static member. Please mark as transient or provide accessors.
7316 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2102 It is a good practice to call super() in a constructor
7317 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2114 The method 'fixup()' has a cognitive complexity of 20, current threshold is 15
7318 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2114 The method 'fixup()' has a cyclomatic complexity of 11.
7319 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2117 Avoid variables with short names like it
7320 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2126 Potential violation of Law of Demeter (object not created locally)
7321 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2129 Potential violation of Law of Demeter (object not created locally)
7322 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2139 Potential violation of Law of Demeter (object not created locally)
7323 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2143 Potential violation of Law of Demeter (object not created locally)
7324 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2156 Avoid variables with short names like e
7325 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2156 The initializer for variable 'e' is never used (overwritten on lines 2158 and 2160)
7326 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2163 Potential violation of Law of Demeter (object not created locally)
7327 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2164 Potential violation of Law of Demeter (method chain calls)
7328 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2175 Avoid variables with short names like e
7329 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2175 The initializer for variable 'e' is never used (overwritten on lines 2177 and 2179)
7330 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2182 Potential violation of Law of Demeter (object not created locally)
7331 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2183 Potential violation of Law of Demeter (method chain calls)
7332 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2191 Comment is too large: Line too long
7333 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2195 Potential violation of Law of Demeter (method chain calls)
7334 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2207 Comment is too large: Line too long
7335 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2211 Potential violation of Law of Demeter (method chain calls)
7336 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2215 Comment is too large: Line too long
7337 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2219 Potential violation of Law of Demeter (method chain calls)
7338 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2255 Avoid variables with short names like it
7339 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2255 Potential violation of Law of Demeter (method chain calls)
7340 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2255 Potential violation of Law of Demeter (method chain calls)
7341 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2255 Potential violation of Law of Demeter (method chain calls)
7342 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2258 Potential violation of Law of Demeter (method chain calls)
7343 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2266 Comment is too large: Line too long
7344 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2270 Field comments are required
7345 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2270 Found non-transient, non-static member. Please mark as transient or provide accessors.
7346 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2272 Field comments are required
7347 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2272 Found non-transient, non-static member. Please mark as transient or provide accessors.
7348 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2274 Field comments are required
7349 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2274 Found non-transient, non-static member. Please mark as transient or provide accessors.
7350 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2279 To avoid mistakes add a comment at the beginning of the PrefixRangeEntrySet constructor if you want a default access modifier
7351 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2298 A method should have only one exit point, and that should be the last statement in the method
7352 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2298 Potential violation of Law of Demeter (object not created locally)
7353 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2301 A method should have only one exit point, and that should be the last statement in the method
7354 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2311 Field comments are required
7355 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2311 Found non-transient, non-static member. Please mark as transient or provide accessors.
7356 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2313 Field comments are required
7357 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2313 Found non-transient, non-static member. Please mark as transient or provide accessors.
7358 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2315 To avoid mistakes add a comment at the beginning of the SingletonIterator constructor if you want a default access modifier
7359 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2336 Avoid using Literals in Conditional Statements
7360 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2341 Potential violation of Law of Demeter (method chain calls)
7361 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2341 Potential violation of Law of Demeter (method chain calls)
7362 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2351 Field comments are required
7363 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2351 Found non-transient, non-static member. Please mark as transient or provide accessors.
7364 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2352 Field comments are required
7365 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2352 Found non-transient, non-static member. Please mark as transient or provide accessors.
7366 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2353 Field comments are required
7367 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2353 Found non-transient, non-static member. Please mark as transient or provide accessors.
7368 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2354 Field comments are required
7369 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2354 Found non-transient, non-static member. Please mark as transient or provide accessors.
7370 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2356 Field comments are required
7371 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2356 Found non-transient, non-static member. Please mark as transient or provide accessors.
7372 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2362 It is a good practice to call super() in a constructor
7373 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2362 To avoid mistakes add a comment at the beginning of the EntryIterator constructor if you want a default access modifier
7374 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2375 Assigning an Object to null is a code smell. Consider refactoring.
7375 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2382 Potential violation of Law of Demeter (method chain calls)
7376 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2382 Potential violation of Law of Demeter (method chain calls)
7377 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2423 Avoid variables with short names like k
7378 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java 2424 Avoid variables with short names like v
7379 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 1 Comment is too large: Too many lines
7380 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 22 Comment is too large: Too many lines
7381 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 23 Comment is too large: Line too long
7382 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 24 Comment is too large: Line too long
7383 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 36 Each class should declare at least one constructor
7384 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 48 Comment is too large: Line too long
7385 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 53 Avoid excessively long variable names like OUT_OF_BOUNDS_BIT_KEY
7386 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 53 Field comments are required
7387 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 58 To avoid mistakes add a comment at the beginning of the isOutOfBoundsIndex method if you want a default access modifier
7388 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 65 To avoid mistakes add a comment at the beginning of the isEqualBitKey method if you want a default access modifier
7389 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 72 To avoid mistakes add a comment at the beginning of the isNullBitKey method if you want a default access modifier
7390 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 80 To avoid mistakes add a comment at the beginning of the isValidBitIndex method if you want a default access modifier
7391 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 100 Comment is too large: Too many lines
7392 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 111 Comment is too large: Too many lines
7393 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 112 Comment is too large: Line too long
7394 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 113 Comment is too large: Line too long
7395 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 127 Comment is too large: Too many lines
7396 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 128 Comment is too large: Line too long
7397 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 140 Avoid variables with short names like o1
7398 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 140 Avoid variables with short names like o2
7399 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 142 A method should have only one exit point, and that should be the last statement in the method
7400 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/KeyAnalyzer.java 145 A method should have only one exit point, and that should be the last statement in the method
7401 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 1 Comment is too large: Too many lines
7402 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 23 Comment is too large: Too many lines
7403 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 53 Comment is too large: Line too long
7404 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 54 Comment is too large: Line too long
7405 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 61 Comment is too large: Line too long
7406 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 62 Comment is too large: Line too long
7407 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 69 Public method and constructor comments are required
7408 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 73 Avoid variables with short names like m
7409 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java 73 Public method and constructor comments are required
7410 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java 1 Comment is too large: Too many lines
7411 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java 40 This class has too many methods, consider refactoring it.
7412 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java 45 Field comments are required
7413 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
7414 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java 47 Comment is too large: Too many lines
7415 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java 60 A method should have only one exit point, and that should be the last statement in the method
7416 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java 124 Avoid variables with short names like m
7417 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/UnmodifiableTrie.java 175 Avoid variables with short names like it
7418 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 1 Comment is too large: Too many lines
7419 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 26 Each class should declare at least one constructor
7420 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 55 The method 'bitIndex(String, int, int, String, int, int)' has a cognitive complexity of 15, current threshold is 15
7421 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 55 The method 'bitIndex(String, int, int, String, int, int)' has a cyclomatic complexity of 13.
7422 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 55 The method 'bitIndex(String, int, int, String, int, int)' has an NPath complexity of 250, current threshold is 200
7423 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 58 Avoid declaring a variable if it is unreferenced before a possible exit point.
7424 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 76 Avoid variables with short names like f
7425 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 76 Avoid variables with short names like k
7426 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 76 The initializer for variable 'f' is never used (overwritten on lines 88 and 90)
7427 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 76 The initializer for variable 'k' is never used (overwritten on lines 82 and 84)
7428 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 76 Use one line for each declaration, it enhances code readability.
7429 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 94 Avoid variables with short names like x
7430 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 95 A method should have only one exit point, and that should be the last statement in the method
7431 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 105 A method should have only one exit point, and that should be the last statement in the method
7432 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 115 A method should have only one exit point, and that should be the last statement in the method
7433 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.java 132 Avoid variables with short names like s1
7434 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/package-info.java 1 Comment is too large: Too many lines
7435 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/analyzer/package-info.java 18 Comment is too large: Line too long
7436 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/package-info.java 1 Comment is too large: Too many lines
7437 /Users/tmorin/Downloads/commons-collections-master/src/main/java/org/apache/commons/collections4/trie/package-info.java 17 Comment is too large: Too many lines
7438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 1 Comment is too large: Too many lines
7439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 29 Public method and constructor comments are required
7440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 39 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 39 Public method and constructor comments are required
7442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 39 Unit tests should not contain more than 1 assert(s).
7443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 41 Potential violation of Law of Demeter (object not created locally)
7444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 42 Potential violation of Law of Demeter (object not created locally)
7445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 47 Avoid empty catch blocks
7446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 52 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 53 Public method and constructor comments are required
7448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 53 Unit tests should not contain more than 1 assert(s).
7449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 55 Potential violation of Law of Demeter (object not created locally)
7450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 56 Potential violation of Law of Demeter (object not created locally)
7451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 57 Potential violation of Law of Demeter (object not created locally)
7452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractArrayListTest.java 58 Potential violation of Law of Demeter (object not created locally)
7453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 1 Comment is too large: Too many lines
7454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 27 Comment is too large: Too many lines
7455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 40 Public method and constructor comments are required
7456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 62 Avoid using implementation types like 'LinkedList'; use the interface instead
7457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 69 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 74 Avoid variables with short names like o
7459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 77 Potential violation of Law of Demeter (method chain calls)
7460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 78 Potential violation of Law of Demeter (method chain calls)
7461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 82 Potential violation of Law of Demeter (method chain calls)
7462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 83 Potential violation of Law of Demeter (method chain calls)
7463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 90 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 95 Avoid variables with short names like o
7465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 98 Potential violation of Law of Demeter (method chain calls)
7466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 99 Potential violation of Law of Demeter (method chain calls)
7467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 103 Potential violation of Law of Demeter (method chain calls)
7468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 104 Potential violation of Law of Demeter (method chain calls)
7469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 111 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 114 Potential violation of Law of Demeter (method chain calls)
7471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 117 Avoid empty catch blocks
7472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 123 Potential violation of Law of Demeter (method chain calls)
7473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 124 Potential violation of Law of Demeter (method chain calls)
7474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 133 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 136 Potential violation of Law of Demeter (method chain calls)
7476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 139 Avoid empty catch blocks
7477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 145 Potential violation of Law of Demeter (method chain calls)
7478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 146 Potential violation of Law of Demeter (method chain calls)
7479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 155 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 162 Potential violation of Law of Demeter (method chain calls)
7481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 165 Avoid empty catch blocks
7482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 171 Potential violation of Law of Demeter (method chain calls)
7483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 172 Potential violation of Law of Demeter (method chain calls)
7484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 181 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 188 Potential violation of Law of Demeter (method chain calls)
7486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 191 Avoid empty catch blocks
7487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 197 Potential violation of Law of Demeter (method chain calls)
7488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractLinkedListTest.java 198 Potential violation of Law of Demeter (method chain calls)
7489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 1 Comment is too large: Too many lines
7490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 31 Comment is too large: Too many lines
7491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 41 This class has too many methods, consider refactoring it.
7492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 44 Avoid excessively long variable names like COLLECTIONS_MAJOR_VERSION
7493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 100 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 100 Public method and constructor comments are required
7495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 105 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 105 Public method and constructor comments are required
7497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 107 Avoid using equals() to compare against null
7498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 107 Potential violation of Law of Demeter (object not created locally)
7499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 110 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 110 Public method and constructor comments are required
7501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 112 Potential violation of Law of Demeter (object not created locally)
7502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 112 Potential violation of Law of Demeter (object not created locally)
7503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 115 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 115 Public method and constructor comments are required
7505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 115 Unit tests should not contain more than 1 assert(s).
7506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 117 Potential violation of Law of Demeter (object not created locally)
7507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 123 Potential violation of Law of Demeter (object not created locally)
7508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 131 A method/constructor should not explicitly throw java.lang.Exception
7509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 131 Protected method constructor comments are required
7510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 137 Avoid variables with short names like in
7511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 144 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 144 Public method and constructor comments are required
7513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 162 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 163 Avoid variables with short names like o
7515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 174 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 190 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 203 Comment is too large: Too many lines
7518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 222 Protected method constructor comments are required
7519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 223 StringBuilder has been initialized with size 16, but has at least 28 characters appended.
7520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 225 Potential violation of Law of Demeter (method chain calls)
7521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 226 Potential violation of Law of Demeter (object not created locally)
7522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 226 Potential violation of Law of Demeter (object not created locally)
7523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 226 String.indexOf(char) is faster than String.indexOf(String).
7524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 227 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
7525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 228 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
7526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 229 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
7527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 234 Protected method constructor comments are required
7528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 235 StringBuilder has been initialized with size 16, but has at least 27 characters appended.
7529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 237 Potential violation of Law of Demeter (method chain calls)
7530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 238 Potential violation of Law of Demeter (object not created locally)
7531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 238 Potential violation of Law of Demeter (object not created locally)
7532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 238 String.indexOf(char) is faster than String.indexOf(String).
7533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 239 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
7534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 240 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
7535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 241 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
7536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 246 Comment is too large: Too many lines
7537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 258 Avoid variables with short names like o
7538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 259 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 272 Avoid variables with short names like o
7540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 278 Comment is too large: Too many lines
7541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 289 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 294 Comment is too large: Too many lines
7543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 303 Avoid variables with short names like b
7544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 308 Protected method constructor comments are required
7545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractObjectTest.java 318 Avoid variables with short names like o
7546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 1 Comment is too large: Too many lines
7547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 29 Public method and constructor comments are required
7548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 44 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 44 Public method and constructor comments are required
7550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 44 Unit tests should not contain more than 1 assert(s).
7551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 46 Potential violation of Law of Demeter (object not created locally)
7552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 47 Potential violation of Law of Demeter (object not created locally)
7553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 50 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 51 Public method and constructor comments are required
7555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 51 Unit tests should not contain more than 1 assert(s).
7556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 53 Potential violation of Law of Demeter (object not created locally)
7557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 54 Potential violation of Law of Demeter (object not created locally)
7558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 56 Potential violation of Law of Demeter (object not created locally)
7559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/AbstractTreeMapTest.java 58 Potential violation of Law of Demeter (object not created locally)
7560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 1 Comment is too large: Too many lines
7561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 30 Public method and constructor comments are required
7562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 34 JUnit 4 indicates test suites via annotations, not the suite method.
7563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 34 Public method and constructor comments are required
7564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 43 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 43 Public method and constructor comments are required
7566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 43 Unit tests should not contain more than 1 assert(s).
7567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 45 Potential violation of Law of Demeter (object not created locally)
7568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 46 Potential violation of Law of Demeter (object not created locally)
7569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 51 Avoid empty catch blocks
7570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 58 Avoid empty catch blocks
7571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 65 Public method and constructor comments are required
7573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 65 Unit tests should not contain more than 1 assert(s).
7574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 68 Potential violation of Law of Demeter (object not created locally)
7575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 68 The String literal "First Item" appears 6 times in this file; the first occurrence is on line 68
7576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 69 Potential violation of Law of Demeter (object not created locally)
7577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 70 Potential violation of Law of Demeter (object not created locally)
7578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 72 Potential violation of Law of Demeter (object not created locally)
7579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 73 Potential violation of Law of Demeter (object not created locally)
7580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 75 Potential violation of Law of Demeter (object not created locally)
7581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 75 The String literal "Second Item" appears 5 times in this file; the first occurrence is on line 75
7582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 76 Potential violation of Law of Demeter (object not created locally)
7583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 78 Potential violation of Law of Demeter (object not created locally)
7584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 79 Potential violation of Law of Demeter (object not created locally)
7585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 82 Potential violation of Law of Demeter (object not created locally)
7586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 84 Potential violation of Law of Demeter (object not created locally)
7587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 85 Potential violation of Law of Demeter (object not created locally)
7588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 88 Potential violation of Law of Demeter (object not created locally)
7589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 89 Potential violation of Law of Demeter (object not created locally)
7590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 93 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
7591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 95 Unit tests should not contain more than 1 assert(s).
7592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 98 Potential violation of Law of Demeter (object not created locally)
7593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 99 Potential violation of Law of Demeter (object not created locally)
7594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 101 Potential violation of Law of Demeter (object not created locally)
7595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 103 Potential violation of Law of Demeter (object not created locally)
7596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 105 Potential violation of Law of Demeter (object not created locally)
7597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 116 Comment is too large: Line too long
7598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ArrayStackTest.java 118 Comment is too large: Line too long
7599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 1 Comment is too large: Too many lines
7600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 40 Each class should declare at least one constructor
7601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 40 JUnit 5 tests should be package-private.
7602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 42 Field comments are required
7603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
7604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 43 Field comments are required
7605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
7606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 48 JUnit 5 tests should be package-private.
7607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 48 Public method and constructor comments are required
7608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 53 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 53 The String literal "Expecting NullPointerException for null bag." appears 8 times in this file; the first occurrence is on line 53
7610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 54 Avoid catching NullPointerException; consider removing the cause of the NPE.
7611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 54 Avoid empty catch blocks
7613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 60 JUnit 5 tests should be package-private.
7614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 60 Public method and constructor comments are required
7615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 60 Unit tests should not contain more than 1 assert(s).
7616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 65 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 66 Avoid catching NullPointerException; consider removing the cause of the NPE.
7618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 66 Avoid empty catch blocks
7620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 74 JUnit 5 tests should be package-private.
7621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 74 Public method and constructor comments are required
7622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 79 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 80 Avoid catching NullPointerException; consider removing the cause of the NPE.
7624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 80 Avoid empty catch blocks
7626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 85 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 86 Avoid catching NullPointerException; consider removing the cause of the NPE.
7628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 86 Avoid empty catch blocks
7630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 92 JUnit 5 tests should be package-private.
7631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 92 Public method and constructor comments are required
7632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 97 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 98 Avoid catching NullPointerException; consider removing the cause of the NPE.
7634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 98 Avoid empty catch blocks
7636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 103 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 104 Avoid catching NullPointerException; consider removing the cause of the NPE.
7638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 104 Avoid empty catch blocks
7640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 110 JUnit 5 tests should be package-private.
7641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 110 Public method and constructor comments are required
7642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 115 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 116 Avoid catching NullPointerException; consider removing the cause of the NPE.
7644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 116 Avoid empty catch blocks
7646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 122 JUnit 5 tests should be package-private.
7647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 122 Public method and constructor comments are required
7648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 122 Unit tests should not contain more than 1 assert(s).
7649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 127 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 128 Avoid catching NullPointerException; consider removing the cause of the NPE.
7651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 128 Avoid empty catch blocks
7653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 136 JUnit 5 tests should be package-private.
7654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 136 Public method and constructor comments are required
7655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 141 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 142 Avoid catching NullPointerException; consider removing the cause of the NPE.
7657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 142 Avoid empty catch blocks
7659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 147 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 148 Avoid catching NullPointerException; consider removing the cause of the NPE.
7661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 148 Avoid empty catch blocks
7663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 154 JUnit 5 tests should be package-private.
7664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 154 Public method and constructor comments are required
7665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 159 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 160 Avoid catching NullPointerException; consider removing the cause of the NPE.
7667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 160 Avoid empty catch blocks
7669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 165 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 166 Avoid catching NullPointerException; consider removing the cause of the NPE.
7671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BagUtilsTest.java 166 Avoid empty catch blocks
7673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 1 Comment is too large: Too many lines
7674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 30 Comment is too large: Too many lines
7675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 137 This class name ends with Test but contains no test cases
7676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 151 Avoid excessively long variable names like TEST_PROPERTIES_PATH
7677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 159 Found non-transient, non-static member. Please mark as transient or provide accessors.
7678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 159 To avoid mistakes add a comment at the beginning of the verboseName field if you want a default access modifier
7679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 178 The return type of the clone() method must be the class name when implements Cloneable
7680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 182 Avoid throwing raw exception types.
7681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 182 New exception is thrown in catch block, original stack trace may be lost
7682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 186 Comment is too large: Too many lines
7683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 220 Return an empty collection rather than null.
7684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 233 Comment is too large: Too many lines
7685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 248 Avoid variables with short names like c
7686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 263 Class comments are required
7687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 266 Found non-transient, non-static member. Please mark as transient or provide accessors.
7688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 269 Found non-transient, non-static member. Please mark as transient or provide accessors.
7689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 272 Found non-transient, non-static member. Please mark as transient or provide accessors.
7690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 278 Found non-transient, non-static member. Please mark as transient or provide accessors.
7691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 285 To avoid mistakes add a comment at the beginning of the BulkTestSuiteMaker constructor if you want a default access modifier
7692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 301 Avoid variables with short names like s
7693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 301 Potential violation of Law of Demeter (object not created locally)
7694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 316 To avoid mistakes add a comment at the beginning of the make method if you want a default access modifier
7695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 317 Avoid variables with short names like c
7696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 318 Potential violation of Law of Demeter (object not created locally)
7697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 337 Avoid variables with short names like m
7698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 337 To avoid mistakes add a comment at the beginning of the addTest method if you want a default access modifier
7699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 339 Potential violation of Law of Demeter (object not created locally)
7700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 347 Comment is too large: Too many lines
7701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 356 Avoid variables with short names like m
7702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 356 To avoid mistakes add a comment at the beginning of the addBulk method if you want a default access modifier
7703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 359 A method should have only one exit point, and that should be the last statement in the method
7704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 369 Avoid printStackTrace(); use a logger call instead.
7705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 369 Potential violation of Law of Demeter (method chain calls)
7706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 370 Avoid throwing raw exception types.
7707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 370 New exception is thrown in catch block, original stack trace may be lost
7708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 372 Avoid printStackTrace(); use a logger call instead.
7709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 373 Avoid throwing raw exception types.
7710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 373 New exception is thrown in catch block, original stack trace may be lost
7711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 386 Potential violation of Law of Demeter (object not created locally)
7712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 399 Avoid variables with short names like c
7713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 401 Avoid variables with short names like p
7714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 401 Potential violation of Law of Demeter (object not created locally)
7715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 412 Avoid variables with short names like c
7716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 416 New exception is thrown in catch block, original stack trace may be lost
7717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 420 Avoid variables with short names like c
7718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 420 Avoid variables with short names like m
7719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 425 Avoid printStackTrace(); use a logger call instead.
7720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 426 Avoid throwing raw exception types.
7721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 426 New exception is thrown in catch block, original stack trace may be lost
7722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 428 Avoid throwing raw exception types.
7723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 428 New exception is thrown in catch block, original stack trace may be lost
7724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 430 Avoid throwing raw exception types.
7725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 430 New exception is thrown in catch block, original stack trace may be lost
7726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 434 Avoid variables with short names like c
7727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 447 Avoid variables with short names like m
7728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 448 Potential violation of Law of Demeter (method chain calls)
7729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 449 A method should have only one exit point, and that should be the last statement in the method
7730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 452 A method should have only one exit point, and that should be the last statement in the method
7731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 454 Potential violation of Law of Demeter (method chain calls)
7732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 455 A method should have only one exit point, and that should be the last statement in the method
7733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 459 A method should have only one exit point, and that should be the last statement in the method
7734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 461 Avoid unnecessary if..then..else statements when returning booleans
7735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 462 A method should have only one exit point, and that should be the last statement in the method
7736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 470 Avoid variables with short names like m
7737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 471 Potential violation of Law of Demeter (method chain calls)
7738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 472 A method should have only one exit point, and that should be the last statement in the method
7739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 475 A method should have only one exit point, and that should be the last statement in the method
7740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 477 Potential violation of Law of Demeter (method chain calls)
7741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 478 A method should have only one exit point, and that should be the last statement in the method
7742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 482 A method should have only one exit point, and that should be the last statement in the method
7743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 484 Avoid unnecessary if..then..else statements when returning booleans
7744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/BulkTest.java 485 A method should have only one exit point, and that should be the last statement in the method
7745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 1 Comment is too large: Too many lines
7746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 42 Each class should declare at least one constructor
7747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 42 JUnit 5 tests should be package-private.
7748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 42 This class has too many methods, consider refactoring it.
7749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 44 Field comments are required
7750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 44 The String literal "Hello" appears 7 times in this file; the first occurrence is on line 44
7751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 44 The constant name 'cString' doesn't match '[A-Z][A-Z_0-9]*'
7752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 46 Class comments are required
7753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 46 To avoid mistakes add a comment at the beginning of the MockClosure nested class if you want a default access modifier
7754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 47 Avoid using redundant field initializer for 'count'
7755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 47 Field comments are required
7756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
7757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 47 To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
7758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 54 Public method and constructor comments are required
7759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 59 Class comments are required
7760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 59 To avoid mistakes add a comment at the beginning of the MockTransformer nested class if you want a default access modifier
7761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 60 Avoid using redundant field initializer for 'count'
7762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 60 Field comments are required
7763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
7764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 60 To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
7765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 73 JUnit 5 tests should be package-private.
7766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 73 Public method and constructor comments are required
7767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 73 Unit tests should not contain more than 1 assert(s).
7768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 74 JUnit assertions should include a message
7769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 75 JUnit assertions should include a message
7770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 77 Potential violation of Law of Demeter (method chain calls)
7771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 80 Potential violation of Law of Demeter (method chain calls)
7772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 85 JUnit assertions should include a message
7773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 92 JUnit 5 tests should be package-private.
7774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 92 Public method and constructor comments are required
7775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 92 Unit tests should not contain more than 1 assert(s).
7776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 94 Potential violation of Law of Demeter (method chain calls)
7777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 95 JUnit assertions should include a message
7778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 96 Potential violation of Law of Demeter (method chain calls)
7779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 97 JUnit assertions should include a message
7780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 104 JUnit 5 tests should be package-private.
7781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 104 Public method and constructor comments are required
7782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 104 Unit tests should not contain more than 1 assert(s).
7783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 106 Potential violation of Law of Demeter (method chain calls)
7784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 107 JUnit assertions should include a message
7785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 110 JUnit assertions should include a message
7786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 117 JUnit 5 tests should be package-private.
7787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 117 Public method and constructor comments are required
7788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 117 Unit tests should not contain more than 1 assert(s).
7789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 119 Potential violation of Law of Demeter (method chain calls)
7790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 120 JUnit assertions should include a message
7791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 121 JUnit assertions should include a message
7792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 122 JUnit assertions should include a message
7793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 123 JUnit assertions should include a message
7794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 124 JUnit assertions should include a message
7795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 125 JUnit assertions should include a message
7796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 132 JUnit 5 tests should be package-private.
7797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 132 Public method and constructor comments are required
7798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 132 Unit tests should not contain more than 1 assert(s).
7799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 134 Potential violation of Law of Demeter (method chain calls)
7800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 135 JUnit assertions should include a message
7801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 138 Potential violation of Law of Demeter (method chain calls)
7802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 139 JUnit assertions should include a message
7803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 143 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 143 JUnit assertions should include a message
7805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 144 Avoid catching NullPointerException; consider removing the cause of the NPE.
7806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 144 Avoid empty catch blocks
7808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 147 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 147 JUnit assertions should include a message
7810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 148 Avoid catching NullPointerException; consider removing the cause of the NPE.
7811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 148 Avoid empty catch blocks
7813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 151 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 151 JUnit assertions should include a message
7815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 152 Avoid catching NullPointerException; consider removing the cause of the NPE.
7816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 152 Avoid empty catch blocks
7818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 159 JUnit 5 tests should be package-private.
7819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 159 Public method and constructor comments are required
7820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 159 Unit tests should not contain more than 1 assert(s).
7821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 161 Potential violation of Law of Demeter (method chain calls)
7822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 162 JUnit assertions should include a message
7823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 165 Potential violation of Law of Demeter (method chain calls)
7824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 166 JUnit assertions should include a message
7825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 170 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 170 JUnit assertions should include a message
7827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 171 Avoid catching NullPointerException; consider removing the cause of the NPE.
7828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 171 Avoid empty catch blocks
7830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 179 JUnit 5 tests should be package-private.
7831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 179 Public method and constructor comments are required
7832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 179 Unit tests should not contain more than 1 assert(s).
7833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 180 Avoid variables with short names like a
7834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 181 Avoid variables with short names like b
7835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 182 Potential violation of Law of Demeter (method chain calls)
7836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 183 JUnit assertions should include a message
7837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 184 JUnit assertions should include a message
7838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 188 Potential violation of Law of Demeter (method chain calls)
7839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 188 Potential violation of Law of Demeter (method chain calls)
7840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 189 JUnit assertions should include a message
7841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 190 JUnit assertions should include a message
7842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 198 Potential violation of Law of Demeter (method chain calls)
7843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 198 Potential violation of Law of Demeter (method chain calls)
7844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 199 JUnit assertions should include a message
7845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 200 JUnit assertions should include a message
7846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 202 JUnit assertions should include a message
7847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 203 JUnit assertions should include a message
7848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 207 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 207 JUnit assertions should include a message
7850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 208 Avoid catching NullPointerException; consider removing the cause of the NPE.
7851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 208 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 208 Avoid empty catch blocks
7853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 211 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 211 JUnit assertions should include a message
7855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 212 Avoid catching NullPointerException; consider removing the cause of the NPE.
7856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 212 Avoid empty catch blocks
7858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 215 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 215 JUnit assertions should include a message
7860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 216 Avoid catching NullPointerException; consider removing the cause of the NPE.
7861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 216 Avoid empty catch blocks
7863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 219 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 219 JUnit assertions should include a message
7865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 220 Avoid catching NullPointerException; consider removing the cause of the NPE.
7866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 220 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 220 Avoid empty catch blocks
7868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 226 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 226 JUnit assertions should include a message
7870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 227 Avoid catching NullPointerException; consider removing the cause of the NPE.
7871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 227 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 227 Avoid empty catch blocks
7873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 234 JUnit 5 tests should be package-private.
7874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 234 Public method and constructor comments are required
7875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 234 Unit tests should not contain more than 1 assert(s).
7876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 235 Avoid variables with short names like a
7877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 236 Avoid variables with short names like b
7878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 237 Potential violation of Law of Demeter (method chain calls)
7879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 238 JUnit assertions should include a message
7880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 241 Potential violation of Law of Demeter (method chain calls)
7881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 242 JUnit assertions should include a message
7882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 246 Potential violation of Law of Demeter (method chain calls)
7883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 247 JUnit assertions should include a message
7884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 248 JUnit assertions should include a message
7885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 252 Potential violation of Law of Demeter (method chain calls)
7886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 253 JUnit assertions should include a message
7887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 254 JUnit assertions should include a message
7888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 262 JUnit 5 tests should be package-private.
7889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 262 Public method and constructor comments are required
7890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 262 The method 'testSwitchClosure()' has a NCSS line count of 65.
7891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 262 Unit tests should not contain more than 1 assert(s).
7892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 263 Avoid variables with short names like a
7893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 264 Avoid variables with short names like b
7894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 266 The String literal "HELLO" appears 10 times in this file; the first occurrence is on line 266
7895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 266 The String literal "THERE" appears 11 times in this file; the first occurrence is on line 266
7896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 267 The String literal "WELL" appears 4 times in this file; the first occurrence is on line 267
7897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 268 JUnit assertions should include a message
7898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 269 JUnit assertions should include a message
7899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 276 JUnit assertions should include a message
7900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 277 JUnit assertions should include a message
7901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 281 Avoid variables with short names like c
7902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 285 JUnit assertions should include a message
7903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 286 JUnit assertions should include a message
7904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 287 JUnit assertions should include a message
7905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 291 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
7906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 294 Potential violation of Law of Demeter (method chain calls)
7907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 294 Potential violation of Law of Demeter (method chain calls)
7908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 295 JUnit assertions should include a message
7909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 296 JUnit assertions should include a message
7910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 303 Potential violation of Law of Demeter (method chain calls)
7911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 304 JUnit assertions should include a message
7912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 305 JUnit assertions should include a message
7913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 314 Potential violation of Law of Demeter (method chain calls)
7914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 315 JUnit assertions should include a message
7915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 316 JUnit assertions should include a message
7916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 317 JUnit assertions should include a message
7917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 319 JUnit assertions should include a message
7918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 320 JUnit assertions should include a message
7919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 323 JUnit assertions should include a message
7920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 327 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 327 JUnit assertions should include a message
7922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 328 Avoid catching NullPointerException; consider removing the cause of the NPE.
7923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 328 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 328 Avoid empty catch blocks
7925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 331 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 331 JUnit assertions should include a message
7927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 332 Avoid catching NullPointerException; consider removing the cause of the NPE.
7928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 332 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 332 Avoid empty catch blocks
7930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 335 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 335 JUnit assertions should include a message
7932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 336 Avoid catching NullPointerException; consider removing the cause of the NPE.
7933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 336 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 336 Avoid empty catch blocks
7935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 339 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 339 JUnit assertions should include a message
7937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 340 Avoid catching NullPointerException; consider removing the cause of the NPE.
7938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 340 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 340 Avoid empty catch blocks
7940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 345 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 345 JUnit assertions should include a message
7942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 346 Avoid empty catch blocks
7943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 353 JUnit 5 tests should be package-private.
7944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 353 Public method and constructor comments are required
7945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 353 Unit tests should not contain more than 1 assert(s).
7946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 354 Avoid variables with short names like a
7947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 355 Avoid variables with short names like b
7948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 356 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
7949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 359 Potential violation of Law of Demeter (method chain calls)
7950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 360 JUnit assertions should include a message
7951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 361 JUnit assertions should include a message
7952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 368 Potential violation of Law of Demeter (method chain calls)
7953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 369 JUnit assertions should include a message
7954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 370 JUnit assertions should include a message
7955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 375 Avoid variables with short names like c
7956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 379 Potential violation of Law of Demeter (method chain calls)
7957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 380 JUnit assertions should include a message
7958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 381 JUnit assertions should include a message
7959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 382 JUnit assertions should include a message
7960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 384 JUnit assertions should include a message
7961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 388 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
7962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 388 JUnit assertions should include a message
7963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 389 Avoid catching NullPointerException; consider removing the cause of the NPE.
7964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 389 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 389 Avoid empty catch blocks
7966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 396 JUnit 5 tests should be package-private.
7967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 396 Public method and constructor comments are required
7968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 396 Unit tests should not contain more than 1 assert(s).
7969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 399 Potential violation of Law of Demeter (object not created locally)
7970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 400 JUnit assertions should include a message
7971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 401 Potential violation of Law of Demeter (object not created locally)
7972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 402 JUnit assertions should include a message
7973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 404 JUnit assertions should include a message
7974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 415 JUnit 5 tests should be package-private.
7975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 415 JUnit tests should include assert() or fail()
7976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ClosureUtilsTest.java 416 Array initialization can be written shorter
7977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1 Comment is too large: Too many lines
7978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 17 A high number of imports can indicate a high degree of coupling within an object.
7979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 17 This class has a bunch of public methods and attributes
7980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 17 Too many static imports may lead to messy code
7981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 65 Avoid really long classes.
7982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 65 Each class should declare at least one constructor
7983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 65 JUnit 5 tests should be package-private.
7984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 65 Possible God Class (WMC=181, ATFD=394, TCC=5.137%)
7985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 65 The class 'CollectionUtilsTest' has a total cyclomatic complexity of 181 (highest 4).
7986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 65 This class has too many methods, consider refactoring it.
7987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 68 Field comments are required
7988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 73 Avoid using redundant field initializer for 'collectionA'
7989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 73 Found non-transient, non-static member. Please mark as transient or provide accessors.
7990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 78 Avoid using redundant field initializer for 'collectionB'
7991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
7992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 84 Avoid using redundant field initializer for 'collectionC'
7993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 84 Found non-transient, non-static member. Please mark as transient or provide accessors.
7994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 89 Avoid using redundant field initializer for 'collectionD'
7995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 89 Found non-transient, non-static member. Please mark as transient or provide accessors.
7996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 94 Avoid using redundant field initializer for 'collectionE'
7997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 94 Found non-transient, non-static member. Please mark as transient or provide accessors.
7998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 99 Avoid using redundant field initializer for 'collectionA2'
7999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 99 Found non-transient, non-static member. Please mark as transient or provide accessors.
8000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 99 Perhaps 'collectionA2' could be replaced by a local variable.
8001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 104 Avoid using redundant field initializer for 'collectionB2'
8002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 104 Found non-transient, non-static member. Please mark as transient or provide accessors.
8003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 104 Perhaps 'collectionB2' could be replaced by a local variable.
8004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 110 Avoid using redundant field initializer for 'collectionC2'
8005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 110 Found non-transient, non-static member. Please mark as transient or provide accessors.
8006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 112 Avoid using redundant field initializer for 'iterableA'
8007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 112 Field comments are required
8008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 112 Found non-transient, non-static member. Please mark as transient or provide accessors.
8009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 114 Avoid using redundant field initializer for 'iterableB'
8010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 114 Field comments are required
8011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 114 Found non-transient, non-static member. Please mark as transient or provide accessors.
8012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 116 Avoid using redundant field initializer for 'iterableC'
8013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 116 Field comments are required
8014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 116 Found non-transient, non-static member. Please mark as transient or provide accessors.
8015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 118 Avoid using redundant field initializer for 'iterableA2'
8016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 118 Field comments are required
8017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 118 Found non-transient, non-static member. Please mark as transient or provide accessors.
8018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 120 Avoid using redundant field initializer for 'iterableB2'
8019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 120 Field comments are required
8020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 120 Found non-transient, non-static member. Please mark as transient or provide accessors.
8021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 122 Field comments are required
8022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 122 Field emptyCollection has the same name as a method
8023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 122 Found non-transient, non-static member. Please mark as transient or provide accessors.
8024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 124 Avoid excessively long variable names like TRANSFORM_TO_INTEGER
8025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 124 Field comments are required
8026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 124 Found non-transient, non-static member. Please mark as transient or provide accessors.
8027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 124 The field name 'TRANSFORM_TO_INTEGER' doesn't match '[a-z][a-zA-Z0-9]*'
8028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 124 To avoid mistakes add a comment at the beginning of the TRANSFORM_TO_INTEGER field if you want a default access modifier
8029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 127 JUnit 5 tests should be package-private.
8030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 127 Public method and constructor comments are required
8031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 129 JUnit assertions should include a message
8032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 133 JUnit 5 tests should be package-private.
8033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 133 Public method and constructor comments are required
8034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 134 Avoid variables with short names like h
8035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 134 Consider replacing this Hashtable with the newer java.util.Map
8036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 138 JUnit assertions should include a message
8037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 142 Comment is too large: Line too long
8038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 148 JUnit 5 tests should be package-private.
8039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 148 Unit tests should not contain more than 1 assert(s).
8040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 153 Avoid variables with short names like c
8041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 155 Potential violation of Law of Demeter (method chain calls)
8042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 155 Potential violation of Law of Demeter (object not created locally)
8043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 159 Potential violation of Law of Demeter (method chain calls)
8044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 160 Potential violation of Law of Demeter (method chain calls)
8045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 160 Potential violation of Law of Demeter (object not created locally)
8046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 161 Potential violation of Law of Demeter (method chain calls)
8047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 161 Potential violation of Law of Demeter (object not created locally)
8048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 162 Potential violation of Law of Demeter (method chain calls)
8049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 162 Potential violation of Law of Demeter (object not created locally)
8050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 165 Potential violation of Law of Demeter (method chain calls)
8051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 165 Potential violation of Law of Demeter (object not created locally)
8052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 168 Potential violation of Law of Demeter (method chain calls)
8053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 168 Potential violation of Law of Demeter (object not created locally)
8054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 170 Potential violation of Law of Demeter (method chain calls)
8055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 171 Potential violation of Law of Demeter (method chain calls)
8056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 171 Potential violation of Law of Demeter (object not created locally)
8057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 172 Potential violation of Law of Demeter (method chain calls)
8058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 172 Potential violation of Law of Demeter (object not created locally)
8059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 175 JUnit assertions should include a message
8060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 176 JUnit assertions should include a message
8061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 178 JUnit assertions should include a message
8062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 179 JUnit assertions should include a message
8063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 185 JUnit 5 tests should be package-private.
8064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 185 Public method and constructor comments are required
8065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 185 Unit tests should not contain more than 1 assert(s).
8066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 190 JUnit assertions should include a message
8067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 191 JUnit assertions should include a message
8068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 192 JUnit assertions should include a message
8069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 193 JUnit assertions should include a message
8070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 194 JUnit assertions should include a message
8071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 195 JUnit assertions should include a message
8072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 196 JUnit assertions should include a message
8073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 200 JUnit assertions should include a message
8074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 201 JUnit assertions should include a message
8075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 206 JUnit 5 tests should be package-private.
8076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 206 Public method and constructor comments are required
8077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 206 Unit tests should not contain more than 1 assert(s).
8078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 207 JUnit assertions should include a message
8079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 208 JUnit assertions should include a message
8080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 209 JUnit assertions should include a message
8081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 210 JUnit assertions should include a message
8082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 211 JUnit assertions should include a message
8083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 213 JUnit assertions should include a message
8084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 214 JUnit assertions should include a message
8085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 215 JUnit assertions should include a message
8086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 216 JUnit assertions should include a message
8087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 217 JUnit assertions should include a message
8088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 222 JUnit assertions should include a message
8089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 223 JUnit assertions should include a message
8090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 230 JUnit assertions should include a message
8091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 231 JUnit assertions should include a message
8092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 232 JUnit assertions should include a message
8093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 233 JUnit assertions should include a message
8094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 234 JUnit assertions should include a message
8095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 241 JUnit assertions should include a message
8096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 242 JUnit assertions should include a message
8097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 243 JUnit assertions should include a message
8098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 244 JUnit assertions should include a message
8099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 245 JUnit assertions should include a message
8100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 250 JUnit 5 tests should be package-private.
8101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 250 Public method and constructor comments are required
8102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 250 Unit tests should not contain more than 1 assert(s).
8103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 252 JUnit assertions should include a message
8104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 255 JUnit assertions should include a message
8105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 255 Potential violation of Law of Demeter (object not created locally)
8106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 258 JUnit assertions should include a message
8107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 261 JUnit assertions should include a message
8108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 261 Potential violation of Law of Demeter (object not created locally)
8109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 264 JUnit assertions should include a message
8110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 267 JUnit assertions should include a message
8111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 267 Potential violation of Law of Demeter (object not created locally)
8112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 270 JUnit assertions should include a message
8113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 273 JUnit assertions should include a message
8114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 273 Potential violation of Law of Demeter (object not created locally)
8115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 276 JUnit assertions should include a message
8116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 279 JUnit assertions should include a message
8117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 279 Potential violation of Law of Demeter (object not created locally)
8118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 282 JUnit assertions should include a message
8119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 285 JUnit assertions should include a message
8120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 285 Potential violation of Law of Demeter (object not created locally)
8121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 288 JUnit assertions should include a message
8122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 291 JUnit assertions should include a message
8123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 291 Potential violation of Law of Demeter (object not created locally)
8124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 296 JUnit 5 tests should be package-private.
8125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 296 Public method and constructor comments are required
8126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 301 JUnit 5 tests should be package-private.
8127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 301 Public method and constructor comments are required
8128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 306 JUnit 5 tests should be package-private.
8129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 306 Public method and constructor comments are required
8130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 311 JUnit 5 tests should be package-private.
8131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 311 Public method and constructor comments are required
8132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 311 Unit tests should not contain more than 1 assert(s).
8133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 314 JUnit assertions should include a message
8134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 314 Potential violation of Law of Demeter (object not created locally)
8135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 319 JUnit assertions should include a message
8136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 326 The value assigned to variable 'list' is never used
8137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 327 JUnit assertions should include a message
8138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 327 Potential violation of Law of Demeter (object not created locally)
8139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 332 JUnit assertions should include a message
8140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 332 Potential violation of Law of Demeter (object not created locally)
8141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 333 JUnit assertions should include a message
8142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 333 Potential violation of Law of Demeter (object not created locally)
8143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 333 Potential violation of Law of Demeter (object not created locally)
8144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 335 JUnit assertions should include a message
8145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 335 Potential violation of Law of Demeter (object not created locally)
8146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 339 JUnit assertions should include a message
8147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 341 JUnit assertions should include a message
8148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 346 JUnit 5 tests should be package-private.
8149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 346 Public method and constructor comments are required
8150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 346 Unit tests should not contain more than 1 assert(s).
8151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 382 JUnit 5 tests should be package-private.
8152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 382 Public method and constructor comments are required
8153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 382 Unit tests should not contain more than 1 assert(s).
8154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 416 JUnit 5 tests should be package-private.
8155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 416 Public method and constructor comments are required
8156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 416 Unit tests should not contain more than 1 assert(s).
8157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 446 JUnit 5 tests should be package-private.
8158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 446 Public method and constructor comments are required
8159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 446 Unit tests should not contain more than 1 assert(s).
8160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 447 JUnit assertions should include a message
8161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 448 JUnit assertions should include a message
8162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 449 JUnit assertions should include a message
8163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 450 JUnit assertions should include a message
8164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 454 JUnit 5 tests should be package-private.
8165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 454 Public method and constructor comments are required
8166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 454 Unit tests should not contain more than 1 assert(s).
8167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 457 JUnit assertions should include a message
8168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 457 Potential violation of Law of Demeter (object not created locally)
8169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 458 JUnit assertions should include a message
8170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 458 Potential violation of Law of Demeter (object not created locally)
8171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 459 JUnit assertions should include a message
8172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 459 Potential violation of Law of Demeter (object not created locally)
8173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 460 JUnit assertions should include a message
8174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 460 Potential violation of Law of Demeter (object not created locally)
8175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 461 JUnit assertions should include a message
8176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 461 Potential violation of Law of Demeter (object not created locally)
8177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 465 JUnit assertions should include a message
8178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 465 Potential violation of Law of Demeter (object not created locally)
8179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 466 JUnit assertions should include a message
8180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 466 Potential violation of Law of Demeter (object not created locally)
8181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 467 JUnit assertions should include a message
8182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 467 Potential violation of Law of Demeter (object not created locally)
8183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 468 JUnit assertions should include a message
8184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 468 Potential violation of Law of Demeter (object not created locally)
8185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 469 JUnit assertions should include a message
8186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 469 Potential violation of Law of Demeter (object not created locally)
8187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 473 A method/constructor should not explicitly throw java.lang.Exception
8188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 473 JUnit 5 tests should be package-private.
8189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 473 Public method and constructor comments are required
8190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 475 JUnit assertions should include a message
8191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 479 JUnit 5 tests should be package-private.
8192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 479 Public method and constructor comments are required
8193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 479 Unit tests should not contain more than 1 assert(s).
8194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 480 JUnit assertions should include a message
8195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 480 Potential violation of Law of Demeter (method chain calls)
8196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 482 JUnit assertions should include a message
8197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 487 JUnit 5 tests should be package-private.
8198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 487 Public method and constructor comments are required
8199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 487 Unit tests should not contain more than 1 assert(s).
8200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 489 JUnit assertions should include a message
8201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 490 JUnit assertions should include a message
8202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 491 JUnit assertions should include a message
8203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 492 JUnit assertions should include a message
8204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 496 JUnit assertions should include a message
8205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 499 JUnit assertions should include a message
8206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 503 JUnit 5 tests should be package-private.
8207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 503 Public method and constructor comments are required
8208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 507 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 508 Avoid catching NullPointerException; consider removing the cause of the NPE.
8210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 508 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 508 Avoid empty catch blocks
8212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 513 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 514 Avoid empty catch blocks
8214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 517 JUnit assertions should include a message
8215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 521 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 522 Avoid empty catch blocks
8217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 528 JUnit 5 tests should be package-private.
8218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 528 Public method and constructor comments are required
8219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 528 Unit tests should not contain more than 1 assert(s).
8220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 535 JUnit assertions should include a message
8221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 536 JUnit assertions should include a message
8222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 537 JUnit assertions should include a message
8223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 541 JUnit 5 tests should be package-private.
8224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 541 Public method and constructor comments are required
8225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 541 Unit tests should not contain more than 1 assert(s).
8226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 548 JUnit assertions should include a message
8227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 549 JUnit assertions should include a message
8228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 550 JUnit assertions should include a message
8229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 551 JUnit assertions should include a message
8230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 552 JUnit assertions should include a message
8231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 556 A method/constructor should not explicitly throw java.lang.Exception
8232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 556 JUnit 5 tests should be package-private.
8233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 556 Public method and constructor comments are required
8234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 556 Unit tests should not contain more than 1 assert(s).
8235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 558 JUnit assertions should include a message
8236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 559 JUnit assertions should include a message
8237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 559 Potential violation of Law of Demeter (object not created locally)
8238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 560 JUnit assertions should include a message
8239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 561 JUnit assertions should include a message
8240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 561 Potential violation of Law of Demeter (object not created locally)
8241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 562 JUnit assertions should include a message
8242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 563 JUnit assertions should include a message
8243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 563 Potential violation of Law of Demeter (object not created locally)
8244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 567 A method/constructor should not explicitly throw java.lang.Exception
8245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 567 JUnit 5 tests should be package-private.
8246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 567 Public method and constructor comments are required
8247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 567 Unit tests should not contain more than 1 assert(s).
8248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 569 JUnit assertions should include a message
8249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 570 JUnit assertions should include a message
8250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 570 Potential violation of Law of Demeter (object not created locally)
8251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 571 JUnit assertions should include a message
8252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 572 JUnit assertions should include a message
8253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 572 Potential violation of Law of Demeter (object not created locally)
8254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 573 JUnit assertions should include a message
8255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 574 JUnit assertions should include a message
8256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 574 Potential violation of Law of Demeter (object not created locally)
8257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 579 JUnit 5 tests should be package-private.
8258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 579 Public method and constructor comments are required
8259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 579 Unit tests should not contain more than 1 assert(s).
8260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 582 JUnit assertions should include a message
8261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 585 JUnit assertions should include a message
8262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 586 JUnit assertions should include a message
8263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 587 JUnit assertions should include a message
8264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 592 JUnit 5 tests should be package-private.
8265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 592 Public method and constructor comments are required
8266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 592 Unit tests should not contain more than 1 assert(s).
8267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 593 The String literal "clear" appears 5 times in this file; the first occurrence is on line 593
8268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 598 JUnit assertions should include a message
8269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 599 JUnit assertions should include a message
8270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 604 JUnit assertions should include a message
8271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 605 JUnit assertions should include a message
8272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 609 JUnit assertions should include a message
8273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 613 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
8274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 614 JUnit assertions should include a message
8275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 618 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
8276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 619 JUnit assertions should include a message
8277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 620 JUnit assertions should include a message
8278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 621 JUnit assertions should include a message
8279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 626 JUnit 5 tests should be package-private.
8280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 626 Public method and constructor comments are required
8281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 626 Unit tests should not contain more than 1 assert(s).
8282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 632 JUnit assertions should include a message
8283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 633 JUnit assertions should include a message
8284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 635 JUnit assertions should include a message
8285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 636 JUnit assertions should include a message
8286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 641 JUnit 5 tests should be package-private.
8287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 641 Public method and constructor comments are required
8288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 641 Unit tests should not contain more than 1 assert(s).
8289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 647 JUnit assertions should include a message
8290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 648 JUnit assertions should include a message
8291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 651 JUnit assertions should include a message
8292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 652 JUnit assertions should include a message
8293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 653 The value assigned to variable 'resultClosure' is never used
8294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 661 JUnit 5 tests should be package-private.
8295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 661 Public method and constructor comments are required
8296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 670 JUnit 5 tests should be package-private.
8297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 670 Public method and constructor comments are required
8298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 670 Unit tests should not contain more than 1 assert(s).
8299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 676 JUnit assertions should include a message
8300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 677 JUnit assertions should include a message
8301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 680 JUnit assertions should include a message
8302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 681 JUnit assertions should include a message
8303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 682 The value assigned to variable 'resultClosure' is never used
8304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 689 JUnit 5 tests should be package-private.
8305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 689 Public method and constructor comments are required
8306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 689 Unit tests should not contain more than 1 assert(s).
8307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 690 JUnit assertions should include a message
8308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 691 JUnit assertions should include a message
8309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 693 JUnit assertions should include a message
8310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 693 Potential violation of Law of Demeter (method chain calls)
8311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 693 Potential violation of Law of Demeter (method chain calls)
8312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 693 Potential violation of Law of Demeter (object not created locally)
8313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 697 JUnit 5 tests should be package-private.
8314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 697 Public method and constructor comments are required
8315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 702 JUnit 5 tests should be package-private.
8316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 702 Linguistics Antipattern - The getter 'getCardinalityMap' should not return void linguistically
8317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 702 Public method and constructor comments are required
8318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 702 Unit tests should not contain more than 1 assert(s).
8319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 704 JUnit assertions should include a message
8320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 704 Potential violation of Law of Demeter (object not created locally)
8321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 705 JUnit assertions should include a message
8322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 705 Potential violation of Law of Demeter (object not created locally)
8323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 706 JUnit assertions should include a message
8324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 706 Potential violation of Law of Demeter (object not created locally)
8325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 707 JUnit assertions should include a message
8326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 707 Potential violation of Law of Demeter (object not created locally)
8327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 708 JUnit assertions should include a message
8328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 708 Potential violation of Law of Demeter (object not created locally)
8329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 711 JUnit assertions should include a message
8330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 711 Potential violation of Law of Demeter (object not created locally)
8331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 712 JUnit assertions should include a message
8332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 712 Potential violation of Law of Demeter (object not created locally)
8333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 713 JUnit assertions should include a message
8334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 713 Potential violation of Law of Demeter (object not created locally)
8335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 714 JUnit assertions should include a message
8336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 714 Potential violation of Law of Demeter (object not created locally)
8337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 715 JUnit assertions should include a message
8338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 715 Potential violation of Law of Demeter (object not created locally)
8339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 719 JUnit 5 tests should be package-private.
8340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 719 Linguistics Antipattern - The getter 'getEnumeration' should not return void linguistically
8341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 719 Public method and constructor comments are required
8342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 719 Unit tests should not contain more than 1 assert(s).
8343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 720 Consider replacing this Vector with the newer java.util.List
8344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 720 Use ArrayList instead of Vector
8345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 721 Avoid variables with short names like e
8346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 722 JUnit assertions should include a message
8347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 723 JUnit assertions should include a message
8348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 723 Potential violation of Law of Demeter (object not created locally)
8349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 724 JUnit assertions should include a message
8350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 725 JUnit assertions should include a message
8351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 725 Potential violation of Law of Demeter (object not created locally)
8352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 730 A method/constructor should not explicitly throw java.lang.Exception
8353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 730 JUnit 5 tests should be package-private.
8354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 730 Linguistics Antipattern - The getter 'getFromEnumeration' should not return void linguistically
8355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 730 Public method and constructor comments are required
8356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 730 Unit tests should not contain more than 1 assert(s).
8357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 732 Consider replacing this Vector with the newer java.util.List
8358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 732 Use ArrayList instead of Vector
8359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 733 The String literal "zero" appears 12 times in this file; the first occurrence is on line 733
8360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 734 The String literal "one" appears 12 times in this file; the first occurrence is on line 734
8361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 735 Avoid variables with short names like en
8362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 736 JUnit assertions should include a message
8363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 738 JUnit assertions should include a message
8364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 743 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 743 The String literal "Expecting IndexOutOfBoundsException." appears 6 times in this file; the first occurrence is on line 743
8366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 744 Avoid empty catch blocks
8367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 747 JUnit assertions should include a message
8368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 747 Potential violation of Law of Demeter (object not created locally)
8369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 751 JUnit 5 tests should be package-private.
8370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 751 Linguistics Antipattern - The getter 'getFromHashMap' should not return void linguistically
8371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 751 Public method and constructor comments are required
8372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 751 Unit tests should not contain more than 1 assert(s).
8373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 753 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
8374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 754 The String literal "zeroKey" appears 6 times in this file; the first occurrence is on line 754
8375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 755 The String literal "oneKey" appears 6 times in this file; the first occurrence is on line 755
8376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 758 JUnit assertions should include a message
8377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 758 Position literals first in String comparisons
8378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 758 Position literals first in String comparisons
8379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 758 Potential violation of Law of Demeter (method chain calls)
8380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 758 Potential violation of Law of Demeter (method chain calls)
8381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 758 Potential violation of Law of Demeter (object not created locally)
8382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 758 Potential violation of Law of Demeter (object not created locally)
8383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 760 JUnit assertions should include a message
8384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 760 Position literals first in String comparisons
8385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 760 Position literals first in String comparisons
8386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 760 Potential violation of Law of Demeter (method chain calls)
8387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 760 Potential violation of Law of Demeter (method chain calls)
8388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 760 Potential violation of Law of Demeter (object not created locally)
8389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 760 Potential violation of Law of Demeter (object not created locally)
8390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 765 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 766 Avoid empty catch blocks
8392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 771 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 772 Avoid empty catch blocks
8394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 779 A method/constructor should not explicitly throw java.lang.Exception
8395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 779 JUnit 5 tests should be package-private.
8396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 779 Linguistics Antipattern - The getter 'getFromIterable' should not return void linguistically
8397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 779 Public method and constructor comments are required
8398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 779 Unit tests should not contain more than 1 assert(s).
8399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 783 JUnit assertions should include a message
8400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 791 A method/constructor should not explicitly throw java.lang.Exception
8401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 791 JUnit 5 tests should be package-private.
8402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 791 Linguistics Antipattern - The getter 'getFromIterator' should not return void linguistically
8403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 791 Public method and constructor comments are required
8404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 791 Unit tests should not contain more than 1 assert(s).
8405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 794 JUnit assertions should include a message
8406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 796 JUnit assertions should include a message
8407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 801 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 802 Avoid empty catch blocks
8409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 805 JUnit assertions should include a message
8410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 809 JUnit 5 tests should be package-private.
8411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 809 Linguistics Antipattern - The getter 'getFromLinkedHashMap' should not return void linguistically
8412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 809 Public method and constructor comments are required
8413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 811 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
8414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 815 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
8415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 817 Potential violation of Law of Demeter (object not created locally)
8416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 817 Potential violation of Law of Demeter (object not created locally)
8417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 819 Potential violation of Law of Demeter (object not created locally)
8418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 819 Potential violation of Law of Demeter (object not created locally)
8419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 820 JUnit assertions should include a message
8420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 828 A method/constructor should not explicitly throw java.lang.Exception
8421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 828 JUnit 5 tests should be package-private.
8422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 828 Linguistics Antipattern - The getter 'getFromList' should not return void linguistically
8423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 828 Unit tests should not contain more than 1 assert(s).
8424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 831 Potential violation of Law of Demeter (method chain calls)
8425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 831 Potential violation of Law of Demeter (object not created locally)
8426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 832 Potential violation of Law of Demeter (method chain calls)
8427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 832 Potential violation of Law of Demeter (object not created locally)
8428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 835 JUnit assertions should include a message
8429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 836 JUnit assertions should include a message
8430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 842 JUnit 5 tests should be package-private.
8431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 842 Linguistics Antipattern - The getter 'getFromMapIndexOutOfRange' should not return void linguistically
8432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 842 Public method and constructor comments are required
8433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 844 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
8434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 851 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 852 Avoid empty catch blocks
8436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 857 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 858 Avoid empty catch blocks
8438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 864 A method/constructor should not explicitly throw java.lang.Exception
8439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 864 JUnit 5 tests should be package-private.
8440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 864 Linguistics Antipattern - The getter 'getFromObject' should not return void linguistically
8441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 864 Public method and constructor comments are required
8442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 871 A method/constructor should not explicitly throw java.lang.Exception
8443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 871 JUnit 5 tests should be package-private.
8444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 871 Linguistics Antipattern - The getter 'getFromObjectArray' should not return void linguistically
8445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 871 Public method and constructor comments are required
8446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 871 Unit tests should not contain more than 1 assert(s).
8447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 876 JUnit assertions should include a message
8448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 877 JUnit assertions should include a message
8449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 885 A method/constructor should not explicitly throw java.lang.Exception
8450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 885 JUnit 5 tests should be package-private.
8451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 885 Linguistics Antipattern - The getter 'getFromPrimitiveArray' should not return void linguistically
8452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 885 Public method and constructor comments are required
8453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 885 Unit tests should not contain more than 1 assert(s).
8454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 890 JUnit assertions should include a message
8455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 891 JUnit assertions should include a message
8456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 899 JUnit 5 tests should be package-private.
8457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 899 Linguistics Antipattern - The getter 'getFromTreeMap' should not return void linguistically
8458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 899 Public method and constructor comments are required
8459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 899 Unit tests should not contain more than 1 assert(s).
8460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 901 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
8461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 910 JUnit assertions should include a message
8462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 910 Potential violation of Law of Demeter (object not created locally)
8463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 911 JUnit assertions should include a message
8464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 911 Potential violation of Law of Demeter (object not created locally)
8465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 913 JUnit assertions should include a message
8466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 913 Potential violation of Law of Demeter (object not created locally)
8467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 914 JUnit assertions should include a message
8468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 914 Potential violation of Law of Demeter (object not created locally)
8469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 918 JUnit 5 tests should be package-private.
8470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 918 Linguistics Antipattern - The getter 'getIterator' should not return void linguistically
8471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 918 Public method and constructor comments are required
8472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 918 Unit tests should not contain more than 1 assert(s).
8473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 919 Avoid variables with short names like it
8474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 920 JUnit assertions should include a message
8475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 921 JUnit assertions should include a message
8476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 922 JUnit assertions should include a message
8477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 923 JUnit assertions should include a message
8478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 927 JUnit 5 tests should be package-private.
8479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 927 Linguistics Antipattern - The getter 'getNegative' should not return void linguistically
8480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 927 Public method and constructor comments are required
8481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 932 JUnit 5 tests should be package-private.
8482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 932 Linguistics Antipattern - The getter 'getPositiveOutOfBounds' should not return void linguistically
8483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 932 Public method and constructor comments are required
8484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 937 JUnit 5 tests should be package-private.
8485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 937 Public method and constructor comments are required
8486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 937 Unit tests should not contain more than 1 assert(s).
8487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 940 JUnit assertions should include a message
8488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 940 Potential violation of Law of Demeter (object not created locally)
8489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 941 JUnit assertions should include a message
8490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 941 Potential violation of Law of Demeter (object not created locally)
8491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 942 JUnit assertions should include a message
8492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 942 Potential violation of Law of Demeter (object not created locally)
8493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 943 JUnit assertions should include a message
8494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 943 Potential violation of Law of Demeter (object not created locally)
8495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 944 JUnit assertions should include a message
8496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 944 Potential violation of Law of Demeter (object not created locally)
8497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 948 JUnit assertions should include a message
8498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 948 Potential violation of Law of Demeter (object not created locally)
8499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 949 JUnit assertions should include a message
8500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 949 Potential violation of Law of Demeter (object not created locally)
8501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 950 JUnit assertions should include a message
8502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 950 Potential violation of Law of Demeter (object not created locally)
8503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 951 JUnit assertions should include a message
8504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 951 Potential violation of Law of Demeter (object not created locally)
8505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 952 JUnit assertions should include a message
8506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 952 Potential violation of Law of Demeter (object not created locally)
8507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 956 JUnit 5 tests should be package-private.
8508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 956 Public method and constructor comments are required
8509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 956 Unit tests should not contain more than 1 assert(s).
8510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 962 JUnit assertions should include a message
8511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 976 JUnit assertions should include a message
8512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 976 Potential violation of Law of Demeter (object not created locally)
8513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 981 Potential violation of Law of Demeter (method chain calls)
8514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 981 Potential violation of Law of Demeter (object not created locally)
8515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 982 JUnit assertions should include a message
8516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 982 Use equals() to compare object references.
8517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 982 Use equals() to compare object references.
8518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 986 JUnit assertions should include a message
8519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 987 JUnit assertions should include a message
8520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 988 JUnit assertions should include a message
8521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 989 JUnit assertions should include a message
8522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 993 JUnit 5 tests should be package-private.
8523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 993 Public method and constructor comments are required
8524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 993 Unit tests should not contain more than 1 assert(s).
8525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 994 JUnit assertions should include a message
8526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 995 JUnit assertions should include a message
8527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 999 JUnit 5 tests should be package-private.
8528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 999 Public method and constructor comments are required
8529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 999 Unit tests should not contain more than 1 assert(s).
8530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1004 JUnit assertions should include a message
8531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1007 JUnit assertions should include a message
8532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1009 JUnit assertions should include a message
8533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1011 JUnit assertions should include a message
8534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1015 JUnit 5 tests should be package-private.
8535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1015 Public method and constructor comments are required
8536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1015 Unit tests should not contain more than 1 assert(s).
8537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1020 JUnit assertions should include a message
8538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1023 JUnit assertions should include a message
8539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1025 JUnit assertions should include a message
8540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1027 JUnit assertions should include a message
8541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1033 Avoid variables with short names like t
8542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1034 Potential violation of Law of Demeter (method chain calls)
8543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1035 Potential violation of Law of Demeter (method chain calls)
8544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1040 JUnit 5 tests should be package-private.
8545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1040 Public method and constructor comments are required
8546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1047 JUnit 5 tests should be package-private.
8547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1047 Public method and constructor comments are required
8548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1049 Avoid variables with short names like a
8549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1049 This call to Collection.toArray() may be optimizable
8550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1051 Comment is too large: Line too long
8551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1053 JUnit assertions should include a message
8552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1057 JUnit 5 tests should be package-private.
8553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1057 Public method and constructor comments are required
8554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1057 Unit tests should not contain more than 1 assert(s).
8555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1067 JUnit assertions should include a message
8556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1068 JUnit assertions should include a message
8557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1069 JUnit assertions should include a message
8558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1069 Potential violation of Law of Demeter (object not created locally)
8559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1070 JUnit assertions should include a message
8560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1070 Potential violation of Law of Demeter (method chain calls)
8561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1070 Potential violation of Law of Demeter (object not created locally)
8562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1074 JUnit 5 tests should be package-private.
8563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1074 Public method and constructor comments are required
8564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1074 Unit tests should not contain more than 1 assert(s).
8565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1083 JUnit assertions should include a message
8566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1084 JUnit assertions should include a message
8567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1085 JUnit assertions should include a message
8568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1086 JUnit assertions should include a message
8569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1086 Potential violation of Law of Demeter (object not created locally)
8570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1087 JUnit assertions should include a message
8571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1087 Potential violation of Law of Demeter (object not created locally)
8572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1088 JUnit assertions should include a message
8573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1088 Potential violation of Law of Demeter (object not created locally)
8574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1089 JUnit assertions should include a message
8575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1089 Potential violation of Law of Demeter (object not created locally)
8576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1093 JUnit 5 tests should be package-private.
8577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1093 Public method and constructor comments are required
8578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1093 Unit tests should not contain more than 1 assert(s).
8579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1106 JUnit assertions should include a message
8580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1107 JUnit assertions should include a message
8581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1107 Potential violation of Law of Demeter (method chain calls)
8582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1111 JUnit assertions should include a message
8583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1116 JUnit assertions should include a message
8584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1117 JUnit assertions should include a message
8585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1121 Public method and constructor comments are required
8586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1180 JUnit 5 tests should be package-private.
8587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1180 Public method and constructor comments are required
8588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1186 JUnit 5 tests should be package-private.
8589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1186 Public method and constructor comments are required
8590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1193 JUnit 5 tests should be package-private.
8591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1193 Public method and constructor comments are required
8592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1200 JUnit 5 tests should be package-private.
8593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1200 Public method and constructor comments are required
8594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1207 JUnit 5 tests should be package-private.
8595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1207 Public method and constructor comments are required
8596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1214 JUnit 5 tests should be package-private.
8597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1214 Public method and constructor comments are required
8598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1219 JUnit 5 tests should be package-private.
8599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1219 Public method and constructor comments are required
8600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1219 Unit tests should not contain more than 1 assert(s).
8601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1221 Potential violation of Law of Demeter (object not created locally)
8602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1240 Potential violation of Law of Demeter (object not created locally)
8603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1253 JUnit 5 tests should be package-private.
8604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1253 Public method and constructor comments are required
8605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1253 Unit tests should not contain more than 1 assert(s).
8606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1267 JUnit 5 tests should be package-private.
8607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1267 Public method and constructor comments are required
8608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1275 JUnit 5 tests should be package-private.
8609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1275 Public method and constructor comments are required
8610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1281 JUnit 5 tests should be package-private.
8611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1281 Public method and constructor comments are required
8612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1289 JUnit 5 tests should be package-private.
8613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1289 Public method and constructor comments are required
8614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1296 JUnit 5 tests should be package-private.
8615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1296 Public method and constructor comments are required
8616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1304 JUnit 5 tests should be package-private.
8617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1304 Public method and constructor comments are required
8618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1312 JUnit 5 tests should be package-private.
8619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1312 Public method and constructor comments are required
8620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1316 JUnit assertions should include a message
8621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1320 JUnit 5 tests should be package-private.
8622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1320 Public method and constructor comments are required
8623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1322 Avoid variables with short names like un
8624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1324 JUnit assertions should include a message
8625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1328 JUnit 5 tests should be package-private.
8626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1328 Public method and constructor comments are required
8627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1335 JUnit 5 tests should be package-private.
8628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1335 Public method and constructor comments are required
8629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1342 JUnit 5 tests should be package-private.
8630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1342 Public method and constructor comments are required
8631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1347 JUnit 5 tests should be package-private.
8632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1347 Public method and constructor comments are required
8633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1348 Avoid variables with short names like e
8634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1350 Avoid variables with short names like o1
8635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1350 Avoid variables with short names like o2
8636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1352 A method should have only one exit point, and that should be the last statement in the method
8637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1358 Avoid variables with short names like o
8638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1363 JUnit assertions should include a message
8639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1367 JUnit 5 tests should be package-private.
8640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1367 Public method and constructor comments are required
8641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1368 Avoid variables with short names like e
8642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1370 Avoid variables with short names like o1
8643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1370 Avoid variables with short names like o2
8644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1372 A method should have only one exit point, and that should be the last statement in the method
8645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1378 Avoid variables with short names like o
8646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1384 JUnit assertions should include a message
8647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1388 JUnit 5 tests should be package-private.
8648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1388 Public method and constructor comments are required
8649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1393 JUnit 5 tests should be package-private.
8650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1393 Public method and constructor comments are required
8651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1400 JUnit 5 tests should be package-private.
8652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1400 Public method and constructor comments are required
8653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1408 JUnit 5 tests should be package-private.
8654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1408 Public method and constructor comments are required
8655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1409 JUnit assertions should include a message
8656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1413 JUnit 5 tests should be package-private.
8657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1413 Public method and constructor comments are required
8658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1414 JUnit assertions should include a message
8659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1418 JUnit 5 tests should be package-private.
8660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1418 Public method and constructor comments are required
8661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1419 JUnit assertions should include a message
8662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1423 JUnit 5 tests should be package-private.
8663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1423 Public method and constructor comments are required
8664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1423 Unit tests should not contain more than 1 assert(s).
8665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1424 JUnit assertions should include a message
8666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1425 JUnit assertions should include a message
8667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1429 JUnit 5 tests should be package-private.
8668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1429 Public method and constructor comments are required
8669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1429 Unit tests should not contain more than 1 assert(s).
8670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1430 Avoid variables with short names like a
8671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1431 Avoid variables with short names like b
8672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1432 JUnit assertions should include a message
8673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1433 JUnit assertions should include a message
8674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1435 JUnit assertions should include a message
8675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1436 JUnit assertions should include a message
8676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1438 JUnit assertions should include a message
8677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1439 JUnit assertions should include a message
8678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1441 JUnit assertions should include a message
8679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1442 JUnit assertions should include a message
8680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1444 JUnit assertions should include a message
8681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1445 JUnit assertions should include a message
8682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1447 JUnit assertions should include a message
8683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1448 JUnit assertions should include a message
8684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1450 JUnit assertions should include a message
8685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1451 JUnit assertions should include a message
8686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1455 JUnit 5 tests should be package-private.
8687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1455 Public method and constructor comments are required
8688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1455 Unit tests should not contain more than 1 assert(s).
8689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1459 Avoid variables with short names like e
8690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1461 Avoid variables with short names like o1
8691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1461 Avoid variables with short names like o2
8692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1463 A method should have only one exit point, and that should be the last statement in the method
8693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1469 Avoid variables with short names like o
8694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1470 Potential violation of Law of Demeter (method chain calls)
8695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1470 Potential violation of Law of Demeter (method chain calls)
8696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1474 JUnit assertions should include a message
8697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1475 JUnit assertions should include a message
8698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1476 JUnit assertions should include a message
8699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1479 JUnit assertions should include a message
8700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1480 JUnit assertions should include a message
8701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1484 JUnit 5 tests should be package-private.
8702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1484 Public method and constructor comments are required
8703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1488 Avoid variables with short names like e
8704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1490 Avoid variables with short names like o1
8705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1490 Avoid variables with short names like o2
8706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1492 A method should have only one exit point, and that should be the last statement in the method
8707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1498 Avoid variables with short names like o
8708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1499 Potential violation of Law of Demeter (method chain calls)
8709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1499 Potential violation of Law of Demeter (method chain calls)
8710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1506 JUnit 5 tests should be package-private.
8711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1506 Public method and constructor comments are required
8712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1510 Avoid variables with short names like e
8713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1512 Avoid variables with short names like o1
8714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1512 Avoid variables with short names like o2
8715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1514 A method should have only one exit point, and that should be the last statement in the method
8716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1520 Avoid variables with short names like o
8717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1521 Potential violation of Law of Demeter (method chain calls)
8718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1521 Potential violation of Law of Demeter (method chain calls)
8719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1528 JUnit 5 tests should be package-private.
8720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1528 Public method and constructor comments are required
8721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1533 JUnit 5 tests should be package-private.
8722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1533 Public method and constructor comments are required
8723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1533 Unit tests should not contain more than 1 assert(s).
8724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1534 Avoid variables with short names like b
8725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1535 Comment is too large: Line too long
8726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1538 JUnit assertions should include a message
8727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1539 JUnit assertions should include a message
8728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1543 JUnit 5 tests should be package-private.
8729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1543 Public method and constructor comments are required
8730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1543 Unit tests should not contain more than 1 assert(s).
8731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1544 JUnit assertions should include a message
8732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1545 JUnit assertions should include a message
8733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1549 JUnit 5 tests should be package-private.
8734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1549 Public method and constructor comments are required
8735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1554 JUnit 5 tests should be package-private.
8736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1554 Public method and constructor comments are required
8737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1555 JUnit assertions should include a message
8738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1559 JUnit 5 tests should be package-private.
8739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1559 Public method and constructor comments are required
8740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1560 JUnit assertions should include a message
8741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1564 JUnit 5 tests should be package-private.
8742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1564 Public method and constructor comments are required
8743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1565 JUnit assertions should include a message
8744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1569 JUnit 5 tests should be package-private.
8745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1569 Public method and constructor comments are required
8746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1569 Unit tests should not contain more than 1 assert(s).
8747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1570 Avoid variables with short names like a
8748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1571 Avoid variables with short names like b
8749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1572 JUnit assertions should include a message
8750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1574 JUnit assertions should include a message
8751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1575 JUnit assertions should include a message
8752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1576 JUnit assertions should include a message
8753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1577 JUnit assertions should include a message
8754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1581 JUnit assertions should include a message
8755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1582 JUnit assertions should include a message
8756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1584 JUnit assertions should include a message
8757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1585 JUnit assertions should include a message
8758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1586 JUnit assertions should include a message
8759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1587 JUnit assertions should include a message
8760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1591 JUnit 5 tests should be package-private.
8761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1591 Public method and constructor comments are required
8762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1598 JUnit 5 tests should be package-private.
8763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1598 Public method and constructor comments are required
8764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1605 JUnit 5 tests should be package-private.
8765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1605 Public method and constructor comments are required
8766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1605 Unit tests should not contain more than 1 assert(s).
8767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1606 JUnit assertions should include a message
8768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1607 JUnit assertions should include a message
8769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1611 JUnit 5 tests should be package-private.
8770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1611 Public method and constructor comments are required
8771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1611 Unit tests should not contain more than 1 assert(s).
8772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1612 Avoid variables with short names like c
8773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1613 JUnit assertions should include a message
8774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1614 JUnit assertions should include a message
8775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1616 JUnit assertions should include a message
8776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1617 JUnit assertions should include a message
8777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1619 JUnit assertions should include a message
8778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1620 JUnit assertions should include a message
8779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1622 JUnit assertions should include a message
8780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1623 JUnit assertions should include a message
8781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1625 JUnit assertions should include a message
8782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1626 JUnit assertions should include a message
8783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1628 JUnit assertions should include a message
8784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1629 JUnit assertions should include a message
8785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1631 JUnit assertions should include a message
8786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1632 JUnit assertions should include a message
8787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1634 JUnit assertions should include a message
8788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1635 JUnit assertions should include a message
8789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1637 JUnit assertions should include a message
8790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1638 JUnit assertions should include a message
8791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1640 JUnit assertions should include a message
8792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1641 JUnit assertions should include a message
8793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1643 JUnit assertions should include a message
8794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1644 JUnit assertions should include a message
8795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1646 JUnit assertions should include a message
8796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1647 JUnit assertions should include a message
8797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1651 JUnit 5 tests should be package-private.
8798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1651 Public method and constructor comments are required
8799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1658 JUnit 5 tests should be package-private.
8800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1658 Public method and constructor comments are required
8801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1665 JUnit 5 tests should be package-private.
8802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1665 Public method and constructor comments are required
8803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1665 Unit tests should not contain more than 1 assert(s).
8804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1666 JUnit assertions should include a message
8805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1667 JUnit assertions should include a message
8806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1672 JUnit 5 tests should be package-private.
8807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1672 Public method and constructor comments are required
8808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1672 Unit tests should not contain more than 1 assert(s).
8809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1673 JUnit assertions should include a message
8810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1674 JUnit assertions should include a message
8811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1677 JUnit assertions should include a message
8812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1680 JUnit assertions should include a message
8813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1682 JUnit assertions should include a message
8814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1683 JUnit assertions should include a message
8815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1687 JUnit 5 tests should be package-private.
8816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1687 Public method and constructor comments are required
8817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1692 JUnit 5 tests should be package-private.
8818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1692 Public method and constructor comments are required
8819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1697 Potential violation of Law of Demeter (object not created locally)
8820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1702 JUnit assertions should include a message
8821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1702 Potential violation of Law of Demeter (object not created locally)
8822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1706 JUnit 5 tests should be package-private.
8823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1706 Public method and constructor comments are required
8824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1711 JUnit 5 tests should be package-private.
8825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1711 Public method and constructor comments are required
8826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1717 JUnit 5 tests should be package-private.
8827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1717 Public method and constructor comments are required
8828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1723 JUnit 5 tests should be package-private.
8829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1723 Public method and constructor comments are required
8830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1723 Unit tests should not contain more than 1 assert(s).
8831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1734 JUnit assertions should include a message
8832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1734 Potential violation of Law of Demeter (object not created locally)
8833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1735 JUnit assertions should include a message
8834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1735 Potential violation of Law of Demeter (object not created locally)
8835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1736 JUnit assertions should include a message
8836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1736 Potential violation of Law of Demeter (object not created locally)
8837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1737 JUnit assertions should include a message
8838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1737 Potential violation of Law of Demeter (object not created locally)
8839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1738 JUnit assertions should include a message
8840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1739 JUnit assertions should include a message
8841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1740 JUnit assertions should include a message
8842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1741 JUnit assertions should include a message
8843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1742 JUnit assertions should include a message
8844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1743 JUnit assertions should include a message
8845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1744 JUnit assertions should include a message
8846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1745 JUnit assertions should include a message
8847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1749 JUnit 5 tests should be package-private.
8848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1749 Public method and constructor comments are required
8849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1756 JUnit 5 tests should be package-private.
8850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1756 Public method and constructor comments are required
8851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1763 JUnit 5 tests should be package-private.
8852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1763 Public method and constructor comments are required
8853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1763 Unit tests should not contain more than 1 assert(s).
8854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1778 Avoid variables with short names like o1
8855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1778 Avoid variables with short names like o2
8856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1783 Avoid variables with short names like o
8857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1788 JUnit assertions should include a message
8858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1789 JUnit assertions should include a message
8859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1790 JUnit assertions should include a message
8860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1791 JUnit assertions should include a message
8861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1792 JUnit assertions should include a message
8862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1793 JUnit assertions should include a message
8863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1794 JUnit assertions should include a message
8864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1795 JUnit assertions should include a message
8865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1796 JUnit assertions should include a message
8866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1797 JUnit assertions should include a message
8867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1798 JUnit assertions should include a message
8868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1799 JUnit assertions should include a message
8869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1803 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1803 The String literal "expecting NullPointerException" appears 4 times in this file; the first occurrence is on line 1,803
8871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1804 Avoid catching NullPointerException; consider removing the cause of the NPE.
8872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1804 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1804 Avoid empty catch blocks
8874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1809 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1810 Avoid catching NullPointerException; consider removing the cause of the NPE.
8876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1810 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1810 Avoid empty catch blocks
8878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1815 JUnit 5 tests should be package-private.
8879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1815 Public method and constructor comments are required
8880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1815 Unit tests should not contain more than 1 assert(s).
8881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1823 JUnit assertions should include a message
8882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1824 JUnit assertions should include a message
8883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1824 Potential violation of Law of Demeter (object not created locally)
8884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1827 JUnit assertions should include a message
8885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1828 JUnit assertions should include a message
8886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1829 JUnit assertions should include a message
8887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1829 Potential violation of Law of Demeter (object not created locally)
8888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1830 JUnit assertions should include a message
8889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1830 Potential violation of Law of Demeter (object not created locally)
8890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1836 JUnit assertions should include a message
8891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1837 JUnit assertions should include a message
8892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1838 JUnit assertions should include a message
8893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1839 JUnit assertions should include a message
8894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1839 Potential violation of Law of Demeter (object not created locally)
8895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1840 JUnit assertions should include a message
8896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1840 Potential violation of Law of Demeter (object not created locally)
8897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1841 JUnit assertions should include a message
8898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1841 Potential violation of Law of Demeter (object not created locally)
8899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1842 JUnit assertions should include a message
8900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1842 Potential violation of Law of Demeter (object not created locally)
8901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1846 JUnit 5 tests should be package-private.
8902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1846 Public method and constructor comments are required
8903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1852 JUnit 5 tests should be package-private.
8904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1852 Public method and constructor comments are required
8905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1858 JUnit 5 tests should be package-private.
8906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1858 Public method and constructor comments are required
8907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1864 JUnit 5 tests should be package-private.
8908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1864 Public method and constructor comments are required
8909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1871 JUnit 5 tests should be package-private.
8910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1871 Public method and constructor comments are required
8911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1871 Unit tests should not contain more than 1 assert(s).
8912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1875 JUnit assertions should include a message
8913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1876 JUnit assertions should include a message
8914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1876 Potential violation of Law of Demeter (object not created locally)
8915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1881 JUnit assertions should include a message
8916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1882 JUnit assertions should include a message
8917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1883 JUnit assertions should include a message
8918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1883 Potential violation of Law of Demeter (object not created locally)
8919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1884 JUnit assertions should include a message
8920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1884 Potential violation of Law of Demeter (object not created locally)
8921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1885 JUnit assertions should include a message
8922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1885 Potential violation of Law of Demeter (object not created locally)
8923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1889 JUnit 5 tests should be package-private.
8924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1889 Public method and constructor comments are required
8925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1896 JUnit 5 tests should be package-private.
8926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1896 Public method and constructor comments are required
8927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1904 JUnit 5 tests should be package-private.
8928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1904 Public method and constructor comments are required
8929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1910 JUnit 5 tests should be package-private.
8930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1910 Public method and constructor comments are required
8931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1917 JUnit 5 tests should be package-private.
8932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1917 Public method and constructor comments are required
8933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1926 JUnit 5 tests should be package-private.
8934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1926 Public method and constructor comments are required
8935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1926 Unit tests should not contain more than 1 assert(s).
8936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1937 JUnit assertions should include a message
8937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1937 Potential violation of Law of Demeter (object not created locally)
8938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1938 JUnit assertions should include a message
8939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1938 Potential violation of Law of Demeter (object not created locally)
8940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1939 JUnit assertions should include a message
8941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1939 Potential violation of Law of Demeter (object not created locally)
8942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1940 JUnit assertions should include a message
8943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1940 Potential violation of Law of Demeter (object not created locally)
8944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1941 JUnit assertions should include a message
8945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1942 JUnit assertions should include a message
8946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1943 JUnit assertions should include a message
8947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1944 JUnit assertions should include a message
8948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1945 JUnit assertions should include a message
8949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1946 JUnit assertions should include a message
8950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1947 JUnit assertions should include a message
8951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1948 JUnit assertions should include a message
8952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1952 JUnit 5 tests should be package-private.
8953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1952 Public method and constructor comments are required
8954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1959 JUnit 5 tests should be package-private.
8955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1959 Public method and constructor comments are required
8956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1966 JUnit 5 tests should be package-private.
8957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1966 Public method and constructor comments are required
8958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1966 Unit tests should not contain more than 1 assert(s).
8959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1981 Avoid variables with short names like o1
8960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1981 Avoid variables with short names like o2
8961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1986 Avoid variables with short names like o
8962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1990 JUnit assertions should include a message
8963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1991 JUnit assertions should include a message
8964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1992 JUnit assertions should include a message
8965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1993 JUnit assertions should include a message
8966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1995 JUnit assertions should include a message
8967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1996 JUnit assertions should include a message
8968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1997 JUnit assertions should include a message
8969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 1998 JUnit assertions should include a message
8970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2000 JUnit assertions should include a message
8971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2001 JUnit assertions should include a message
8972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2002 JUnit assertions should include a message
8973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2003 JUnit assertions should include a message
8974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2007 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2008 Avoid catching NullPointerException; consider removing the cause of the NPE.
8976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2008 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2008 Avoid empty catch blocks
8978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2013 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
8979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2014 Avoid catching NullPointerException; consider removing the cause of the NPE.
8980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2014 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2014 Avoid empty catch blocks
8982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2019 JUnit 5 tests should be package-private.
8983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2019 Public method and constructor comments are required
8984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2024 JUnit 5 tests should be package-private.
8985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2024 Public method and constructor comments are required
8986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2024 The JUnit 5 test method name 'testSize_Array' doesn't match '[a-z][a-zA-Z0-9]*'
8987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2024 Unit tests should not contain more than 1 assert(s).
8988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2026 JUnit assertions should include a message
8989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2029 JUnit assertions should include a message
8990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2033 JUnit assertions should include a message
8991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2037 JUnit 5 tests should be package-private.
8992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2037 Public method and constructor comments are required
8993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2037 The JUnit 5 test method name 'testSize_Enumeration' doesn't match '[a-z][a-zA-Z0-9]*'
8994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2037 Unit tests should not contain more than 1 assert(s).
8995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2038 Consider replacing this Vector with the newer java.util.List
8996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2038 Use ArrayList instead of Vector
8997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2039 JUnit assertions should include a message
8998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2041 JUnit assertions should include a message
8999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2043 JUnit assertions should include a message
9000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2047 JUnit 5 tests should be package-private.
9001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2047 Public method and constructor comments are required
9002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2047 The JUnit 5 test method name 'testSize_Iterator' doesn't match '[a-z][a-zA-Z0-9]*'
9003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2047 Unit tests should not contain more than 1 assert(s).
9004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2049 JUnit assertions should include a message
9005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2051 JUnit assertions should include a message
9006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2053 JUnit assertions should include a message
9007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2058 JUnit 5 tests should be package-private.
9008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2058 Public method and constructor comments are required
9009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2058 The JUnit 5 test method name 'testSize_List' doesn't match '[a-z][a-zA-Z0-9]*'
9010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2058 Unit tests should not contain more than 1 assert(s).
9011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2060 JUnit assertions should include a message
9012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2062 JUnit assertions should include a message
9013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2064 JUnit assertions should include a message
9014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2066 JUnit assertions should include a message
9015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2070 JUnit 5 tests should be package-private.
9016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2070 Public method and constructor comments are required
9017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2070 The JUnit 5 test method name 'testSize_Map' doesn't match '[a-z][a-zA-Z0-9]*'
9018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2070 Unit tests should not contain more than 1 assert(s).
9019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2071 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
9020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2072 JUnit assertions should include a message
9021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2074 JUnit assertions should include a message
9022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2076 JUnit assertions should include a message
9023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2080 JUnit 5 tests should be package-private.
9024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2080 Public method and constructor comments are required
9025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2080 The JUnit 5 test method name 'testSize_Other' doesn't match '[a-z][a-zA-Z0-9]*'
9026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2085 JUnit 5 tests should be package-private.
9027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2085 Public method and constructor comments are required
9028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2085 The JUnit 5 test method name 'testSize_PrimitiveArray' doesn't match '[a-z][a-zA-Z0-9]*'
9029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2085 Unit tests should not contain more than 1 assert(s).
9030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2087 JUnit assertions should include a message
9031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2090 JUnit assertions should include a message
9032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2094 JUnit assertions should include a message
9033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2098 JUnit 5 tests should be package-private.
9034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2098 Public method and constructor comments are required
9035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2098 The JUnit 5 test method name 'testSizeIsEmpty_Array' doesn't match '[a-z][a-zA-Z0-9]*'
9036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2098 Unit tests should not contain more than 1 assert(s).
9037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2100 JUnit assertions should include a message
9038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2103 JUnit assertions should include a message
9039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2107 JUnit assertions should include a message
9040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2111 JUnit 5 tests should be package-private.
9041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2111 Public method and constructor comments are required
9042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2111 The JUnit 5 test method name 'testSizeIsEmpty_Enumeration' doesn't match '[a-z][a-zA-Z0-9]*'
9043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2111 Unit tests should not contain more than 1 assert(s).
9044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2112 Consider replacing this Vector with the newer java.util.List
9045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2112 Use ArrayList instead of Vector
9046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2113 JUnit assertions should include a message
9047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2115 JUnit assertions should include a message
9048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2116 Avoid variables with short names like en
9049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2117 Potential violation of Law of Demeter (object not created locally)
9050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2118 JUnit assertions should include a message
9051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2122 JUnit 5 tests should be package-private.
9052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2122 Public method and constructor comments are required
9053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2122 The JUnit 5 test method name 'testSizeIsEmpty_Iterator' doesn't match '[a-z][a-zA-Z0-9]*'
9054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2122 Unit tests should not contain more than 1 assert(s).
9055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2124 JUnit assertions should include a message
9056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2126 JUnit assertions should include a message
9057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2127 Avoid variables with short names like it
9058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2129 JUnit assertions should include a message
9059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2133 JUnit 5 tests should be package-private.
9060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2133 Public method and constructor comments are required
9061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2133 The JUnit 5 test method name 'testSizeIsEmpty_List' doesn't match '[a-z][a-zA-Z0-9]*'
9062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2133 Unit tests should not contain more than 1 assert(s).
9063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2135 JUnit assertions should include a message
9064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2137 JUnit assertions should include a message
9065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2141 JUnit 5 tests should be package-private.
9066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2141 Public method and constructor comments are required
9067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2141 The JUnit 5 test method name 'testSizeIsEmpty_Map' doesn't match '[a-z][a-zA-Z0-9]*'
9068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2141 Unit tests should not contain more than 1 assert(s).
9069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2142 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
9070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2143 JUnit assertions should include a message
9071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2145 JUnit assertions should include a message
9072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2150 JUnit 5 tests should be package-private.
9073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2150 Public method and constructor comments are required
9074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2150 The JUnit 5 test method name 'testSizeIsEmpty_Null' doesn't match '[a-z][a-zA-Z0-9]*'
9075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2151 JUnit assertions should include a message
9076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2155 JUnit 5 tests should be package-private.
9077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2155 Public method and constructor comments are required
9078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2155 The JUnit 5 test method name 'testSizeIsEmpty_Other' doesn't match '[a-z][a-zA-Z0-9]*'
9079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2158 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2159 Avoid empty catch blocks
9081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2164 JUnit 5 tests should be package-private.
9082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2164 Public method and constructor comments are required
9083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2164 The JUnit 5 test method name 'testSizeIsEmpty_PrimitiveArray' doesn't match '[a-z][a-zA-Z0-9]*'
9084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2164 Unit tests should not contain more than 1 assert(s).
9085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2166 JUnit assertions should include a message
9086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2169 JUnit assertions should include a message
9087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2173 JUnit assertions should include a message
9088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2177 JUnit 5 tests should be package-private.
9089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2177 Public method and constructor comments are required
9090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2177 Unit tests should not contain more than 1 assert(s).
9091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2180 JUnit assertions should include a message
9092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2180 Potential violation of Law of Demeter (object not created locally)
9093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2181 JUnit assertions should include a message
9094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2181 Potential violation of Law of Demeter (object not created locally)
9095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2182 JUnit assertions should include a message
9096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2182 Potential violation of Law of Demeter (object not created locally)
9097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2183 JUnit assertions should include a message
9098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2183 Potential violation of Law of Demeter (object not created locally)
9099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2184 JUnit assertions should include a message
9100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2184 Potential violation of Law of Demeter (object not created locally)
9101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2188 JUnit assertions should include a message
9102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2188 Potential violation of Law of Demeter (object not created locally)
9103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2189 JUnit assertions should include a message
9104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2189 Potential violation of Law of Demeter (object not created locally)
9105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2190 JUnit assertions should include a message
9106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2190 Potential violation of Law of Demeter (object not created locally)
9107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2191 JUnit assertions should include a message
9108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2191 Potential violation of Law of Demeter (object not created locally)
9109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2192 JUnit assertions should include a message
9110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2192 Potential violation of Law of Demeter (object not created locally)
9111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2196 JUnit 5 tests should be package-private.
9112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2196 Public method and constructor comments are required
9113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2203 JUnit 5 tests should be package-private.
9114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2203 Public method and constructor comments are required
9115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2210 JUnit 5 tests should be package-private.
9116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2210 Public method and constructor comments are required
9117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2210 Unit tests should not contain more than 1 assert(s).
9118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2216 JUnit assertions should include a message
9119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2216 Potential violation of Law of Demeter (object not created locally)
9120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2217 JUnit assertions should include a message
9121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2217 Potential violation of Law of Demeter (object not created locally)
9122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2218 JUnit assertions should include a message
9123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2218 Potential violation of Law of Demeter (object not created locally)
9124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2219 JUnit assertions should include a message
9125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2219 Potential violation of Law of Demeter (object not created locally)
9126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2220 JUnit assertions should include a message
9127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2220 Potential violation of Law of Demeter (object not created locally)
9128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2225 JUnit 5 tests should be package-private.
9129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2225 Public method and constructor comments are required
9130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2230 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2231 Avoid catching NullPointerException; consider removing the cause of the NPE.
9132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2231 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2231 Avoid empty catch blocks
9134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2238 JUnit 5 tests should be package-private.
9135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2238 Public method and constructor comments are required
9136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2245 JUnit 5 tests should be package-private.
9137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2245 Public method and constructor comments are required
9138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2245 The JUnit 5 test method name 'testTransformedCollection_2' doesn't match '[a-z][a-zA-Z0-9]*'
9139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2245 Unit tests should not contain more than 1 assert(s).
9140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2251 JUnit assertions should include a message
9141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2251 Potential violation of Law of Demeter (object not created locally)
9142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2252 JUnit assertions should include a message
9143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2252 Potential violation of Law of Demeter (object not created locally)
9144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2253 JUnit assertions should include a message
9145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2253 Potential violation of Law of Demeter (object not created locally)
9146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2257 JUnit 5 tests should be package-private.
9147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2257 Public method and constructor comments are required
9148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2263 JUnit 5 tests should be package-private.
9149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2263 Public method and constructor comments are required
9150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2269 JUnit 5 tests should be package-private.
9151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2269 Public method and constructor comments are required
9152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2276 JUnit 5 tests should be package-private.
9153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2276 Public method and constructor comments are required
9154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2284 JUnit 5 tests should be package-private.
9155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2284 Public method and constructor comments are required
9156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2289 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2290 Avoid catching NullPointerException; consider removing the cause of the NPE.
9158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2290 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2290 Avoid empty catch blocks
9160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2296 JUnit 5 tests should be package-private.
9161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2296 Public method and constructor comments are required
9162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2296 Unit tests should not contain more than 1 assert(s).
9163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2302 JUnit assertions should include a message
9164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2303 JUnit assertions should include a message
9165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2304 JUnit assertions should include a message
9166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2305 JUnit assertions should include a message
9167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2312 JUnit assertions should include a message
9168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2314 JUnit assertions should include a message
9169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2316 JUnit assertions should include a message
9170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2320 JUnit 5 tests should be package-private.
9171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2320 Public method and constructor comments are required
9172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2320 Unit tests should not contain more than 1 assert(s).
9173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2326 JUnit assertions should include a message
9174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2327 JUnit assertions should include a message
9175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2327 Potential violation of Law of Demeter (method chain calls)
9176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2331 JUnit 5 tests should be package-private.
9177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2331 Public method and constructor comments are required
9178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2331 Unit tests should not contain more than 1 assert(s).
9179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2334 JUnit assertions should include a message
9180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2334 Potential violation of Law of Demeter (object not created locally)
9181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2335 JUnit assertions should include a message
9182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2335 Potential violation of Law of Demeter (object not created locally)
9183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2336 JUnit assertions should include a message
9184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2336 Potential violation of Law of Demeter (object not created locally)
9185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2337 JUnit assertions should include a message
9186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2337 Potential violation of Law of Demeter (object not created locally)
9187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2338 JUnit assertions should include a message
9188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2338 Potential violation of Law of Demeter (object not created locally)
9189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2342 JUnit assertions should include a message
9190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2342 Potential violation of Law of Demeter (object not created locally)
9191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2343 JUnit assertions should include a message
9192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2343 Potential violation of Law of Demeter (object not created locally)
9193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2344 JUnit assertions should include a message
9194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2344 Potential violation of Law of Demeter (object not created locally)
9195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2345 JUnit assertions should include a message
9196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2345 Potential violation of Law of Demeter (object not created locally)
9197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2346 JUnit assertions should include a message
9198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java 2346 Potential violation of Law of Demeter (object not created locally)
9199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 1 Comment is too large: Too many lines
9200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 31 Each class should declare at least one constructor
9201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 31 JUnit 5 tests should be package-private.
9202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 33 JUnit 5 tests should be package-private.
9203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 33 Public method and constructor comments are required
9204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 33 Unit tests should not contain more than 1 assert(s).
9205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 35 JUnit assertions should include a message
9206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 35 Potential violation of Law of Demeter (object not created locally)
9207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 36 JUnit assertions should include a message
9208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 36 Potential violation of Law of Demeter (object not created locally)
9209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 37 JUnit assertions should include a message
9210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 37 Potential violation of Law of Demeter (object not created locally)
9211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 40 JUnit assertions should include a message
9212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 40 Potential violation of Law of Demeter (object not created locally)
9213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 41 JUnit assertions should include a message
9214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 41 Potential violation of Law of Demeter (object not created locally)
9215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 42 JUnit assertions should include a message
9216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 42 Potential violation of Law of Demeter (object not created locally)
9217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 46 JUnit 5 tests should be package-private.
9218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 46 Public method and constructor comments are required
9219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 46 Unit tests should not contain more than 1 assert(s).
9220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 50 JUnit assertions should include a message
9221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 50 Potential violation of Law of Demeter (object not created locally)
9222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 51 JUnit assertions should include a message
9223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 51 Potential violation of Law of Demeter (object not created locally)
9224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 52 JUnit assertions should include a message
9225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 52 Potential violation of Law of Demeter (object not created locally)
9226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 56 JUnit 5 tests should be package-private.
9227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 56 Public method and constructor comments are required
9228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 56 Unit tests should not contain more than 1 assert(s).
9229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 60 JUnit assertions should include a message
9230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 61 JUnit assertions should include a message
9231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 63 JUnit assertions should include a message
9232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 64 JUnit assertions should include a message
9233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 68 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 68 The String literal "expecting NullPointerException" appears 4 times in this file; the first occurrence is on line 68
9235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 69 Avoid catching NullPointerException; consider removing the cause of the NPE.
9236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 69 Avoid empty catch blocks
9238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 75 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 76 Avoid catching NullPointerException; consider removing the cause of the NPE.
9240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 76 Avoid empty catch blocks
9242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 82 JUnit 5 tests should be package-private.
9243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 82 Public method and constructor comments are required
9244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 82 Unit tests should not contain more than 1 assert(s).
9245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 86 JUnit assertions should include a message
9246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 87 JUnit assertions should include a message
9247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 89 JUnit assertions should include a message
9248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 90 JUnit assertions should include a message
9249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 94 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 95 Avoid catching NullPointerException; consider removing the cause of the NPE.
9251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 95 Avoid empty catch blocks
9253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 101 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 102 Avoid catching NullPointerException; consider removing the cause of the NPE.
9255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 102 Avoid empty catch blocks
9257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 108 JUnit 5 tests should be package-private.
9258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 108 Public method and constructor comments are required
9259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 108 Unit tests should not contain more than 1 assert(s).
9260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 110 JUnit assertions should include a message
9261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 110 Potential violation of Law of Demeter (object not created locally)
9262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 111 JUnit assertions should include a message
9263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 111 Potential violation of Law of Demeter (object not created locally)
9264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 112 JUnit assertions should include a message
9265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 112 Potential violation of Law of Demeter (object not created locally)
9266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 116 JUnit 5 tests should be package-private.
9267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 116 Public method and constructor comments are required
9268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 116 Unit tests should not contain more than 1 assert(s).
9269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 118 JUnit assertions should include a message
9270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 118 Potential violation of Law of Demeter (object not created locally)
9271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 119 JUnit assertions should include a message
9272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 119 Potential violation of Law of Demeter (object not created locally)
9273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 120 JUnit assertions should include a message
9274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ComparatorUtilsTest.java 120 Potential violation of Law of Demeter (object not created locally)
9275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 1 Comment is too large: Too many lines
9276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 38 Each class should declare at least one constructor
9277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 38 JUnit 5 tests should be package-private.
9278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 40 Field comments are required
9279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 43 A method/constructor should not explicitly throw java.lang.Exception
9280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 43 JUnit 5 tests should be package-private.
9281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 43 Linguistics Antipattern - The getter 'getFromEnumeration' should not return void linguistically
9282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 43 Public method and constructor comments are required
9283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 43 Unit tests should not contain more than 1 assert(s).
9284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 45 Consider replacing this Vector with the newer java.util.List
9285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 45 Use ArrayList instead of Vector
9286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 46 The String literal "zero" appears 4 times in this file; the first occurrence is on line 46
9287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 47 The String literal "one" appears 7 times in this file; the first occurrence is on line 47
9288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 48 Avoid variables with short names like en
9289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 49 JUnit assertions should include a message
9290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 51 JUnit assertions should include a message
9291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 56 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 57 Avoid empty catch blocks
9293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 60 JUnit assertions should include a message
9294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 60 Potential violation of Law of Demeter (object not created locally)
9295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 64 JUnit 5 tests should be package-private.
9296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 64 Public method and constructor comments are required
9297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 64 Unit tests should not contain more than 1 assert(s).
9298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 65 Consider replacing this Vector with the newer java.util.List
9299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 65 Use ArrayList instead of Vector
9300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 68 Avoid variables with short names like en
9301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 69 Potential violation of Law of Demeter (method chain calls)
9302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 70 JUnit assertions should include a message
9303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 71 JUnit assertions should include a message
9304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 72 JUnit assertions should include a message
9305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 73 JUnit assertions should include a message
9306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 74 JUnit assertions should include a message
9307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 78 JUnit 5 tests should be package-private.
9308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 78 Public method and constructor comments are required
9309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 81 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 82 Avoid catching NullPointerException; consider removing the cause of the NPE.
9311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 82 Avoid empty catch blocks
9313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 88 JUnit 5 tests should be package-private.
9314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 88 Public method and constructor comments are required
9315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 88 Unit tests should not contain more than 1 assert(s).
9316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 89 Consider replacing this Hashtable with the newer java.util.Map
9317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 95 JUnit assertions should include a message
9318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 95 Potential violation of Law of Demeter (object not created locally)
9319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 96 JUnit assertions should include a message
9320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 96 Potential violation of Law of Demeter (object not created locally)
9321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 97 JUnit assertions should include a message
9322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 97 Potential violation of Law of Demeter (object not created locally)
9323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 98 JUnit assertions should include a message
9324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 98 Potential violation of Law of Demeter (object not created locally)
9325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 103 JUnit assertions should include a message
9326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 103 Potential violation of Law of Demeter (object not created locally)
9327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 107 JUnit assertions should include a message
9328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 107 Potential violation of Law of Demeter (object not created locally)
9329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 108 JUnit assertions should include a message
9330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 108 Potential violation of Law of Demeter (object not created locally)
9331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 109 JUnit assertions should include a message
9332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 109 Potential violation of Law of Demeter (object not created locally)
9333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 110 JUnit assertions should include a message
9334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 110 Potential violation of Law of Demeter (object not created locally)
9335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 115 JUnit assertions should include a message
9336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 115 Potential violation of Law of Demeter (object not created locally)
9337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 119 JUnit 5 tests should be package-private.
9338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 119 Public method and constructor comments are required
9339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 119 Unit tests should not contain more than 1 assert(s).
9340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 121 Avoid variables with short names like st
9341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 131 JUnit assertions should include a message
9342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 132 JUnit assertions should include a message
9343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java 133 JUnit assertions should include a message
9344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 1 Comment is too large: Too many lines
9345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 17 Too many static imports may lead to messy code
9346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 42 Each class should declare at least one constructor
9347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 42 JUnit 5 tests should be package-private.
9348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 42 This class has too many methods, consider refactoring it.
9349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 48 JUnit 5 tests should be package-private.
9350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 48 Public method and constructor comments are required
9351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 48 Unit tests should not contain more than 1 assert(s).
9352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 49 JUnit assertions should include a message
9353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 50 JUnit assertions should include a message
9354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 52 Potential violation of Law of Demeter (method chain calls)
9355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 55 Potential violation of Law of Demeter (method chain calls)
9356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 60 JUnit assertions should include a message
9357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 67 JUnit 5 tests should be package-private.
9358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 67 Public method and constructor comments are required
9359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 67 Unit tests should not contain more than 1 assert(s).
9360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 69 JUnit assertions should include a message
9361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 71 JUnit assertions should include a message
9362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 78 JUnit 5 tests should be package-private.
9363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 78 Public method and constructor comments are required
9364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 78 Unit tests should not contain more than 1 assert(s).
9365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 80 JUnit assertions should include a message
9366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 82 JUnit assertions should include a message
9367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 86 JUnit 5 tests should be package-private.
9368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 86 Public method and constructor comments are required
9369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 86 Unit tests should not contain more than 1 assert(s).
9370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 89 JUnit assertions should include a message
9371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 91 JUnit assertions should include a message
9372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 98 JUnit 5 tests should be package-private.
9373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 98 Public method and constructor comments are required
9374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 99 JUnit assertions should include a message
9375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 103 JUnit 5 tests should be package-private.
9376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 103 Public method and constructor comments are required
9377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 103 Unit tests should not contain more than 1 assert(s).
9378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 106 JUnit assertions should include a message
9379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 108 JUnit assertions should include a message
9380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 109 JUnit assertions should include a message
9381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 113 JUnit 5 tests should be package-private.
9382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 113 Public method and constructor comments are required
9383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 113 Unit tests should not contain more than 1 assert(s).
9384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 116 JUnit assertions should include a message
9385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 118 JUnit assertions should include a message
9386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 119 JUnit assertions should include a message
9387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 123 JUnit 5 tests should be package-private.
9388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 123 Public method and constructor comments are required
9389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 123 Unit tests should not contain more than 1 assert(s).
9390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 126 JUnit assertions should include a message
9391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 128 JUnit assertions should include a message
9392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 129 JUnit assertions should include a message
9393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 133 JUnit 5 tests should be package-private.
9394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 133 Public method and constructor comments are required
9395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 133 Unit tests should not contain more than 1 assert(s).
9396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 136 JUnit assertions should include a message
9397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 140 JUnit assertions should include a message
9398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 143 JUnit assertions should include a message
9399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 147 JUnit 5 tests should be package-private.
9400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 147 Public method and constructor comments are required
9401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 154 JUnit assertions should include a message
9402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 157 Class comments are required
9403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 158 Field comments are required
9404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 158 Found non-transient, non-static member. Please mark as transient or provide accessors.
9405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 159 Public method and constructor comments are required
9406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 162 Public method and constructor comments are required
9407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 167 Avoid unnecessary if..then..else statements when returning booleans
9408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 167 Useless parentheses.
9409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 168 A method should have only one exit point, and that should be the last statement in the method
9410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 173 Overriding method merely calls super
9411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 178 Class comments are required
9412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 183 Field comments are required
9413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 183 Found non-transient, non-static member. Please mark as transient or provide accessors.
9414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 184 Public method and constructor comments are required
9415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 189 Avoid unnecessary if..then..else statements when returning booleans
9416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 189 Useless parentheses.
9417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 190 A method should have only one exit point, and that should be the last statement in the method
9418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 195 Overriding method merely calls super
9419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 200 Class comments are required
9420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 201 Avoid using redundant field initializer for 'cCounter'
9421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 201 Field comments are required
9422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 202 Field comments are required
9423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 202 Found non-transient, non-static member. Please mark as transient or provide accessors.
9424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 203 Public method and constructor comments are required
9425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 206 Public method and constructor comments are required
9426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 215 JUnit 5 tests should be package-private.
9427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 215 Public method and constructor comments are required
9428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 220 JUnit 5 tests should be package-private.
9429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 220 Public method and constructor comments are required
9430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 220 Unit tests should not contain more than 1 assert(s).
9431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 222 JUnit assertions should include a message
9432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 224 JUnit assertions should include a message
9433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 226 JUnit assertions should include a message
9434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 226 Potential violation of Law of Demeter (object not created locally)
9435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 230 JUnit 5 tests should be package-private.
9436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 230 Public method and constructor comments are required
9437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 235 JUnit 5 tests should be package-private.
9438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 235 Public method and constructor comments are required
9439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 240 JUnit 5 tests should be package-private.
9440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 240 Public method and constructor comments are required
9441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 240 Unit tests should not contain more than 1 assert(s).
9442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 246 JUnit assertions should include a message
9443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 249 JUnit assertions should include a message
9444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 260 JUnit 5 tests should be package-private.
9445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 260 JUnit tests should include assert() or fail()
9446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java 261 Array initialization can be written shorter
9447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 1 Comment is too large: Too many lines
9448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 17 Too many static imports may lead to messy code
9449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 45 Each class should declare at least one constructor
9450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 45 JUnit 5 tests should be package-private.
9451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 45 This class has too many methods, consider refactoring it.
9452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 50 Avoid using redundant field initializer for 'iterableA'
9453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
9454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 55 Avoid using redundant field initializer for 'iterableB'
9455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 55 Found non-transient, non-static member. Please mark as transient or provide accessors.
9456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 60 Avoid using redundant field initializer for 'iterableEven'
9457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
9458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 65 Avoid using redundant field initializer for 'iterableOdd'
9459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 65 Found non-transient, non-static member. Please mark as transient or provide accessors.
9460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 70 Avoid using redundant field initializer for 'emptyIterable'
9461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 70 Found non-transient, non-static member. Please mark as transient or provide accessors.
9462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 73 Public method and constructor comments are required
9463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 106 Field comments are required
9464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 106 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
9465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 110 JUnit 5 tests should be package-private.
9466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 110 Public method and constructor comments are required
9467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 110 Unit tests should not contain more than 1 assert(s).
9468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 112 Potential violation of Law of Demeter (object not created locally)
9469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 113 JUnit assertions should include a message
9470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 116 JUnit assertions should include a message
9471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 116 Potential violation of Law of Demeter (object not created locally)
9472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 117 JUnit assertions should include a message
9473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 117 Potential violation of Law of Demeter (object not created locally)
9474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 118 JUnit assertions should include a message
9475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 118 Potential violation of Law of Demeter (object not created locally)
9476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 121 JUnit assertions should include a message
9477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 123 Avoid variables with short names like it
9478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 125 Potential violation of Law of Demeter (method chain calls)
9479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 126 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 126 The String literal "expecting NullPointerException" appears 9 times in this file; the first occurrence is on line 126
9481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 127 Avoid catching NullPointerException; consider removing the cause of the NPE.
9482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 127 Avoid empty catch blocks
9484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 133 JUnit 5 tests should be package-private.
9485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 133 Public method and constructor comments are required
9486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 133 Unit tests should not contain more than 1 assert(s).
9487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 134 Avoid variables with short names like it
9488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 134 Potential violation of Law of Demeter (method chain calls)
9489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 135 JUnit assertions should include a message
9490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 136 JUnit assertions should include a message
9491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 137 JUnit assertions should include a message
9492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 138 JUnit assertions should include a message
9493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 139 JUnit assertions should include a message
9494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 140 JUnit assertions should include a message
9495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 142 Potential violation of Law of Demeter (method chain calls)
9496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 143 JUnit assertions should include a message
9497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 147 JUnit 5 tests should be package-private.
9498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 147 Public method and constructor comments are required
9499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 147 Unit tests should not contain more than 1 assert(s).
9500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 149 Avoid variables with short names like it
9501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 149 Potential violation of Law of Demeter (method chain calls)
9502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 150 JUnit assertions should include a message
9503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 150 Potential violation of Law of Demeter (object not created locally)
9504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 151 JUnit assertions should include a message
9505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 152 JUnit assertions should include a message
9506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 153 JUnit assertions should include a message
9507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 154 JUnit assertions should include a message
9508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 155 JUnit assertions should include a message
9509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 159 JUnit 5 tests should be package-private.
9510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 159 Public method and constructor comments are required
9511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 160 Potential violation of Law of Demeter (method chain calls)
9512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 160 Potential violation of Law of Demeter (method chain calls)
9513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 165 JUnit assertions should include a message
9514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 168 Potential violation of Law of Demeter (method chain calls)
9515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 168 Potential violation of Law of Demeter (method chain calls)
9516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 169 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 170 Avoid catching NullPointerException; consider removing the cause of the NPE.
9518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 170 Avoid empty catch blocks
9520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 176 JUnit 5 tests should be package-private.
9521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 176 Public method and constructor comments are required
9522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 176 Unit tests should not contain more than 1 assert(s).
9523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 178 Potential violation of Law of Demeter (method chain calls)
9524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 178 Potential violation of Law of Demeter (method chain calls)
9525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 187 JUnit assertions should include a message
9526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 190 Potential violation of Law of Demeter (method chain calls)
9527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 190 Potential violation of Law of Demeter (method chain calls)
9528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 191 JUnit assertions should include a message
9529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 195 JUnit 5 tests should be package-private.
9530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 195 Public method and constructor comments are required
9531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 195 Unit tests should not contain more than 1 assert(s).
9532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 197 Potential violation of Law of Demeter (method chain calls)
9533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 197 Potential violation of Law of Demeter (method chain calls)
9534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 198 JUnit assertions should include a message
9535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 198 Potential violation of Law of Demeter (object not created locally)
9536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 199 JUnit assertions should include a message
9537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 202 Potential violation of Law of Demeter (method chain calls)
9538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 202 Potential violation of Law of Demeter (method chain calls)
9539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 203 JUnit assertions should include a message
9540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 203 Potential violation of Law of Demeter (object not created locally)
9541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 206 Potential violation of Law of Demeter (method chain calls)
9542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 206 Potential violation of Law of Demeter (method chain calls)
9543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 207 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 208 Avoid catching NullPointerException; consider removing the cause of the NPE.
9545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 208 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 208 Avoid empty catch blocks
9547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 214 JUnit 5 tests should be package-private.
9548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 214 Public method and constructor comments are required
9549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 218 Potential violation of Law of Demeter (method chain calls)
9550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 223 JUnit assertions should include a message
9551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 227 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 228 Avoid catching NullPointerException; consider removing the cause of the NPE.
9553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 228 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 228 Avoid empty catch blocks
9555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 234 JUnit 5 tests should be package-private.
9556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 234 Public method and constructor comments are required
9557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 234 Unit tests should not contain more than 1 assert(s).
9558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 235 Potential violation of Law of Demeter (method chain calls)
9559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 235 Potential violation of Law of Demeter (method chain calls)
9560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 236 JUnit assertions should include a message
9561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 236 Potential violation of Law of Demeter (object not created locally)
9562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 237 JUnit assertions should include a message
9563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 240 Potential violation of Law of Demeter (method chain calls)
9564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 240 Potential violation of Law of Demeter (method chain calls)
9565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 242 JUnit assertions should include a message
9566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 242 Potential violation of Law of Demeter (object not created locally)
9567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 242 Potential violation of Law of Demeter (object not created locally)
9568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 243 JUnit assertions should include a message
9569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 246 Potential violation of Law of Demeter (method chain calls)
9570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 246 Potential violation of Law of Demeter (method chain calls)
9571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 247 JUnit assertions should include a message
9572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 247 Potential violation of Law of Demeter (object not created locally)
9573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 250 Potential violation of Law of Demeter (method chain calls)
9574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 250 Potential violation of Law of Demeter (method chain calls)
9575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 251 JUnit assertions should include a message
9576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 251 Potential violation of Law of Demeter (object not created locally)
9577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 254 Potential violation of Law of Demeter (method chain calls)
9578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 254 Potential violation of Law of Demeter (method chain calls)
9579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 255 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 256 Avoid empty catch blocks
9581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 262 JUnit 5 tests should be package-private.
9582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 262 Public method and constructor comments are required
9583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 262 Unit tests should not contain more than 1 assert(s).
9584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 263 Potential violation of Law of Demeter (method chain calls)
9585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 263 Potential violation of Law of Demeter (method chain calls)
9586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 266 JUnit assertions should include a message
9587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 269 Potential violation of Law of Demeter (method chain calls)
9588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 269 Potential violation of Law of Demeter (method chain calls)
9589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 270 JUnit assertions should include a message
9590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 270 Potential violation of Law of Demeter (object not created locally)
9591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 274 JUnit 5 tests should be package-private.
9592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 274 Public method and constructor comments are required
9593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 274 Unit tests should not contain more than 1 assert(s).
9594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 275 Potential violation of Law of Demeter (method chain calls)
9595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 275 Potential violation of Law of Demeter (method chain calls)
9596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 276 JUnit assertions should include a message
9597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 276 Potential violation of Law of Demeter (object not created locally)
9598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 277 JUnit assertions should include a message
9599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 280 Potential violation of Law of Demeter (method chain calls)
9600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 280 Potential violation of Law of Demeter (method chain calls)
9601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 281 JUnit assertions should include a message
9602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 281 Potential violation of Law of Demeter (object not created locally)
9603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 284 Potential violation of Law of Demeter (method chain calls)
9604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 284 Potential violation of Law of Demeter (method chain calls)
9605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 286 JUnit assertions should include a message
9606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 286 Potential violation of Law of Demeter (object not created locally)
9607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 286 Potential violation of Law of Demeter (object not created locally)
9608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 287 JUnit assertions should include a message
9609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 290 Potential violation of Law of Demeter (method chain calls)
9610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 290 Potential violation of Law of Demeter (method chain calls)
9611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 291 JUnit assertions should include a message
9612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 291 Potential violation of Law of Demeter (object not created locally)
9613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 294 Potential violation of Law of Demeter (method chain calls)
9614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 294 Potential violation of Law of Demeter (method chain calls)
9615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 295 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 296 Avoid empty catch blocks
9617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 302 JUnit 5 tests should be package-private.
9618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 302 Public method and constructor comments are required
9619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 302 Unit tests should not contain more than 1 assert(s).
9620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 304 Potential violation of Law of Demeter (method chain calls)
9621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 304 Potential violation of Law of Demeter (method chain calls)
9622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 305 JUnit assertions should include a message
9623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 305 Potential violation of Law of Demeter (object not created locally)
9624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 306 JUnit assertions should include a message
9625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 309 Potential violation of Law of Demeter (method chain calls)
9626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 309 Potential violation of Law of Demeter (method chain calls)
9627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 310 JUnit assertions should include a message
9628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 310 Potential violation of Law of Demeter (object not created locally)
9629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 313 Potential violation of Law of Demeter (method chain calls)
9630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 313 Potential violation of Law of Demeter (method chain calls)
9631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 314 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 315 Avoid catching NullPointerException; consider removing the cause of the NPE.
9633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 315 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 315 Avoid empty catch blocks
9635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 321 JUnit 5 tests should be package-private.
9636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 321 Public method and constructor comments are required
9637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 321 Unit tests should not contain more than 1 assert(s).
9638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 322 Potential violation of Law of Demeter (method chain calls)
9639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 322 Potential violation of Law of Demeter (method chain calls)
9640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 323 JUnit assertions should include a message
9641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 323 Potential violation of Law of Demeter (object not created locally)
9642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 324 JUnit assertions should include a message
9643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 327 Potential violation of Law of Demeter (method chain calls)
9644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 327 Potential violation of Law of Demeter (method chain calls)
9645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 328 JUnit assertions should include a message
9646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 328 Potential violation of Law of Demeter (object not created locally)
9647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 332 JUnit 5 tests should be package-private.
9648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 332 Public method and constructor comments are required
9649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 332 Unit tests should not contain more than 1 assert(s).
9650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 333 Potential violation of Law of Demeter (method chain calls)
9651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 334 Avoid variables with short names like it
9652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 334 Potential violation of Law of Demeter (object not created locally)
9653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 335 JUnit assertions should include a message
9654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 335 Potential violation of Law of Demeter (method chain calls)
9655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 338 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 339 Avoid empty catch blocks
9657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 343 Comment is too large: Line too long
9658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 344 Potential violation of Law of Demeter (object not created locally)
9659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 345 JUnit assertions should include a message
9660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 350 JUnit 5 tests should be package-private.
9661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 350 Public method and constructor comments are required
9662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 350 Unit tests should not contain more than 1 assert(s).
9663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 351 Potential violation of Law of Demeter (method chain calls)
9664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 351 Potential violation of Law of Demeter (method chain calls)
9665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 356 JUnit assertions should include a message
9666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 360 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 361 Avoid catching NullPointerException; consider removing the cause of the NPE.
9668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 361 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 361 Avoid empty catch blocks
9670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 365 Potential violation of Law of Demeter (method chain calls)
9671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 365 Potential violation of Law of Demeter (method chain calls)
9672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 370 JUnit assertions should include a message
9673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 374 JUnit 5 tests should be package-private.
9674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 374 Linguistics Antipattern - The transform method 'asEnumeration' should not return void linguistically
9675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 374 Public method and constructor comments are required
9676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 374 Unit tests should not contain more than 1 assert(s).
9677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 375 Potential violation of Law of Demeter (method chain calls)
9678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 377 JUnit assertions should include a message
9679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 379 Potential violation of Law of Demeter (method chain calls)
9680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 379 Potential violation of Law of Demeter (method chain calls)
9681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 380 JUnit assertions should include a message
9682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 380 Potential violation of Law of Demeter (object not created locally)
9683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 384 JUnit 5 tests should be package-private.
9684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 384 Public method and constructor comments are required
9685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 384 Unit tests should not contain more than 1 assert(s).
9686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 385 JUnit assertions should include a message
9687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 385 Potential violation of Law of Demeter (method chain calls)
9688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 386 JUnit assertions should include a message
9689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 386 Potential violation of Law of Demeter (method chain calls)
9690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 387 JUnit assertions should include a message
9691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 387 Potential violation of Law of Demeter (method chain calls)
9692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 390 Potential violation of Law of Demeter (method chain calls)
9693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 391 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 392 Avoid catching NullPointerException; consider removing the cause of the NPE.
9695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 392 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 392 Avoid empty catch blocks
9697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 398 JUnit 5 tests should be package-private.
9698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 398 Public method and constructor comments are required
9699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 398 Unit tests should not contain more than 1 assert(s).
9700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 399 JUnit assertions should include a message
9701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 399 Potential violation of Law of Demeter (method chain calls)
9702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 400 JUnit assertions should include a message
9703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 400 Potential violation of Law of Demeter (method chain calls)
9704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 401 JUnit assertions should include a message
9705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 401 Potential violation of Law of Demeter (method chain calls)
9706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 404 Potential violation of Law of Demeter (method chain calls)
9707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 405 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 406 Avoid catching NullPointerException; consider removing the cause of the NPE.
9709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 406 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 406 Avoid empty catch blocks
9711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 412 JUnit 5 tests should be package-private.
9712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 412 Public method and constructor comments are required
9713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 412 Unit tests should not contain more than 1 assert(s).
9714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 413 JUnit assertions should include a message
9715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 413 Potential violation of Law of Demeter (method chain calls)
9716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 414 JUnit assertions should include a message
9717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 414 Potential violation of Law of Demeter (method chain calls)
9718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 418 JUnit 5 tests should be package-private.
9719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 418 Public method and constructor comments are required
9720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 418 Unit tests should not contain more than 1 assert(s).
9721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 419 JUnit assertions should include a message
9722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 419 Potential violation of Law of Demeter (method chain calls)
9723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 420 JUnit assertions should include a message
9724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 420 Potential violation of Law of Demeter (method chain calls)
9725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 420 Potential violation of Law of Demeter (method chain calls)
9726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 424 JUnit 5 tests should be package-private.
9727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 424 Public method and constructor comments are required
9728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 424 Unit tests should not contain more than 1 assert(s).
9729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 426 Potential violation of Law of Demeter (method chain calls)
9730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 427 Potential violation of Law of Demeter (object not created locally)
9731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 430 JUnit assertions should include a message
9732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 430 Potential violation of Law of Demeter (object not created locally)
9733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 431 JUnit assertions should include a message
9734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 431 Potential violation of Law of Demeter (object not created locally)
9735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 433 JUnit assertions should include a message
9736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 433 Potential violation of Law of Demeter (object not created locally)
9737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 434 JUnit assertions should include a message
9738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 434 Potential violation of Law of Demeter (object not created locally)
9739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 438 JUnit 5 tests should be package-private.
9740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 438 Public method and constructor comments are required
9741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 438 Unit tests should not contain more than 1 assert(s).
9742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 439 JUnit assertions should include a message
9743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 439 Potential violation of Law of Demeter (method chain calls)
9744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 440 JUnit assertions should include a message
9745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 440 Potential violation of Law of Demeter (method chain calls)
9746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 441 JUnit assertions should include a message
9747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 441 Potential violation of Law of Demeter (method chain calls)
9748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 442 JUnit assertions should include a message
9749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 446 JUnit 5 tests should be package-private.
9750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 446 Public method and constructor comments are required
9751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 446 Unit tests should not contain more than 1 assert(s).
9752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 448 Potential violation of Law of Demeter (method chain calls)
9753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 451 JUnit assertions should include a message
9754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 451 Potential violation of Law of Demeter (object not created locally)
9755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 452 JUnit assertions should include a message
9756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 458 Potential violation of Law of Demeter (method chain calls)
9757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 462 JUnit assertions should include a message
9758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 463 JUnit assertions should include a message
9759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 466 Potential violation of Law of Demeter (method chain calls)
9760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 467 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 468 Avoid catching NullPointerException; consider removing the cause of the NPE.
9762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 468 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 468 Avoid empty catch blocks
9764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 474 JUnit 5 tests should be package-private.
9765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 474 Public method and constructor comments are required
9766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 474 Unit tests should not contain more than 1 assert(s).
9767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 475 Potential violation of Law of Demeter (method chain calls)
9768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 476 JUnit assertions should include a message
9769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 478 Potential violation of Law of Demeter (method chain calls)
9770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 478 Potential violation of Law of Demeter (method chain calls)
9771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 479 JUnit assertions should include a message
9772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 483 JUnit 5 tests should be package-private.
9773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 483 Public method and constructor comments are required
9774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 484 JUnit assertions should include a message
9775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 484 Potential violation of Law of Demeter (method chain calls)
9776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 484 Potential violation of Law of Demeter (method chain calls)
9777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 487 Potential violation of Law of Demeter (method chain calls)
9778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 488 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 489 Avoid empty catch blocks
9780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 494 Potential violation of Law of Demeter (method chain calls)
9781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 495 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 496 Avoid empty catch blocks
9783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 503 JUnit 5 tests should be package-private.
9784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 503 Linguistics Antipattern - The transform method 'toArray' should not return void linguistically
9785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 503 Public method and constructor comments are required
9786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 503 Unit tests should not contain more than 1 assert(s).
9787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 504 Array initialization can be written shorter
9788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 505 Potential violation of Law of Demeter (method chain calls)
9789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 506 JUnit assertions should include a message
9790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 507 JUnit assertions should include a message
9791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 511 Avoid empty catch blocks
9792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 517 JUnit 5 tests should be package-private.
9793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 517 Public method and constructor comments are required
9794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 517 Unit tests should not contain more than 1 assert(s).
9795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 518 Potential violation of Law of Demeter (method chain calls)
9796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 519 JUnit assertions should include a message
9797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 521 Potential violation of Law of Demeter (method chain calls)
9798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/FluentIterableTest.java 522 JUnit assertions should include a message
9799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 1 Comment is too large: Too many lines
9800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 17 Too many static imports may lead to messy code
9801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 47 Each class should declare at least one constructor
9802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 47 JUnit 5 tests should be package-private.
9803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 47 This class has too many methods, consider refactoring it.
9804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 52 Avoid using redundant field initializer for 'iterableA'
9805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
9806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 57 Avoid using redundant field initializer for 'iterableB'
9807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
9808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 62 Avoid using redundant field initializer for 'emptyIterable'
9809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
9810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 65 Public method and constructor comments are required
9811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 95 Field comments are required
9812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 95 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
9813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 97 Field comments are required
9814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 97 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
9815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 101 JUnit 5 tests should be package-private.
9816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 101 Public method and constructor comments are required
9817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 113 JUnit assertions should include a message
9818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 116 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 116 The String literal "expecting NullPointerException" appears 10 times in this file; the first occurrence is on line 116
9820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 117 Avoid catching NullPointerException; consider removing the cause of the NPE.
9821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 117 Avoid empty catch blocks
9823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 129 JUnit 5 tests should be package-private.
9824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 129 Public method and constructor comments are required
9825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 137 JUnit 5 tests should be package-private.
9826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 137 Public method and constructor comments are required
9827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 137 Unit tests should not contain more than 1 assert(s).
9828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 149 JUnit assertions should include a message
9829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 150 JUnit assertions should include a message
9830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 154 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 155 Avoid catching NullPointerException; consider removing the cause of the NPE.
9832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 155 Avoid empty catch blocks
9834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 165 JUnit assertions should include a message
9835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 169 JUnit 5 tests should be package-private.
9836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 169 Public method and constructor comments are required
9837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 169 Unit tests should not contain more than 1 assert(s).
9838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 175 Avoid excessively long variable names like secondLetterEquator
9839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 178 Avoid variables with short names like o1
9840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 178 Avoid variables with short names like o2
9841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 183 Avoid variables with short names like o
9842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 189 JUnit assertions should include a message
9843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 190 JUnit assertions should include a message
9844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 191 JUnit assertions should include a message
9845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 192 JUnit assertions should include a message
9846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 193 JUnit assertions should include a message
9847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 197 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 198 Avoid catching NullPointerException; consider removing the cause of the NPE.
9849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 198 Avoid empty catch blocks
9851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 203 JUnit 5 tests should be package-private.
9852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 203 Public method and constructor comments are required
9853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 203 Unit tests should not contain more than 1 assert(s).
9854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 205 JUnit assertions should include a message
9855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 207 JUnit assertions should include a message
9856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 208 JUnit assertions should include a message
9857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 209 JUnit assertions should include a message
9858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 210 JUnit assertions should include a message
9859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 211 JUnit assertions should include a message
9860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 213 JUnit assertions should include a message
9861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 214 JUnit assertions should include a message
9862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 215 JUnit assertions should include a message
9863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 216 JUnit assertions should include a message
9864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 217 JUnit assertions should include a message
9865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 222 Avoid excessively long variable names like iterableIntAsNumber
9866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 223 Avoid excessively long variable names like iterableLongAsNumber
9867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 224 JUnit assertions should include a message
9868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 225 JUnit assertions should include a message
9869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 232 JUnit assertions should include a message
9870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 233 JUnit assertions should include a message
9871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 234 JUnit assertions should include a message
9872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 235 JUnit assertions should include a message
9873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 236 JUnit assertions should include a message
9874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 243 JUnit assertions should include a message
9875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 244 JUnit assertions should include a message
9876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 245 JUnit assertions should include a message
9877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 246 JUnit assertions should include a message
9878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 247 JUnit assertions should include a message
9879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 251 JUnit 5 tests should be package-private.
9880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 251 Public method and constructor comments are required
9881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 251 Unit tests should not contain more than 1 assert(s).
9882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 253 JUnit assertions should include a message
9883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 255 JUnit assertions should include a message
9884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 257 JUnit assertions should include a message
9885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 259 JUnit assertions should include a message
9886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 261 JUnit assertions should include a message
9887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 263 JUnit assertions should include a message
9888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 265 JUnit assertions should include a message
9889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 269 JUnit 5 tests should be package-private.
9890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 269 Public method and constructor comments are required
9891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 269 Unit tests should not contain more than 1 assert(s).
9892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 272 JUnit assertions should include a message
9893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 275 JUnit assertions should include a message
9894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 276 JUnit assertions should include a message
9895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 279 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 280 Avoid catching NullPointerException; consider removing the cause of the NPE.
9897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 280 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 280 Avoid empty catch blocks
9899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 286 JUnit 5 tests should be package-private.
9900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 286 Public method and constructor comments are required
9901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 286 Unit tests should not contain more than 1 assert(s).
9902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 289 JUnit assertions should include a message
9903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 292 JUnit assertions should include a message
9904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 293 JUnit assertions should include a message
9905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 296 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 297 Avoid catching NullPointerException; consider removing the cause of the NPE.
9907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 297 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 297 Avoid empty catch blocks
9909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 303 JUnit 5 tests should be package-private.
9910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 303 Public method and constructor comments are required
9911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 303 Unit tests should not contain more than 1 assert(s).
9912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 304 JUnit assertions should include a message
9913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 305 JUnit assertions should include a message
9914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 308 JUnit assertions should include a message
9915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 309 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 309 The String literal "predicate must not be null" appears 6 times in this file; the first occurrence is on line 309
9917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 310 Avoid catching NullPointerException; consider removing the cause of the NPE.
9918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 310 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 310 Avoid empty catch blocks
9920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 315 JUnit assertions should include a message
9921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 316 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 317 Avoid catching NullPointerException; consider removing the cause of the NPE.
9923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 317 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 317 Avoid empty catch blocks
9925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 323 JUnit 5 tests should be package-private.
9926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 323 Public method and constructor comments are required
9927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 323 Unit tests should not contain more than 1 assert(s).
9928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 327 JUnit assertions should include a message
9929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 328 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 329 Avoid catching NullPointerException; consider removing the cause of the NPE.
9931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 329 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 329 Avoid empty catch blocks
9933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 334 JUnit assertions should include a message
9934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 335 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 336 Avoid catching NullPointerException; consider removing the cause of the NPE.
9936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 336 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 336 Avoid empty catch blocks
9938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 340 JUnit assertions should include a message
9939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 341 JUnit assertions should include a message
9940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 345 JUnit assertions should include a message
9941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 348 JUnit assertions should include a message
9942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 352 JUnit 5 tests should be package-private.
9943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 352 Public method and constructor comments are required
9944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 352 Unit tests should not contain more than 1 assert(s).
9945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 354 JUnit assertions should include a message
9946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 355 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 356 Avoid catching NullPointerException; consider removing the cause of the NPE.
9948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 356 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 356 Avoid empty catch blocks
9950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 361 JUnit assertions should include a message
9951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 362 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
9952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 363 Avoid catching NullPointerException; consider removing the cause of the NPE.
9953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 363 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 363 Avoid empty catch blocks
9955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 368 JUnit assertions should include a message
9956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 371 JUnit assertions should include a message
9957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 373 JUnit assertions should include a message
9958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 374 JUnit assertions should include a message
9959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 377 A method/constructor should not explicitly throw java.lang.Exception
9960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 377 Linguistics Antipattern - The getter 'getFromIterable' should not return void linguistically
9961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 377 Probable detached JUnit test case.
9962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 377 Public method and constructor comments are required
9963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 380 The String literal "element" appears 5 times in this file; the first occurrence is on line 380
9964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 381 JUnit assertions should include a message
9965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 385 A method/constructor should not explicitly throw java.lang.Exception
9966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 385 JUnit 5 tests should be package-private.
9967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 385 Linguistics Antipattern - The getter 'getFromIterableIndexOutOfBoundsException' should not return void linguistically
9968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 385 Public method and constructor comments are required
9969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 393 A method/constructor should not explicitly throw java.lang.Exception
9970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 393 Probable detached JUnit test case.
9971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 393 Public method and constructor comments are required
9972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 397 JUnit assertions should include a message
9973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 401 A method/constructor should not explicitly throw java.lang.Exception
9974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 401 JUnit 5 tests should be package-private.
9975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 401 Public method and constructor comments are required
9976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 410 JUnit 5 tests should be package-private.
9977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 410 Public method and constructor comments are required
9978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 410 Unit tests should not contain more than 1 assert(s).
9979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 417 JUnit assertions should include a message
9980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 417 Potential violation of Law of Demeter (object not created locally)
9981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 420 Potential violation of Law of Demeter (object not created locally)
9982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 421 JUnit assertions should include a message
9983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 421 Potential violation of Law of Demeter (object not created locally)
9984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 422 JUnit assertions should include a message
9985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 422 Potential violation of Law of Demeter (method chain calls)
9986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 426 Potential violation of Law of Demeter (object not created locally)
9987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 427 JUnit assertions should include a message
9988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 427 Potential violation of Law of Demeter (object not created locally)
9989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 430 JUnit assertions should include a message
9990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 430 Potential violation of Law of Demeter (object not created locally)
9991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 431 JUnit assertions should include a message
9992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 431 Potential violation of Law of Demeter (method chain calls)
9993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 431 Potential violation of Law of Demeter (object not created locally)
9994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 432 JUnit assertions should include a message
9995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 432 Potential violation of Law of Demeter (method chain calls)
9996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 432 Potential violation of Law of Demeter (object not created locally)
9997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 435 JUnit assertions should include a message
9998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 435 Potential violation of Law of Demeter (object not created locally)
9999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 436 JUnit assertions should include a message
10000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 436 Potential violation of Law of Demeter (object not created locally)
10001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 440 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 441 Avoid catching NullPointerException; consider removing the cause of the NPE.
10003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 441 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 441 Avoid empty catch blocks
10005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 448 JUnit 5 tests should be package-private.
10006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 448 Public method and constructor comments are required
10007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 448 Unit tests should not contain more than 1 assert(s).
10008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 457 Potential violation of Law of Demeter (object not created locally)
10009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 458 JUnit assertions should include a message
10010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 458 Potential violation of Law of Demeter (object not created locally)
10011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 459 JUnit assertions should include a message
10012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 459 Potential violation of Law of Demeter (method chain calls)
10013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 459 Potential violation of Law of Demeter (method chain calls)
10014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 459 Potential violation of Law of Demeter (object not created locally)
10015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 462 Potential violation of Law of Demeter (object not created locally)
10016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 463 JUnit assertions should include a message
10017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 463 Potential violation of Law of Demeter (object not created locally)
10018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 464 JUnit assertions should include a message
10019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 464 Potential violation of Law of Demeter (method chain calls)
10020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 464 Potential violation of Law of Demeter (method chain calls)
10021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 464 Potential violation of Law of Demeter (object not created locally)
10022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 468 Potential violation of Law of Demeter (object not created locally)
10023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 469 JUnit assertions should include a message
10024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 469 Potential violation of Law of Demeter (object not created locally)
10025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 473 Avoid catching NullPointerException; consider removing the cause of the NPE.
10026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 473 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 473 Avoid empty catch blocks
10028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 479 JUnit 5 tests should be package-private.
10029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 479 Public method and constructor comments are required
10030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 479 Unit tests should not contain more than 1 assert(s).
10031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 481 JUnit assertions should include a message
10032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 484 JUnit assertions should include a message
10033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 487 JUnit assertions should include a message
10034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 490 JUnit assertions should include a message
10035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 493 The String literal "not supposed to reach here" appears 6 times in this file; the first occurrence is on line 493
10036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 496 JUnit assertions should include a message
10037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 502 JUnit assertions should include a message
10038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 506 JUnit 5 tests should be package-private.
10039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 506 Public method and constructor comments are required
10040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 506 Unit tests should not contain more than 1 assert(s).
10041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 511 JUnit assertions should include a message
10042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 514 JUnit assertions should include a message
10043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 517 JUnit assertions should include a message
10044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 520 JUnit assertions should include a message
10045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 523 JUnit assertions should include a message
10046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 526 JUnit assertions should include a message
10047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 529 JUnit assertions should include a message
10048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 532 JUnit assertions should include a message
10049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 535 JUnit assertions should include a message
10050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 539 JUnit 5 tests should be package-private.
10051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 539 Public method and constructor comments are required
10052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 544 JUnit assertions should include a message
10053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 548 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 549 Avoid catching NullPointerException; consider removing the cause of the NPE.
10055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 549 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 549 Avoid empty catch blocks
10057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 558 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 559 Avoid catching NullPointerException; consider removing the cause of the NPE.
10059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 559 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 559 Avoid empty catch blocks
10061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 568 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 569 Avoid catching NullPointerException; consider removing the cause of the NPE.
10063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 569 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 569 Avoid empty catch blocks
10065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 578 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 579 Avoid catching NullPointerException; consider removing the cause of the NPE.
10067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 579 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 579 Avoid empty catch blocks
10069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 585 JUnit 5 tests should be package-private.
10070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 585 Public method and constructor comments are required
10071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IterableUtilsTest.java 586 JUnit assertions should include a message
10072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1 Comment is too large: Too many lines
10073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 17 A high number of imports can indicate a high degree of coupling within an object.
10074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 17 This class has a bunch of public methods and attributes
10075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 17 Too many static imports may lead to messy code
10076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 49 Unused import 'org.apache.commons.collections4.iterators.*'
10077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 59 Avoid really long classes.
10078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 59 Each class should declare at least one constructor
10079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 59 JUnit 5 tests should be package-private.
10080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 59 Possible God Class (WMC=138, ATFD=107, TCC=1.414%)
10081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 59 The class 'IteratorUtilsTest' has a total cyclomatic complexity of 138 (highest 14).
10082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 59 This class has too many methods, consider refactoring it.
10083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 64 Avoid using redundant field initializer for 'collectionA'
10084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
10085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 64 Perhaps 'collectionA' could be replaced by a local variable.
10086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 69 Avoid using redundant field initializer for 'collectionEven'
10087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 69 Found non-transient, non-static member. Please mark as transient or provide accessors.
10088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 74 Avoid using redundant field initializer for 'collectionOdd'
10089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 74 Found non-transient, non-static member. Please mark as transient or provide accessors.
10090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 76 Field comments are required
10091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
10092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 78 Avoid using redundant field initializer for 'iterableA'
10093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 78 Field comments are required
10094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
10095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 83 Consider using varargs for methods or constructors which take an array the last parameter.
10096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 138 Public method and constructor comments are required
10097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 158 Avoid really long methods.
10098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 158 JUnit 5 tests should be package-private.
10099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 158 Public method and constructor comments are required
10100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 158 The method 'testArrayIterator()' has a NCSS line count of 63.
10101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 158 The method 'testArrayIterator()' has a cyclomatic complexity of 13.
10102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 158 The method 'testArrayIterator()' has an NPath complexity of 4096, current threshold is 200
10103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 158 Unit tests should not contain more than 1 assert(s).
10104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 161 JUnit assertions should include a message
10105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 162 JUnit assertions should include a message
10106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 164 JUnit assertions should include a message
10107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 167 The value assigned to variable 'iterator' is never used (overwritten on lines 174 and 180)
10108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 168 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 168 The String literal "Expecting IllegalArgumentException" appears 7 times in this file; the first occurrence is on line 168
10110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 169 Avoid empty catch blocks
10111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 174 The value assigned to variable 'iterator' is never used (overwritten on line 180)
10112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 175 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 175 The String literal "Expecting NullPointerException" appears 11 times in this file; the first occurrence is on line 175
10114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 176 Avoid catching NullPointerException; consider removing the cause of the NPE.
10115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 176 Avoid empty catch blocks
10117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 181 JUnit assertions should include a message
10118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 184 The value assigned to variable 'iterator' is never used (overwritten on line 190)
10119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 185 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 185 The String literal "Expecting IndexOutOfBoundsException" appears 14 times in this file; the first occurrence is on line 185
10121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 186 Avoid empty catch blocks
10122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 191 JUnit assertions should include a message
10123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 195 The value assigned to variable 'iterator' is never used (overwritten on line 201)
10124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 196 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 197 Avoid empty catch blocks
10126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 202 JUnit assertions should include a message
10127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 205 The value assigned to variable 'iterator' is never used (overwritten on lines 212, 219 and 226)
10128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 206 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 207 Avoid empty catch blocks
10130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 212 The value assigned to variable 'iterator' is never used (overwritten on lines 219 and 226)
10131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 213 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 214 Avoid empty catch blocks
10133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 219 The value assigned to variable 'iterator' is never used (overwritten on line 226)
10134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 220 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 221 Avoid empty catch blocks
10136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 227 JUnit assertions should include a message
10137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 228 JUnit assertions should include a message
10138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 230 JUnit assertions should include a message
10139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 233 JUnit assertions should include a message
10140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 236 The value assigned to variable 'iterator' is never used (overwritten on line 242)
10141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 237 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 238 Avoid empty catch blocks
10143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 243 JUnit assertions should include a message
10144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 247 The value assigned to variable 'iterator' is never used (overwritten on line 253)
10145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 248 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 249 Avoid empty catch blocks
10147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 254 JUnit assertions should include a message
10148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 257 The value assigned to variable 'iterator' is never used (overwritten on lines 264 and 271)
10149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 258 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 259 Avoid empty catch blocks
10151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 264 The value assigned to variable 'iterator' is never used (overwritten on line 271)
10152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 265 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 266 Avoid empty catch blocks
10154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 271 The value assigned to variable 'iterator' is never used
10155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 272 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 273 Avoid empty catch blocks
10157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 279 Avoid really long methods.
10158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 279 JUnit 5 tests should be package-private.
10159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 279 Public method and constructor comments are required
10160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 279 The method 'testArrayListIterator()' has a NCSS line count of 101.
10161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 279 The method 'testArrayListIterator()' has a cyclomatic complexity of 14.
10162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 279 The method 'testArrayListIterator()' has an NPath complexity of 8192, current threshold is 200
10163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 279 Unit tests should not contain more than 1 assert(s).
10164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 282 JUnit assertions should include a message
10165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 283 JUnit assertions should include a message
10166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 284 JUnit assertions should include a message
10167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 285 JUnit assertions should include a message
10168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 286 JUnit assertions should include a message
10169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 287 JUnit assertions should include a message
10170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 288 JUnit assertions should include a message
10171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 289 JUnit assertions should include a message
10172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 290 JUnit assertions should include a message
10173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 291 JUnit assertions should include a message
10174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 292 JUnit assertions should include a message
10175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 293 JUnit assertions should include a message
10176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 294 JUnit assertions should include a message
10177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 297 The value assigned to variable 'iterator' is never used (overwritten on lines 304 and 310)
10178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 298 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 299 Avoid empty catch blocks
10180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 304 The value assigned to variable 'iterator' is never used (overwritten on line 310)
10181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 305 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 306 Avoid catching NullPointerException; consider removing the cause of the NPE.
10183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 306 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 306 Avoid empty catch blocks
10185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 311 JUnit assertions should include a message
10186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 312 JUnit assertions should include a message
10187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 313 JUnit assertions should include a message
10188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 314 JUnit assertions should include a message
10189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 315 JUnit assertions should include a message
10190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 318 The value assigned to variable 'iterator' is never used (overwritten on line 324)
10191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 319 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 320 Avoid empty catch blocks
10193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 325 JUnit assertions should include a message
10194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 328 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 329 Avoid empty catch blocks
10196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 334 The value assigned to variable 'iterator' is never used (overwritten on line 340)
10197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 335 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 336 Avoid empty catch blocks
10199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 341 JUnit assertions should include a message
10200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 344 The value assigned to variable 'iterator' is never used (overwritten on lines 351, 358 and 365)
10201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 345 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 346 Avoid empty catch blocks
10203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 351 The value assigned to variable 'iterator' is never used (overwritten on lines 358 and 365)
10204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 352 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 353 Avoid empty catch blocks
10206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 358 The value assigned to variable 'iterator' is never used (overwritten on line 365)
10207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 359 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 360 Avoid empty catch blocks
10209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 366 JUnit assertions should include a message
10210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 367 JUnit assertions should include a message
10211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 368 JUnit assertions should include a message
10212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 369 JUnit assertions should include a message
10213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 370 JUnit assertions should include a message
10214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 371 JUnit assertions should include a message
10215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 372 JUnit assertions should include a message
10216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 373 JUnit assertions should include a message
10217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 374 JUnit assertions should include a message
10218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 375 JUnit assertions should include a message
10219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 376 JUnit assertions should include a message
10220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 379 JUnit assertions should include a message
10221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 380 JUnit assertions should include a message
10222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 381 JUnit assertions should include a message
10223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 382 JUnit assertions should include a message
10224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 383 JUnit assertions should include a message
10225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 384 JUnit assertions should include a message
10226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 385 JUnit assertions should include a message
10227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 386 JUnit assertions should include a message
10228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 387 JUnit assertions should include a message
10229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 388 JUnit assertions should include a message
10230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 389 JUnit assertions should include a message
10231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 390 JUnit assertions should include a message
10232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 391 JUnit assertions should include a message
10233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 392 JUnit assertions should include a message
10234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 395 The value assigned to variable 'iterator' is never used (overwritten on line 401)
10235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 396 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 397 Avoid empty catch blocks
10237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 402 JUnit assertions should include a message
10238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 405 The value assigned to variable 'iterator' is never used (overwritten on line 411)
10239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 406 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 407 Avoid empty catch blocks
10241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 412 JUnit assertions should include a message
10242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 413 JUnit assertions should include a message
10243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 414 JUnit assertions should include a message
10244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 415 JUnit assertions should include a message
10245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 416 JUnit assertions should include a message
10246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 419 The value assigned to variable 'iterator' is never used (overwritten on lines 426 and 433)
10247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 420 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 421 Avoid empty catch blocks
10249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 426 The value assigned to variable 'iterator' is never used (overwritten on line 433)
10250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 427 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 428 Avoid empty catch blocks
10252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 433 The value assigned to variable 'iterator' is never used
10253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 434 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 435 Avoid empty catch blocks
10255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 441 JUnit 5 tests should be package-private.
10256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 441 Public method and constructor comments are required
10257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 446 JUnit 5 tests should be package-private.
10258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 446 Public method and constructor comments are required
10259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 446 Unit tests should not contain more than 1 assert(s).
10260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 456 JUnit assertions should include a message
10261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 460 JUnit assertions should include a message
10262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 463 Potential violation of Law of Demeter (method chain calls)
10263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 463 Potential violation of Law of Demeter (method chain calls)
10264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 467 JUnit 5 tests should be package-private.
10265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 467 Public method and constructor comments are required
10266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 470 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 471 Avoid catching NullPointerException; consider removing the cause of the NPE.
10268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 471 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 471 Avoid empty catch blocks
10270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 477 JUnit 5 tests should be package-private.
10271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 477 Public method and constructor comments are required
10272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 477 Unit tests should not contain more than 1 assert(s).
10273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 478 Consider replacing this Vector with the newer java.util.List
10274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 478 Use ArrayList instead of Vector
10275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 481 Avoid variables with short names like en
10276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 482 The String literal "create instance fail" appears 15 times in this file; the first occurrence is on line 482
10277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 487 JUnit 5 tests should be package-private.
10278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 487 Public method and constructor comments are required
10279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 489 The String literal "test" appears 6 times in this file; the first occurrence is on line 489
10280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 490 Consider replacing this Vector with the newer java.util.List
10281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 490 Use ArrayList instead of Vector
10282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 493 Avoid variables with short names like en
10283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 497 Avoid catching NullPointerException; consider removing the cause of the NPE.
10284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 497 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 497 Avoid empty catch blocks
10286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 502 Avoid catching NullPointerException; consider removing the cause of the NPE.
10287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 502 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 502 Avoid empty catch blocks
10289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 508 JUnit 5 tests should be package-private.
10290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 508 Public method and constructor comments are required
10291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 508 Unit tests should not contain more than 1 assert(s).
10292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 518 JUnit assertions should include a message
10293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 522 JUnit assertions should include a message
10294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 527 JUnit assertions should include a message
10295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 531 JUnit assertions should include a message
10296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 535 JUnit 5 tests should be package-private.
10297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 535 Public method and constructor comments are required
10298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 538 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 539 Avoid catching NullPointerException; consider removing the cause of the NPE.
10300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 539 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 539 Avoid empty catch blocks
10302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 545 JUnit 5 tests should be package-private.
10303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 545 Public method and constructor comments are required
10304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 545 Unit tests should not contain more than 1 assert(s).
10305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 547 Avoid variables with short names like ie
10306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 558 JUnit 5 tests should be package-private.
10307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 558 Unit tests should not contain more than 1 assert(s).
10308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 561 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 561 The String literal "expecting NullPointerException" appears 6 times in this file; the first occurrence is on line 561
10310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 562 Avoid catching NullPointerException; consider removing the cause of the NPE.
10311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 562 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 562 Avoid empty catch blocks
10313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 568 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 569 Avoid catching NullPointerException; consider removing the cause of the NPE.
10315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 569 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 569 Avoid empty catch blocks
10317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 574 Avoid variables with short names like it
10318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 578 JUnit assertions should include a message
10319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 578 Potential violation of Law of Demeter (object not created locally)
10320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 584 JUnit assertions should include a message
10321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 588 JUnit assertions should include a message
10322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 599 JUnit assertions should include a message
10323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 603 JUnit 5 tests should be package-private.
10324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 603 Public method and constructor comments are required
10325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 603 Unit tests should not contain more than 1 assert(s).
10326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 607 Avoid variables with short names like it
10327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 609 JUnit assertions should include a message
10328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 609 Potential violation of Law of Demeter (object not created locally)
10329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 614 JUnit 5 tests should be package-private.
10330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 614 Public method and constructor comments are required
10331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 614 Unit tests should not contain more than 1 assert(s).
10332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 617 Avoid variables with short names like it
10333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 621 JUnit assertions should include a message
10334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 621 Potential violation of Law of Demeter (object not created locally)
10335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 625 JUnit assertions should include a message
10336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 634 JUnit assertions should include a message
10337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 643 JUnit 5 tests should be package-private.
10338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 643 Unit tests should not contain more than 1 assert(s).
10339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 644 JUnit assertions should include a message
10340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 645 JUnit assertions should include a message
10341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 646 JUnit assertions should include a message
10342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 647 JUnit assertions should include a message
10343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 648 JUnit assertions should include a message
10344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 649 JUnit assertions should include a message
10345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 650 JUnit assertions should include a message
10346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 651 JUnit assertions should include a message
10347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 651 Potential violation of Law of Demeter (static property access)
10348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 652 Potential violation of Law of Demeter (static property access)
10349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 653 JUnit assertions should include a message
10350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 654 JUnit assertions should include a message
10351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 656 Potential violation of Law of Demeter (static property access)
10352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 657 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 657 JUnit assertions should include a message
10354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 658 Avoid empty catch blocks
10355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 661 Potential violation of Law of Demeter (static property access)
10356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 662 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 662 JUnit assertions should include a message
10358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 663 Avoid empty catch blocks
10359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 672 JUnit 5 tests should be package-private.
10360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 672 Unit tests should not contain more than 1 assert(s).
10361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 673 JUnit assertions should include a message
10362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 674 JUnit assertions should include a message
10363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 675 JUnit assertions should include a message
10364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 676 JUnit assertions should include a message
10365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 677 JUnit assertions should include a message
10366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 678 JUnit assertions should include a message
10367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 679 JUnit assertions should include a message
10368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 680 JUnit assertions should include a message
10369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 680 Potential violation of Law of Demeter (static property access)
10370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 681 JUnit assertions should include a message
10371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 681 Potential violation of Law of Demeter (static property access)
10372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 682 JUnit assertions should include a message
10373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 682 Potential violation of Law of Demeter (static property access)
10374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 683 Potential violation of Law of Demeter (static property access)
10375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 684 JUnit assertions should include a message
10376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 685 JUnit assertions should include a message
10377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 687 Potential violation of Law of Demeter (static property access)
10378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 688 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 688 JUnit assertions should include a message
10380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 689 Avoid empty catch blocks
10381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 692 Potential violation of Law of Demeter (static property access)
10382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 693 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 693 JUnit assertions should include a message
10384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 694 Avoid empty catch blocks
10385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 697 Potential violation of Law of Demeter (static property access)
10386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 698 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 698 JUnit assertions should include a message
10388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 699 Avoid empty catch blocks
10389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 702 Potential violation of Law of Demeter (method chain calls)
10390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 703 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 703 JUnit assertions should include a message
10392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 704 Avoid empty catch blocks
10393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 707 Potential violation of Law of Demeter (method chain calls)
10394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 708 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 708 JUnit assertions should include a message
10396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 709 Avoid empty catch blocks
10397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 719 JUnit 5 tests should be package-private.
10398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 719 Unit tests should not contain more than 1 assert(s).
10399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 720 JUnit assertions should include a message
10400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 721 JUnit assertions should include a message
10401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 722 JUnit assertions should include a message
10402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 723 JUnit assertions should include a message
10403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 724 JUnit assertions should include a message
10404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 725 JUnit assertions should include a message
10405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 726 JUnit assertions should include a message
10406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 727 JUnit assertions should include a message
10407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 727 Potential violation of Law of Demeter (static property access)
10408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 729 JUnit assertions should include a message
10409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 730 JUnit assertions should include a message
10410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 732 Potential violation of Law of Demeter (static property access)
10411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 733 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 733 JUnit assertions should include a message
10413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 734 Avoid empty catch blocks
10414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 737 Potential violation of Law of Demeter (static property access)
10415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 738 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 738 JUnit assertions should include a message
10417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 739 Avoid empty catch blocks
10418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 742 Potential violation of Law of Demeter (static property access)
10419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 743 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 743 JUnit assertions should include a message
10421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 744 Avoid empty catch blocks
10422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 747 Potential violation of Law of Demeter (static property access)
10423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 748 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 748 JUnit assertions should include a message
10425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 749 Avoid empty catch blocks
10426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 752 Potential violation of Law of Demeter (static property access)
10427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 753 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 753 JUnit assertions should include a message
10429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 754 Avoid empty catch blocks
10430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 764 JUnit 5 tests should be package-private.
10431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 764 Unit tests should not contain more than 1 assert(s).
10432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 765 JUnit assertions should include a message
10433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 766 JUnit assertions should include a message
10434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 767 JUnit assertions should include a message
10435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 768 JUnit assertions should include a message
10436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 769 JUnit assertions should include a message
10437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 770 JUnit assertions should include a message
10438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 771 JUnit assertions should include a message
10439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 771 Potential violation of Law of Demeter (static property access)
10440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 772 JUnit assertions should include a message
10441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 772 Potential violation of Law of Demeter (static property access)
10442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 774 JUnit assertions should include a message
10443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 775 JUnit assertions should include a message
10444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 777 Potential violation of Law of Demeter (static property access)
10445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 778 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 778 JUnit assertions should include a message
10447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 779 Avoid empty catch blocks
10448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 782 Potential violation of Law of Demeter (static property access)
10449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 783 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 783 JUnit assertions should include a message
10451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 784 Avoid empty catch blocks
10452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 787 Potential violation of Law of Demeter (static property access)
10453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 788 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 788 JUnit assertions should include a message
10455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 789 Avoid empty catch blocks
10456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 799 JUnit 5 tests should be package-private.
10457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 799 Unit tests should not contain more than 1 assert(s).
10458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 800 JUnit assertions should include a message
10459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 801 JUnit assertions should include a message
10460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 802 JUnit assertions should include a message
10461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 803 JUnit assertions should include a message
10462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 804 JUnit assertions should include a message
10463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 805 JUnit assertions should include a message
10464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 806 JUnit assertions should include a message
10465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 806 Potential violation of Law of Demeter (static property access)
10466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 807 JUnit assertions should include a message
10467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 807 Potential violation of Law of Demeter (static property access)
10468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 809 JUnit assertions should include a message
10469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 810 JUnit assertions should include a message
10470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 812 Potential violation of Law of Demeter (static property access)
10471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 813 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 813 JUnit assertions should include a message
10473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 814 Avoid empty catch blocks
10474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 817 Potential violation of Law of Demeter (static property access)
10475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 818 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 818 JUnit assertions should include a message
10477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 819 Avoid empty catch blocks
10478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 822 Potential violation of Law of Demeter (static property access)
10479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 823 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 823 JUnit assertions should include a message
10481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 824 Avoid empty catch blocks
10482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 827 Potential violation of Law of Demeter (static property access)
10483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 828 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 828 JUnit assertions should include a message
10485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 829 Avoid empty catch blocks
10486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 832 Potential violation of Law of Demeter (static property access)
10487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 833 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 833 JUnit assertions should include a message
10489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 834 Avoid empty catch blocks
10490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 837 Potential violation of Law of Demeter (static property access)
10491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 838 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 838 JUnit assertions should include a message
10493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 839 Avoid empty catch blocks
10494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 844 JUnit 5 tests should be package-private.
10495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 844 JUnit tests should include assert() or fail()
10496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 844 Public method and constructor comments are required
10497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 846 Avoid variables with short names like ie
10498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 849 Avoid catching NullPointerException; consider removing the cause of the NPE.
10499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 849 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 849 Avoid empty catch blocks
10501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 854 Avoid catching NullPointerException; consider removing the cause of the NPE.
10502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 854 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 854 Avoid empty catch blocks
10504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 860 JUnit 5 tests should be package-private.
10505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 860 Public method and constructor comments are required
10506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 868 Avoid catching NullPointerException; consider removing the cause of the NPE.
10507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 868 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 868 Avoid empty catch blocks
10509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 873 Avoid catching NullPointerException; consider removing the cause of the NPE.
10510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 873 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 873 Avoid empty catch blocks
10512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 879 JUnit 5 tests should be package-private.
10513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 879 Public method and constructor comments are required
10514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 879 Unit tests should not contain more than 1 assert(s).
10515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 882 JUnit assertions should include a message
10516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 885 JUnit assertions should include a message
10517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 886 JUnit assertions should include a message
10518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 888 JUnit assertions should include a message
10519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 889 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 890 Avoid catching NullPointerException; consider removing the cause of the NPE.
10521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 890 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 890 Avoid empty catch blocks
10523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 896 JUnit 5 tests should be package-private.
10524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 896 Public method and constructor comments are required
10525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 899 JUnit assertions should include a message
10526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 904 JUnit 5 tests should be package-private.
10527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 904 Public method and constructor comments are required
10528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 916 JUnit assertions should include a message
10529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 919 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 920 Avoid catching NullPointerException; consider removing the cause of the NPE.
10531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 920 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 920 Avoid empty catch blocks
10533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 932 JUnit 5 tests should be package-private.
10534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 932 Public method and constructor comments are required
10535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 932 Unit tests should not contain more than 1 assert(s).
10536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 944 JUnit assertions should include a message
10537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 945 JUnit assertions should include a message
10538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 949 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 950 Avoid catching NullPointerException; consider removing the cause of the NPE.
10540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 950 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 950 Avoid empty catch blocks
10542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 960 JUnit assertions should include a message
10543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 964 JUnit 5 tests should be package-private.
10544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 964 Public method and constructor comments are required
10545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 964 Unit tests should not contain more than 1 assert(s).
10546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 967 JUnit assertions should include a message
10547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 969 JUnit assertions should include a message
10548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 974 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 975 Avoid empty catch blocks
10550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 978 JUnit assertions should include a message
10551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 982 JUnit 5 tests should be package-private.
10552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 982 Public method and constructor comments are required
10553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 982 Unit tests should not contain more than 1 assert(s).
10554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 984 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
10555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 995 Use ArrayList instead of Vector
10556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1008 JUnit 5 tests should be package-private.
10557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1008 Public method and constructor comments are required
10558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1008 Unit tests should not contain more than 1 assert(s).
10559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1011 JUnit assertions should include a message
10560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1014 JUnit assertions should include a message
10561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1015 JUnit assertions should include a message
10562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1018 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1019 Avoid catching NullPointerException; consider removing the cause of the NPE.
10564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1019 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1019 Avoid empty catch blocks
10566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1025 JUnit 5 tests should be package-private.
10567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1025 Public method and constructor comments are required
10568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1025 Unit tests should not contain more than 1 assert(s).
10569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1030 Avoid unused local variables such as 'ie'.
10570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1030 Avoid variables with short names like ie
10571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1036 JUnit 5 tests should be package-private.
10572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1036 Public method and constructor comments are required
10573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1036 Unit tests should not contain more than 1 assert(s).
10574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1039 Avoid unused local variables such as 'ie'.
10575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1039 Avoid variables with short names like ie
10576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1048 JUnit 5 tests should be package-private.
10577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1048 Unit tests should not contain more than 1 assert(s).
10578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1052 Potential violation of Law of Demeter (method chain calls)
10579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1052 Potential violation of Law of Demeter (object not created locally)
10580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1058 JUnit assertions should include a message
10581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1063 JUnit assertions should include a message
10582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1066 Potential violation of Law of Demeter (method chain calls)
10583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1066 Potential violation of Law of Demeter (method chain calls)
10584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1070 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1071 Avoid catching NullPointerException; consider removing the cause of the NPE.
10586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1071 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1071 Avoid empty catch blocks
10588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1080 JUnit 5 tests should be package-private.
10589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1080 Unit tests should not contain more than 1 assert(s).
10590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1087 JUnit assertions should include a message
10591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1092 JUnit assertions should include a message
10592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1095 Potential violation of Law of Demeter (method chain calls)
10593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1095 Potential violation of Law of Demeter (method chain calls)
10594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1099 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1100 Avoid catching NullPointerException; consider removing the cause of the NPE.
10596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1100 Avoid empty catch blocks
10598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1106 JUnit 5 tests should be package-private.
10599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1106 Public method and constructor comments are required
10600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1111 JUnit 5 tests should be package-private.
10601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1111 Public method and constructor comments are required
10602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1111 Unit tests should not contain more than 1 assert(s).
10603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1113 Avoid variables with short names like ie
10604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1120 JUnit 5 tests should be package-private.
10605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1120 Public method and constructor comments are required
10606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1120 Unit tests should not contain more than 1 assert(s).
10607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1122 Avoid variables with short names like ie
10608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1128 JUnit 5 tests should be package-private.
10609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1128 Public method and constructor comments are required
10610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1133 JUnit 5 tests should be package-private.
10611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1133 Public method and constructor comments are required
10612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1138 JUnit 5 tests should be package-private.
10613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1138 Public method and constructor comments are required
10614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1144 JUnit assertions should include a message
10615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1148 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1149 Avoid catching NullPointerException; consider removing the cause of the NPE.
10617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1149 Avoid empty catch blocks
10619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1155 JUnit 5 tests should be package-private.
10620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1155 Public method and constructor comments are required
10621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1161 JUnit assertions should include a message
10622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1165 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1166 Avoid catching NullPointerException; consider removing the cause of the NPE.
10624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1166 Avoid empty catch blocks
10626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1172 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1173 Avoid catching NullPointerException; consider removing the cause of the NPE.
10628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1173 Avoid empty catch blocks
10630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1179 JUnit 5 tests should be package-private.
10631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1179 Public method and constructor comments are required
10632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1185 JUnit assertions should include a message
10633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1189 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1190 Avoid catching NullPointerException; consider removing the cause of the NPE.
10635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1190 Avoid empty catch blocks
10637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1196 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1197 Avoid empty catch blocks
10639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1204 JUnit 5 tests should be package-private.
10640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1204 Public method and constructor comments are required
10641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1214 JUnit assertions should include a message
10642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1214 Potential violation of Law of Demeter (method chain calls)
10643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1220 JUnit 5 tests should be package-private.
10644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1220 Public method and constructor comments are required
10645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1223 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1224 Avoid catching NullPointerException; consider removing the cause of the NPE.
10647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1224 Avoid empty catch blocks
10649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1230 JUnit 5 tests should be package-private.
10650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1230 JUnit tests should include assert() or fail()
10651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1230 Public method and constructor comments are required
10652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1232 Avoid variables with short names like ie
10653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1235 Avoid catching NullPointerException; consider removing the cause of the NPE.
10654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1235 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1235 Avoid empty catch blocks
10656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1240 Avoid catching NullPointerException; consider removing the cause of the NPE.
10657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1240 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1240 Avoid empty catch blocks
10659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1249 JUnit 5 tests should be package-private.
10660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1255 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1255 The String literal "remove() should throw an UnsupportedOperationException" appears 4 times in this file; the first occurrence is on line 1,255
10662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1256 Avoid empty catch blocks
10663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1265 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1266 Avoid empty catch blocks
10665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1277 JUnit 5 tests should be package-private.
10666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1277 Unit tests should not contain more than 1 assert(s).
10667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1280 JUnit assertions should include a message
10668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1282 JUnit assertions should include a message
10669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1284 JUnit assertions should include a message
10670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1286 JUnit assertions should include a message
10671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1288 JUnit assertions should include a message
10672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1290 JUnit assertions should include a message
10673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1292 JUnit assertions should include a message
10674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1294 JUnit assertions should include a message
10675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1296 JUnit assertions should include a message
10676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1303 JUnit 5 tests should be package-private.
10677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1309 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1310 Avoid empty catch blocks
10679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1317 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1318 Avoid empty catch blocks
10681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1325 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1326 Avoid empty catch blocks
10683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1335 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1336 Avoid empty catch blocks
10685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1343 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1344 Avoid empty catch blocks
10687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1351 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1352 Avoid empty catch blocks
10689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1358 Comment is too large: Line too long
10690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1361 JUnit 5 tests should be package-private.
10691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1361 Unit tests should not contain more than 1 assert(s).
10692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1364 JUnit assertions should include a message
10693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1365 JUnit assertions should include a message
10694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1367 JUnit assertions should include a message
10695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1369 JUnit assertions should include a message
10696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1370 JUnit assertions should include a message
10697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1372 JUnit assertions should include a message
10698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1374 JUnit assertions should include a message
10699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1375 JUnit assertions should include a message
10700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1377 JUnit assertions should include a message
10701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1379 JUnit assertions should include a message
10702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1380 JUnit assertions should include a message
10703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1382 JUnit assertions should include a message
10704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1384 JUnit assertions should include a message
10705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1385 JUnit assertions should include a message
10706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1387 JUnit assertions should include a message
10707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1389 JUnit assertions should include a message
10708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1390 JUnit assertions should include a message
10709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1392 JUnit assertions should include a message
10710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1394 JUnit assertions should include a message
10711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1395 JUnit assertions should include a message
10712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1397 JUnit assertions should include a message
10713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1399 JUnit assertions should include a message
10714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1400 JUnit assertions should include a message
10715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1402 JUnit assertions should include a message
10716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1404 JUnit assertions should include a message
10717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1405 JUnit assertions should include a message
10718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1409 JUnit 5 tests should be package-private.
10719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1409 Public method and constructor comments are required
10720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1409 Unit tests should not contain more than 1 assert(s).
10721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1411 Avoid variables with short names like ie
10722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1418 JUnit 5 tests should be package-private.
10723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1418 Public method and constructor comments are required
10724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1418 Unit tests should not contain more than 1 assert(s).
10725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/IteratorUtilsTest.java 1420 Avoid variables with short names like ie
10726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 1 Comment is too large: Too many lines
10727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 17 Too many static imports may lead to messy code
10728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 44 Each class should declare at least one constructor
10729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 44 JUnit 5 tests should be package-private.
10730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 44 This class has too many methods, consider refactoring it.
10731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 46 Avoid variables with short names like a
10732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 46 Field comments are required
10733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 46 The constant name 'a' doesn't match '[A-Z][A-Z_0-9]*'
10734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 47 Avoid variables with short names like b
10735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 47 Field comments are required
10736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 47 The constant name 'b' doesn't match '[A-Z][A-Z_0-9]*'
10737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 48 Avoid variables with short names like c
10738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 48 Field comments are required
10739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 48 The constant name 'c' doesn't match '[A-Z][A-Z_0-9]*'
10740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 49 Avoid variables with short names like d
10741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 49 Field comments are required
10742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 49 The constant name 'd' doesn't match '[A-Z][A-Z_0-9]*'
10743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 50 Avoid variables with short names like e
10744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 50 Field comments are required
10745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 50 The constant name 'e' doesn't match '[A-Z][A-Z_0-9]*'
10746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 51 Avoid variables with short names like x
10747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 51 Field comments are required
10748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 51 The constant name 'x' doesn't match '[A-Z][A-Z_0-9]*'
10749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 53 Field comments are required
10750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 54 Field comments are required
10751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
10752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 54 Perhaps 'fullArray' could be replaced by a local variable.
10753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 56 Field comments are required
10754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 56 Found non-transient, non-static member. Please mark as transient or provide accessors.
10755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 59 Public method and constructor comments are required
10756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 65 JUnit 5 tests should be package-private.
10757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 65 Public method and constructor comments are required
10758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 65 Unit tests should not contain more than 1 assert(s).
10759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 66 JUnit assertions should include a message
10760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 72 JUnit 5 tests should be package-private.
10761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 72 Public method and constructor comments are required
10762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 72 Unit tests should not contain more than 1 assert(s).
10763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 73 JUnit assertions should include a message
10764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 79 JUnit 5 tests should be package-private.
10765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 79 Public method and constructor comments are required
10766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 79 Unit tests should not contain more than 1 assert(s).
10767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 80 JUnit assertions should include a message
10768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 80 Potential violation of Law of Demeter (method chain calls)
10769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 83 JUnit assertions should include a message
10770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 87 JUnit 5 tests should be package-private.
10771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 87 Public method and constructor comments are required
10772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 87 Unit tests should not contain more than 1 assert(s).
10773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 88 JUnit assertions should include a message
10774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 88 Potential violation of Law of Demeter (method chain calls)
10775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 91 JUnit assertions should include a message
10776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 95 JUnit 5 tests should be package-private.
10777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 95 Public method and constructor comments are required
10778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 95 Unit tests should not contain more than 1 assert(s).
10779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 98 Avoid variables with short names like a
10780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 99 Avoid variables with short names like b
10781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 101 JUnit assertions should include a message
10782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 102 JUnit assertions should include a message
10783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 104 JUnit assertions should include a message
10784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 105 JUnit assertions should include a message
10785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 106 JUnit assertions should include a message
10786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 107 JUnit assertions should include a message
10787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 111 JUnit 5 tests should be package-private.
10788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 111 Public method and constructor comments are required
10789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 111 Unit tests should not contain more than 1 assert(s).
10790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 114 Avoid variables with short names like a
10791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 115 Avoid variables with short names like b
10792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 117 JUnit assertions should include a message
10793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 118 JUnit assertions should include a message
10794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 119 JUnit assertions should include a message
10795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 120 JUnit assertions should include a message
10796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 123 JUnit assertions should include a message
10797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 130 JUnit 5 tests should be package-private.
10798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 130 Unit tests should not contain more than 1 assert(s).
10799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 133 JUnit assertions should include a message
10800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 137 JUnit assertions should include a message
10801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 139 JUnit assertions should include a message
10802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 140 JUnit assertions should include a message
10803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 147 JUnit 5 tests should be package-private.
10804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 149 Potential violation of Law of Demeter (method chain calls)
10805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 156 JUnit 5 tests should be package-private.
10806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 165 JUnit assertions should include a message
10807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 172 JUnit 5 tests should be package-private.
10808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 173 The String literal "boxing" appears 5 times in this file; the first occurrence is on line 173
10809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 175 JUnit assertions should include a message
10810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 175 Potential violation of Law of Demeter (method chain calls)
10811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 182 JUnit 5 tests should be package-private.
10812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 183 JUnit assertions should include a message
10813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 190 JUnit 5 tests should be package-private.
10814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 190 Unit tests should not contain more than 1 assert(s).
10815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 195 JUnit assertions should include a message
10816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 196 JUnit assertions should include a message
10817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 199 JUnit assertions should include a message
10818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 206 JUnit 5 tests should be package-private.
10819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 208 Potential violation of Law of Demeter (method chain calls)
10820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 212 JUnit 5 tests should be package-private.
10821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 212 Public method and constructor comments are required
10822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 212 Unit tests should not contain more than 1 assert(s).
10823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 215 Field comments are required
10824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 224 JUnit assertions should include a message
10825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 225 JUnit assertions should include a message
10826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 227 JUnit assertions should include a message
10827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 228 JUnit assertions should include a message
10828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 232 JUnit 5 tests should be package-private.
10829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 232 Public method and constructor comments are required
10830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 232 Unit tests should not contain more than 1 assert(s).
10831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 236 Field comments are required
10832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 245 JUnit assertions should include a message
10833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 246 JUnit assertions should include a message
10834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 248 JUnit assertions should include a message
10835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 249 JUnit assertions should include a message
10836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 254 JUnit 5 tests should be package-private.
10837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 254 Public method and constructor comments are required
10838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 254 Unit tests should not contain more than 1 assert(s).
10839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 258 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 258 The String literal "failed to check for null argument" appears 7 times in this file; the first occurrence is on line 258
10841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 259 Avoid catching NullPointerException; consider removing the cause of the NPE.
10842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 259 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 259 Avoid empty catch blocks
10844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 263 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 264 Avoid catching NullPointerException; consider removing the cause of the NPE.
10846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 264 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 264 Avoid empty catch blocks
10848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 268 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 269 Avoid catching NullPointerException; consider removing the cause of the NPE.
10850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 269 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 269 Avoid empty catch blocks
10852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 273 JUnit assertions should include a message
10853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 273 Potential violation of Law of Demeter (object not created locally)
10854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 280 JUnit assertions should include a message
10855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 286 JUnit assertions should include a message
10856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 291 JUnit assertions should include a message
10857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 291 Potential violation of Law of Demeter (object not created locally)
10858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 295 JUnit 5 tests should be package-private.
10859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 295 Public method and constructor comments are required
10860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 295 Unit tests should not contain more than 1 assert(s).
10861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 299 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 300 Avoid catching NullPointerException; consider removing the cause of the NPE.
10863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 300 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 300 Avoid empty catch blocks
10865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 304 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 305 Avoid catching NullPointerException; consider removing the cause of the NPE.
10867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 305 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 305 Avoid empty catch blocks
10869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 309 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 310 Avoid catching NullPointerException; consider removing the cause of the NPE.
10871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 310 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 310 Avoid empty catch blocks
10873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 313 JUnit assertions should include a message
10874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 313 Potential violation of Law of Demeter (object not created locally)
10875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 319 JUnit assertions should include a message
10876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 324 JUnit assertions should include a message
10877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 329 JUnit assertions should include a message
10878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 329 Potential violation of Law of Demeter (object not created locally)
10879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 334 JUnit 5 tests should be package-private.
10880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 334 Public method and constructor comments are required
10881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 334 Unit tests should not contain more than 1 assert(s).
10882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 342 JUnit assertions should include a message
10883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 343 JUnit assertions should include a message
10884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 343 Potential violation of Law of Demeter (object not created locally)
10885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 344 JUnit assertions should include a message
10886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 344 Potential violation of Law of Demeter (method chain calls)
10887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 344 Potential violation of Law of Demeter (object not created locally)
10888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 348 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 349 Avoid catching NullPointerException; consider removing the cause of the NPE.
10890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 349 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 349 Avoid empty catch blocks
10892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 353 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 354 Avoid empty catch blocks
10894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 358 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 359 Avoid empty catch blocks
10896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 362 JUnit assertions should include a message
10897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 362 Potential violation of Law of Demeter (object not created locally)
10898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 363 JUnit assertions should include a message
10899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 363 Potential violation of Law of Demeter (method chain calls)
10900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 363 Potential violation of Law of Demeter (object not created locally)
10901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 364 JUnit assertions should include a message
10902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 364 Potential violation of Law of Demeter (object not created locally)
10903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 368 JUnit 5 tests should be package-private.
10904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 368 Public method and constructor comments are required
10905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 374 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 375 Avoid catching NullPointerException; consider removing the cause of the NPE.
10907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 375 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 375 Avoid empty catch blocks
10909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 380 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 381 Avoid catching NullPointerException; consider removing the cause of the NPE.
10911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 381 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 381 Avoid empty catch blocks
10913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 387 JUnit 5 tests should be package-private.
10914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 387 Public method and constructor comments are required
10915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 387 Unit tests should not contain more than 1 assert(s).
10916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 394 JUnit assertions should include a message
10917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 394 Potential violation of Law of Demeter (object not created locally)
10918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 396 JUnit assertions should include a message
10919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 400 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 401 Avoid catching NullPointerException; consider removing the cause of the NPE.
10921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 401 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 401 Avoid empty catch blocks
10923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 405 JUnit 5 tests should be package-private.
10924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 405 Public method and constructor comments are required
10925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 405 Unit tests should not contain more than 1 assert(s).
10926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 412 JUnit assertions should include a message
10927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 412 Potential violation of Law of Demeter (object not created locally)
10928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 414 JUnit assertions should include a message
10929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 416 JUnit assertions should include a message
10930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 420 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 421 Avoid catching NullPointerException; consider removing the cause of the NPE.
10932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 421 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 421 Avoid empty catch blocks
10934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 426 JUnit 5 tests should be package-private.
10935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 426 Public method and constructor comments are required
10936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 426 Unit tests should not contain more than 1 assert(s).
10937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 436 JUnit assertions should include a message
10938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 437 JUnit assertions should include a message
10939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 438 JUnit assertions should include a message
10940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 438 Potential violation of Law of Demeter (object not created locally)
10941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 439 JUnit assertions should include a message
10942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 439 Potential violation of Law of Demeter (method chain calls)
10943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 439 Potential violation of Law of Demeter (object not created locally)
10944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 444 JUnit 5 tests should be package-private.
10945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 444 Public method and constructor comments are required
10946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 444 Unit tests should not contain more than 1 assert(s).
10947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 453 JUnit assertions should include a message
10948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 454 JUnit assertions should include a message
10949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 455 JUnit assertions should include a message
10950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 456 JUnit assertions should include a message
10951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 456 Potential violation of Law of Demeter (object not created locally)
10952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 457 JUnit assertions should include a message
10953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 457 Potential violation of Law of Demeter (object not created locally)
10954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 458 JUnit assertions should include a message
10955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 458 Potential violation of Law of Demeter (object not created locally)
10956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 459 JUnit assertions should include a message
10957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 459 Potential violation of Law of Demeter (object not created locally)
10958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 463 JUnit 5 tests should be package-private.
10959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 463 Public method and constructor comments are required
10960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 463 Unit tests should not contain more than 1 assert(s).
10961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 474 JUnit assertions should include a message
10962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 474 Potential violation of Law of Demeter (object not created locally)
10963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 481 JUnit assertions should include a message
10964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 485 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
10965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 486 Avoid catching NullPointerException; consider removing the cause of the NPE.
10966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 486 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 486 Avoid empty catch blocks
10968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 490 JUnit 5 tests should be package-private.
10969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 490 Public method and constructor comments are required
10970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 490 Unit tests should not contain more than 1 assert(s).
10971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 501 JUnit assertions should include a message
10972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 501 Potential violation of Law of Demeter (object not created locally)
10973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/ListUtilsTest.java 508 JUnit assertions should include a message
10974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 1 Comment is too large: Too many lines
10975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 30 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
10976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 33 Number 20000000 should separate every third digit with an underscore
10977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 43 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
10978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 44 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
10979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 49 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
10980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 50 System.out.println is used
10981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 51 Comment is too large: Line too long
10982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 65 The String literal " Flat3 " appears 4 times in this file; the first occurrence is on line 65
10983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 66 The String literal " HashMap " appears 4 times in this file; the first occurrence is on line 66
10984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 110 The initializer for variable 'endMillis' is never used (overwritten on line 127)
10985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 110 The initializer for variable 'startMillis' is never used (overwritten on line 112)
10986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 110 Use one line for each declaration, it enhances code readability.
10987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 128 System.out.println is used
10988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 133 Class comments are required
10989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 135 Document empty method body
10990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 147 Return an empty collection rather than null.
10991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 159 Return an empty collection rather than null.
10992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 166 Avoid variables with short names like t
10993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 166 Document empty method body
10994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapPerformance.java 178 Return an empty collection rather than null.
10995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1 Comment is too large: Too many lines
10996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 17 A high number of imports can indicate a high degree of coupling within an object.
10997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 17 This class has a bunch of public methods and attributes
10998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 17 Too many static imports may lead to messy code
10999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 59 Avoid really long classes.
11000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 59 Each class should declare at least one constructor
11001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 59 JUnit 5 tests should be package-private.
11002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 59 Possible God Class (WMC=86, ATFD=190, TCC=0.132%)
11003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 59 The class 'MapUtilsTest' has a total cyclomatic complexity of 86 (highest 6).
11004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 59 This class has too many methods, consider refactoring it.
11005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 60 Field comments are required
11006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 61 Field comments are required
11007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 63 Public method and constructor comments are required
11008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 68 JUnit 5 tests should be package-private.
11009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 68 Public method and constructor comments are required
11010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 69 Avoid variables with short names like p
11011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 70 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 71 JUnit assertions should include a message
11013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 74 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 75 Avoid catching NullPointerException; consider removing the cause of the NPE.
11015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 75 Avoid empty catch blocks
11017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 81 JUnit 5 tests should be package-private.
11018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 81 Public method and constructor comments are required
11019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 81 Unit tests should not contain more than 1 assert(s).
11020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 83 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 84 JUnit assertions should include a message
11022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 87 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 88 Avoid catching NullPointerException; consider removing the cause of the NPE.
11024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 88 Avoid empty catch blocks
11026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 93 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 94 Avoid catching NullPointerException; consider removing the cause of the NPE.
11028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 94 Avoid empty catch blocks
11030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 99 JUnit assertions should include a message
11031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 102 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 103 Avoid catching NullPointerException; consider removing the cause of the NPE.
11033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 103 Avoid empty catch blocks
11035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 108 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 109 Avoid catching NullPointerException; consider removing the cause of the NPE.
11037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 109 Avoid empty catch blocks
11039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 115 JUnit 5 tests should be package-private.
11040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 115 Public method and constructor comments are required
11041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 115 Unit tests should not contain more than 1 assert(s).
11042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 116 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 123 JUnit assertions should include a message
11044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 124 Avoid variables with short names like i1
11045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 125 JUnit assertions should include a message
11046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 126 JUnit assertions should include a message
11047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 127 Avoid variables with short names like i2
11048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 128 JUnit assertions should include a message
11049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 129 JUnit assertions should include a message
11050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 130 JUnit assertions should include a message
11051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 134 JUnit 5 tests should be package-private.
11052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 134 Public method and constructor comments are required
11053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 134 Unit tests should not contain more than 1 assert(s).
11054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 135 Avoid variables with short names like in
11055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 135 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 147 Potential violation of Law of Demeter (object not created locally)
11057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 148 Potential violation of Law of Demeter (object not created locally)
11058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 150 JUnit assertions should include a message
11059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 151 JUnit assertions should include a message
11060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 153 JUnit assertions should include a message
11061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 153 Potential violation of Law of Demeter (object not created locally)
11062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 154 JUnit assertions should include a message
11063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 154 Potential violation of Law of Demeter (object not created locally)
11064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 155 JUnit assertions should include a message
11065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 155 Potential violation of Law of Demeter (object not created locally)
11066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 156 JUnit assertions should include a message
11067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 156 Potential violation of Law of Demeter (object not created locally)
11068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 157 JUnit assertions should include a message
11069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 157 Potential violation of Law of Demeter (object not created locally)
11070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 161 JUnit 5 tests should be package-private.
11071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 161 Public method and constructor comments are required
11072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 162 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 164 JUnit assertions should include a message
11074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 168 JUnit 5 tests should be package-private.
11075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 168 Public method and constructor comments are required
11076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 168 Unit tests should not contain more than 1 assert(s).
11077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 173 Potential violation of Law of Demeter (object not created locally)
11078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 174 JUnit assertions should include a message
11079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 174 Potential violation of Law of Demeter (object not created locally)
11080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 178 Avoid really long methods.
11081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 178 JUnit 5 tests should be package-private.
11082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 178 Public method and constructor comments are required
11083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 178 The JUnit 5 test method name 'testPutAll_Map_array' doesn't match '[a-z][a-zA-Z0-9]*'
11084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 178 The method 'testPutAll_Map_array()' has a NCSS line count of 60.
11085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 178 Unit tests should not contain more than 1 assert(s).
11086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 181 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 181 JUnit assertions should include a message
11088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 182 Avoid catching NullPointerException; consider removing the cause of the NPE.
11089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 182 Avoid empty catch blocks
11091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 185 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 185 JUnit assertions should include a message
11093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 186 Avoid catching NullPointerException; consider removing the cause of the NPE.
11094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 186 Avoid empty catch blocks
11096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 188 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 189 JUnit assertions should include a message
11098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 193 The String literal "#FF0000" appears 13 times in this file; the first occurrence is on line 193
11099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 193 The String literal "RED" appears 18 times in this file; the first occurrence is on line 193
11100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 194 The String literal "#00FF00" appears 10 times in this file; the first occurrence is on line 194
11101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 194 The String literal "GREEN" appears 16 times in this file; the first occurrence is on line 194
11102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 195 The String literal "#0000FF" appears 13 times in this file; the first occurrence is on line 195
11103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 195 The String literal "BLUE" appears 18 times in this file; the first occurrence is on line 195
11104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 197 JUnit assertions should include a message
11105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 198 JUnit assertions should include a message
11106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 199 JUnit assertions should include a message
11107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 200 JUnit assertions should include a message
11108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 201 JUnit assertions should include a message
11109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 202 JUnit assertions should include a message
11110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 203 JUnit assertions should include a message
11111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 211 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 211 JUnit assertions should include a message
11113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 212 Avoid empty catch blocks
11114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 220 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 220 JUnit assertions should include a message
11116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 221 Avoid empty catch blocks
11117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 229 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 229 JUnit assertions should include a message
11119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 230 Avoid empty catch blocks
11120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 238 JUnit assertions should include a message
11121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 239 JUnit assertions should include a message
11122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 240 JUnit assertions should include a message
11123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 241 JUnit assertions should include a message
11124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 242 JUnit assertions should include a message
11125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 243 JUnit assertions should include a message
11126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 244 JUnit assertions should include a message
11127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 252 JUnit assertions should include a message
11128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 253 JUnit assertions should include a message
11129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 254 JUnit assertions should include a message
11130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 255 JUnit assertions should include a message
11131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 256 JUnit assertions should include a message
11132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 257 JUnit assertions should include a message
11133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 258 JUnit assertions should include a message
11134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 261 JUnit assertions should include a message
11135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 269 JUnit assertions should include a message
11136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 270 JUnit assertions should include a message
11137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 271 JUnit assertions should include a message
11138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 272 JUnit assertions should include a message
11139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 273 JUnit assertions should include a message
11140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 274 JUnit assertions should include a message
11141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 275 JUnit assertions should include a message
11142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 283 JUnit assertions should include a message
11143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 284 JUnit assertions should include a message
11144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 285 JUnit assertions should include a message
11145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 286 JUnit assertions should include a message
11146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 287 JUnit assertions should include a message
11147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 288 JUnit assertions should include a message
11148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 289 JUnit assertions should include a message
11149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 293 JUnit 5 tests should be package-private.
11150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 293 Public method and constructor comments are required
11151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 294 Avoid variables with short names like in
11152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 294 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 301 Avoid variables with short names like b
11154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 305 Avoid variables with short names like i
11155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 305 Potential violation of Law of Demeter (method chain calls)
11156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 306 Avoid variables with short names like n
11157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 320 JUnit assertions should include a message
11158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 324 JUnit 5 tests should be package-private.
11159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 324 Public method and constructor comments are required
11160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 325 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 329 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 337 The String literal "Print Map" appears 10 times in this file; the first occurrence is on line 337
11163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 344 JUnit 5 tests should be package-private.
11164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 344 Public method and constructor comments are required
11165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 344 Unit tests should not contain more than 1 assert(s).
11166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 348 The final local variable name 'LABEL' doesn't match '[a-z][a-zA-Z0-9]*'
11167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 349 No need to call String.valueOf to append to a string.
11168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 349 The String literal " = " appears 5 times in this file; the first occurrence is on line 349
11169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 350 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 355 JUnit assertions should include a message
11171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 360 JUnit assertions should include a message
11172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 364 JUnit 5 tests should be package-private.
11173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 364 Public method and constructor comments are required
11174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 368 The String literal " " appears 12 times in this file; the first occurrence is on line 368
11175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 368 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 370 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 376 The String literal "2 = B" appears 4 times in this file; the first occurrence is on line 376
11178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 380 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 384 JUnit assertions should include a message
11180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 388 JUnit 5 tests should be package-private.
11181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 388 Public method and constructor comments are required
11182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 392 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 394 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 400 The String literal "2 = B " appears 4 times in this file; the first occurrence is on line 400
11185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 403 Avoid using implementation types like 'TreeMap'; use the interface instead
11186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 404 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 408 JUnit assertions should include a message
11188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 412 JUnit 5 tests should be package-private.
11189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 412 Public method and constructor comments are required
11190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 417 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 421 JUnit assertions should include a message
11192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 425 JUnit 5 tests should be package-private.
11193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 425 Public method and constructor comments are required
11194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 430 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 434 JUnit assertions should include a message
11196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 438 JUnit 5 tests should be package-private.
11197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 438 Public method and constructor comments are required
11198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 441 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 442 Avoid catching NullPointerException; consider removing the cause of the NPE.
11200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 442 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 447 JUnit 5 tests should be package-private.
11202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 447 Public method and constructor comments are required
11203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 450 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 451 Avoid catching NullPointerException; consider removing the cause of the NPE.
11205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 451 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 456 JUnit 5 tests should be package-private.
11207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 456 Public method and constructor comments are required
11208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 460 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 462 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 467 Avoid using implementation types like 'HashMap'; use the interface instead
11211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 468 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 472 JUnit assertions should include a message
11213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 476 JUnit 5 tests should be package-private.
11214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 476 Public method and constructor comments are required
11215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 480 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 482 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 488 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 492 JUnit assertions should include a message
11219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 496 JUnit 5 tests should be package-private.
11220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 496 Public method and constructor comments are required
11221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 500 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 502 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 506 Avoid using implementation types like 'HashMap'; use the interface instead
11224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 507 Avoid using implementation types like 'HashMap'; use the interface instead
11225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 508 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 512 JUnit assertions should include a message
11227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 516 JUnit 5 tests should be package-private.
11228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 516 Public method and constructor comments are required
11229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 520 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 522 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 528 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 532 JUnit assertions should include a message
11233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 536 JUnit 5 tests should be package-private.
11234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 536 Public method and constructor comments are required
11235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 540 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 542 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 543 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 551 Avoid using implementation types like 'HashMap'; use the interface instead
11239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 552 Avoid using implementation types like 'HashMap'; use the interface instead
11240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 553 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 557 JUnit assertions should include a message
11242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 561 JUnit 5 tests should be package-private.
11243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 561 Public method and constructor comments are required
11244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 565 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 567 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 568 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 578 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 582 JUnit assertions should include a message
11249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 586 JUnit 5 tests should be package-private.
11250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 586 Public method and constructor comments are required
11251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 590 The final local variable name 'LABEL' doesn't match '[a-z][a-zA-Z0-9]*'
11252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 591 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 596 The String literal "1 = " appears 4 times in this file; the first occurrence is on line 596
11254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 604 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 608 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 612 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 618 JUnit assertions should include a message
11258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 622 JUnit 5 tests should be package-private.
11259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 622 Public method and constructor comments are required
11260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 626 The final local variable name 'LABEL' doesn't match '[a-z][a-zA-Z0-9]*'
11261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 627 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 636 Avoid using implementation types like 'TreeMap'; use the interface instead
11263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 637 Avoid using implementation types like 'TreeMap'; use the interface instead
11264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 638 Avoid using implementation types like 'TreeMap'; use the interface instead
11265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 640 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 644 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 648 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 654 JUnit assertions should include a message
11269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 658 JUnit 5 tests should be package-private.
11270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 658 Public method and constructor comments are required
11271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 662 The final local variable name 'LABEL' doesn't match '[a-z][a-zA-Z0-9]*'
11272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 663 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 665 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 666 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 667 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 696 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 701 JUnit assertions should include a message
11278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 705 JUnit 5 tests should be package-private.
11279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 705 Public method and constructor comments are required
11280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 709 The final local variable name 'LABEL' doesn't match '[a-z][a-zA-Z0-9]*'
11281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 710 The final local variable name 'INDENT' doesn't match '[a-z][a-zA-Z0-9]*'
11282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 712 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 713 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 714 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 733 Avoid using implementation types like 'TreeMap'; use the interface instead
11286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 737 Avoid using implementation types like 'TreeMap'; use the interface instead
11287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 738 Avoid using implementation types like 'TreeMap'; use the interface instead
11288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 739 Avoid using implementation types like 'TreeMap'; use the interface instead
11289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 740 Avoid using implementation types like 'TreeMap'; use the interface instead
11290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 741 Avoid using implementation types like 'TreeMap'; use the interface instead
11291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 743 The final local variable name 'EXPECTED_OUT' doesn't match '[a-z][a-zA-Z0-9]*'
11292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 748 JUnit assertions should include a message
11293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 753 JUnit 5 tests should be package-private.
11294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 753 Public method and constructor comments are required
11295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 753 Unit tests should not contain more than 1 assert(s).
11296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 754 JUnit assertions should include a message
11297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 754 Potential violation of Law of Demeter (method chain calls)
11298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 756 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 757 JUnit assertions should include a message
11300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 761 JUnit 5 tests should be package-private.
11301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 761 Public method and constructor comments are required
11302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 762 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 763 JUnit assertions should include a message
11304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 767 JUnit 5 tests should be package-private.
11305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 767 Public method and constructor comments are required
11306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 768 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 770 JUnit assertions should include a message
11308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 774 JUnit 5 tests should be package-private.
11309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 774 Public method and constructor comments are required
11310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 776 JUnit assertions should include a message
11311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 780 JUnit 5 tests should be package-private.
11312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 780 Public method and constructor comments are required
11313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 781 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 782 JUnit assertions should include a message
11315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 786 JUnit 5 tests should be package-private.
11316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 786 Public method and constructor comments are required
11317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 787 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 789 JUnit assertions should include a message
11319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 793 JUnit 5 tests should be package-private.
11320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 793 Public method and constructor comments are required
11321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 795 JUnit assertions should include a message
11322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 799 JUnit 5 tests should be package-private.
11323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 799 Public method and constructor comments are required
11324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 799 Unit tests should not contain more than 1 assert(s).
11325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 811 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 813 JUnit assertions should include a message
11327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 816 JUnit assertions should include a message
11328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 817 JUnit assertions should include a message
11329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 818 JUnit assertions should include a message
11330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 819 JUnit assertions should include a message
11331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 826 JUnit assertions should include a message
11332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 828 JUnit assertions should include a message
11333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 829 JUnit assertions should include a message
11334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 830 JUnit assertions should include a message
11335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 831 JUnit assertions should include a message
11336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 838 Avoid short class names like X
11337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 838 To avoid mistakes add a comment at the beginning of the X nested class if you want a default access modifier
11338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 839 Field comments are required
11339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 839 Found non-transient, non-static member. Please mark as transient or provide accessors.
11340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 839 To avoid mistakes add a comment at the beginning of the key field if you want a default access modifier
11341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 840 Field comments are required
11342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 840 Found non-transient, non-static member. Please mark as transient or provide accessors.
11343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 840 To avoid mistakes add a comment at the beginning of the name field if you want a default access modifier
11344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 842 To avoid mistakes add a comment at the beginning of the X constructor if you want a default access modifier
11345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 848 Avoid variables with short names like o
11346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 854 JUnit 5 tests should be package-private.
11347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 854 Public method and constructor comments are required
11348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 854 Unit tests should not contain more than 1 assert(s).
11349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 866 JUnit assertions should include a message
11350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 869 JUnit assertions should include a message
11351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 870 JUnit assertions should include a message
11352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 875 JUnit 5 tests should be package-private.
11353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 875 Public method and constructor comments are required
11354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 875 Unit tests should not contain more than 1 assert(s).
11355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 878 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 879 Avoid catching NullPointerException; consider removing the cause of the NPE.
11357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 879 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 879 Avoid empty catch blocks
11359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 886 JUnit assertions should include a message
11360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 887 JUnit assertions should include a message
11361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 889 JUnit assertions should include a message
11362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 893 JUnit 5 tests should be package-private.
11363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 893 Public method and constructor comments are required
11364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 893 Unit tests should not contain more than 1 assert(s).
11365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 896 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 897 Avoid catching NullPointerException; consider removing the cause of the NPE.
11367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 897 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 897 Avoid empty catch blocks
11369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 904 JUnit assertions should include a message
11370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 905 JUnit assertions should include a message
11371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 906 JUnit assertions should include a message
11372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 910 JUnit 5 tests should be package-private.
11373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 910 Public method and constructor comments are required
11374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 910 Unit tests should not contain more than 1 assert(s).
11375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 911 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 914 JUnit assertions should include a message
11377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 915 JUnit assertions should include a message
11378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 919 JUnit 5 tests should be package-private.
11379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 919 Public method and constructor comments are required
11380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 919 Unit tests should not contain more than 1 assert(s).
11381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 923 JUnit assertions should include a message
11382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 924 JUnit assertions should include a message
11383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 930 JUnit assertions should include a message
11384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 934 JUnit 5 tests should be package-private.
11385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 934 Public method and constructor comments are required
11386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 934 Unit tests should not contain more than 1 assert(s).
11387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 938 JUnit assertions should include a message
11388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 939 JUnit assertions should include a message
11389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 945 JUnit assertions should include a message
11390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 949 JUnit 5 tests should be package-private.
11391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 949 Public method and constructor comments are required
11392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 950 JUnit assertions should include a message
11393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 954 JUnit 5 tests should be package-private.
11394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 954 Public method and constructor comments are required
11395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 955 JUnit assertions should include a message
11396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 959 JUnit 5 tests should be package-private.
11397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 959 Public method and constructor comments are required
11398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 963 JUnit assertions should include a message
11399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 967 JUnit 5 tests should be package-private.
11400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 967 Public method and constructor comments are required
11401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 967 Unit tests should not contain more than 1 assert(s).
11402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 968 Avoid variables with short names like in
11403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 968 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 969 The String literal "key1" appears 10 times in this file; the first occurrence is on line 969
11405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 970 The String literal "key2" appears 9 times in this file; the first occurrence is on line 970
11406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 975 JUnit assertions should include a message
11407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 975 Potential violation of Law of Demeter (object not created locally)
11408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 976 JUnit assertions should include a message
11409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 976 Potential violation of Law of Demeter (object not created locally)
11410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 977 JUnit assertions should include a message
11411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 977 Potential violation of Law of Demeter (object not created locally)
11412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 981 JUnit 5 tests should be package-private.
11413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 981 Public method and constructor comments are required
11414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 982 Avoid variables with short names like in
11415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 985 JUnit assertions should include a message
11416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 985 Potential violation of Law of Demeter (object not created locally)
11417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 989 JUnit 5 tests should be package-private.
11418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 989 Public method and constructor comments are required
11419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 990 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 993 Potential violation of Law of Demeter (object not created locally)
11421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 998 JUnit assertions should include a message
11422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 998 Potential violation of Law of Demeter (object not created locally)
11423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1002 JUnit 5 tests should be package-private.
11424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1002 Public method and constructor comments are required
11425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1005 Avoid excessively long variable names like transformedSortedMap
11426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1006 Potential violation of Law of Demeter (object not created locally)
11427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1007 Potential violation of Law of Demeter (object not created locally)
11428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1013 JUnit assertions should include a message
11429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1013 Potential violation of Law of Demeter (object not created locally)
11430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1017 JUnit 5 tests should be package-private.
11431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1017 JUnit tests should include assert() or fail()
11432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1017 Public method and constructor comments are required
11433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1018 Avoid unused local variables such as 'exception'.
11434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1024 JUnit 5 tests should be package-private.
11435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1024 JUnit tests should include assert() or fail()
11436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1024 Public method and constructor comments are required
11437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1025 Avoid unused local variables such as 'exception'.
11438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1031 JUnit 5 tests should be package-private.
11439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1031 JUnit tests should include assert() or fail()
11440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1031 Public method and constructor comments are required
11441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1032 Avoid unused local variables such as 'exception'.
11442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1038 JUnit 5 tests should be package-private.
11443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1038 JUnit tests should include assert() or fail()
11444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1038 Public method and constructor comments are required
11445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1039 Avoid unused local variables such as 'exception'.
11446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1045 JUnit 5 tests should be package-private.
11447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1045 Public method and constructor comments are required
11448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1046 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1047 The String literal "key" appears 42 times in this file; the first occurrence is on line 1,047
11450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1049 JUnit assertions should include a message
11451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1053 JUnit 5 tests should be package-private.
11452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1053 Public method and constructor comments are required
11453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1053 Unit tests should not contain more than 1 assert(s).
11454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1054 Avoid variables with short names like in
11455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1054 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1057 JUnit assertions should include a message
11457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1058 JUnit assertions should include a message
11458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1059 JUnit assertions should include a message
11459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1059 The String literal "noKey" appears 46 times in this file; the first occurrence is on line 1,059
11460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1060 JUnit assertions should include a message
11461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1062 JUnit assertions should include a message
11462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1063 JUnit assertions should include a message
11463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1064 JUnit assertions should include a message
11464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1065 JUnit assertions should include a message
11465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1068 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1070 The String literal "str1" appears 16 times in this file; the first occurrence is on line 1,070
11467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1076 JUnit 5 tests should be package-private.
11468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1076 Public method and constructor comments are required
11469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1076 Unit tests should not contain more than 1 assert(s).
11470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1077 Avoid variables with short names like in
11471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1077 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1080 JUnit assertions should include a message
11473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1081 JUnit assertions should include a message
11474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1082 JUnit assertions should include a message
11475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1083 JUnit assertions should include a message
11476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1084 JUnit assertions should include a message
11477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1085 JUnit assertions should include a message
11478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1086 JUnit assertions should include a message
11479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1087 JUnit assertions should include a message
11480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1089 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1097 JUnit 5 tests should be package-private.
11482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1097 Public method and constructor comments are required
11483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1097 Unit tests should not contain more than 1 assert(s).
11484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1098 Avoid variables with short names like in
11485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1098 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1101 JUnit assertions should include a message
11487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1102 JUnit assertions should include a message
11488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1103 JUnit assertions should include a message
11489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1104 JUnit assertions should include a message
11490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1105 JUnit assertions should include a message
11491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1106 JUnit assertions should include a message
11492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1107 JUnit assertions should include a message
11493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1108 JUnit assertions should include a message
11494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1110 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1113 JUnit assertions should include a message
11496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1115 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1124 JUnit 5 tests should be package-private.
11498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1124 Public method and constructor comments are required
11499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1124 Unit tests should not contain more than 1 assert(s).
11500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1125 Avoid variables with short names like in
11501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1125 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1128 JUnit assertions should include a message
11503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1129 JUnit assertions should include a message
11504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1130 JUnit assertions should include a message
11505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1131 JUnit assertions should include a message
11506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1132 JUnit assertions should include a message
11507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1133 JUnit assertions should include a message
11508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1134 JUnit assertions should include a message
11509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1135 JUnit assertions should include a message
11510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1137 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1144 JUnit 5 tests should be package-private.
11512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1144 Public method and constructor comments are required
11513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1144 Unit tests should not contain more than 1 assert(s).
11514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1145 Avoid variables with short names like in
11515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1145 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1149 JUnit assertions should include a message
11517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1150 JUnit assertions should include a message
11518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1151 JUnit assertions should include a message
11519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1152 JUnit assertions should include a message
11520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1153 JUnit assertions should include a message
11521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1154 JUnit assertions should include a message
11522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1155 JUnit assertions should include a message
11523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1156 JUnit assertions should include a message
11524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1158 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1165 JUnit 5 tests should be package-private.
11526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1165 Public method and constructor comments are required
11527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1165 Unit tests should not contain more than 1 assert(s).
11528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1166 Avoid variables with short names like in
11529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1166 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1170 JUnit assertions should include a message
11531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1171 JUnit assertions should include a message
11532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1172 JUnit assertions should include a message
11533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1173 JUnit assertions should include a message
11534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1173 Useless parentheses.
11535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1174 JUnit assertions should include a message
11536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1175 JUnit assertions should include a message
11537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1176 JUnit assertions should include a message
11538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1177 JUnit assertions should include a message
11539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1180 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1187 JUnit 5 tests should be package-private.
11541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1187 Public method and constructor comments are required
11542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1187 Unit tests should not contain more than 1 assert(s).
11543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1188 Avoid variables with short names like in
11544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1188 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1192 JUnit assertions should include a message
11546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1192 Potential violation of Law of Demeter (method chain calls)
11547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1192 Potential violation of Law of Demeter (object not created locally)
11548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1193 JUnit assertions should include a message
11549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1193 Potential violation of Law of Demeter (method chain calls)
11550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1193 Potential violation of Law of Demeter (object not created locally)
11551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1194 JUnit assertions should include a message
11552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1194 Potential violation of Law of Demeter (method chain calls)
11553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1194 Potential violation of Law of Demeter (object not created locally)
11554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1195 Do not use if statements that are always true or always false
11555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1204 JUnit 5 tests should be package-private.
11556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1204 Public method and constructor comments are required
11557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1204 Unit tests should not contain more than 1 assert(s).
11558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1205 Avoid variables with short names like in
11559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1205 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1206 The String literal "str" appears 6 times in this file; the first occurrence is on line 1,206
11561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1208 JUnit assertions should include a message
11562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1208 The String literal "default" appears 12 times in this file; the first occurrence is on line 1,208
11563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1209 JUnit assertions should include a message
11564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1210 JUnit assertions should include a message
11565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1211 JUnit assertions should include a message
11566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1212 JUnit assertions should include a message
11567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1218 JUnit assertions should include a message
11568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1222 JUnit 5 tests should be package-private.
11569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1222 Public method and constructor comments are required
11570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1222 Unit tests should not contain more than 1 assert(s).
11571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1223 Avoid variables with short names like in
11572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1223 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1226 JUnit assertions should include a message
11574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1227 JUnit assertions should include a message
11575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1228 JUnit assertions should include a message
11576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1229 JUnit assertions should include a message
11577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1230 JUnit assertions should include a message
11578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1234 JUnit 5 tests should be package-private.
11579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1234 Public method and constructor comments are required
11580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1234 Unit tests should not contain more than 1 assert(s).
11581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1235 Avoid variables with short names like in
11582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1235 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1241 JUnit assertions should include a message
11584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1242 JUnit assertions should include a message
11585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1243 JUnit assertions should include a message
11586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1244 JUnit assertions should include a message
11587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1245 JUnit assertions should include a message
11588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1246 JUnit assertions should include a message
11589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1247 JUnit assertions should include a message
11590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1248 JUnit assertions should include a message
11591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1249 JUnit assertions should include a message
11592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1250 JUnit assertions should include a message
11593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1251 JUnit assertions should include a message
11594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1257 JUnit assertions should include a message
11595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1258 JUnit assertions should include a message
11596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1259 JUnit assertions should include a message
11597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1261 JUnit assertions should include a message
11598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1262 JUnit assertions should include a message
11599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1263 JUnit assertions should include a message
11600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1264 JUnit assertions should include a message
11601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1265 JUnit assertions should include a message
11602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1266 JUnit assertions should include a message
11603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1268 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1271 JUnit assertions should include a message
11605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1272 JUnit assertions should include a message
11606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1276 JUnit 5 tests should be package-private.
11607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1276 Public method and constructor comments are required
11608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1276 Unit tests should not contain more than 1 assert(s).
11609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1277 Avoid variables with short names like in
11610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1277 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1278 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1279 The String literal "value1" appears 5 times in this file; the first occurrence is on line 1,279
11613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1283 JUnit assertions should include a message
11614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1283 Potential violation of Law of Demeter (object not created locally)
11615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1284 JUnit assertions should include a message
11616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1284 Potential violation of Law of Demeter (object not created locally)
11617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1285 JUnit assertions should include a message
11618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1286 JUnit assertions should include a message
11619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1290 JUnit 5 tests should be package-private.
11620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1290 Public method and constructor comments are required
11621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1290 Unit tests should not contain more than 1 assert(s).
11622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1292 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1296 JUnit assertions should include a message
11624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1297 JUnit assertions should include a message
11625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1301 JUnit 5 tests should be package-private.
11626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1301 Public method and constructor comments are required
11627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1302 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
11628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1306 JUnit assertions should include a message
11629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MapUtilsTest.java 1312 A method should have only one exit point, and that should be the last statement in the method
11630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 1 Comment is too large: Too many lines
11631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 27 Comment is too large: Line too long
11632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 28 Comment is too large: Line too long
11633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 31 Each class should declare at least one constructor
11634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 31 This abstract class does not have any abstract methods
11635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 32 Field comments are required
11636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
11637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 35 Protected method constructor comments are required
11638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 45 Avoid variables with short names like t
11639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 45 Protected method constructor comments are required
11640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 49 Protected method constructor comments are required
11641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 55 Protected method constructor comments are required
11642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 60 Do not add empty strings
11643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MockTestCase.java 60 New exception is thrown in catch block, original stack trace may be lost
11644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 1 Comment is too large: Too many lines
11645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 17 Too many static imports may lead to messy code
11646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 39 Each class should declare at least one constructor
11647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 39 JUnit 5 tests should be package-private.
11648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 43 JUnit 5 tests should be package-private.
11649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 43 Public method and constructor comments are required
11650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 45 JUnit assertions should include a message
11651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 45 Potential violation of Law of Demeter (object not created locally)
11652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 47 The String literal "value" appears 4 times in this file; the first occurrence is on line 47
11653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 48 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 49 Avoid empty catch blocks
11655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 54 JUnit 5 tests should be package-private.
11656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 54 Public method and constructor comments are required
11657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 56 JUnit assertions should include a message
11658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 56 Potential violation of Law of Demeter (object not created locally)
11659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 59 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 60 Avoid empty catch blocks
11661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 65 JUnit 5 tests should be package-private.
11662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 65 Public method and constructor comments are required
11663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 65 Unit tests should not contain more than 1 assert(s).
11664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 66 JUnit assertions should include a message
11665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 66 Potential violation of Law of Demeter (method chain calls)
11666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 70 JUnit assertions should include a message
11667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 70 Potential violation of Law of Demeter (method chain calls)
11668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 74 JUnit 5 tests should be package-private.
11669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 74 Public method and constructor comments are required
11670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 75 JUnit assertions should include a message
11671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 79 JUnit 5 tests should be package-private.
11672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 79 Public method and constructor comments are required
11673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 82 JUnit assertions should include a message
11674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 86 JUnit 5 tests should be package-private.
11675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 86 Public method and constructor comments are required
11676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 87 JUnit assertions should include a message
11677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 91 JUnit 5 tests should be package-private.
11678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 91 Public method and constructor comments are required
11679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 91 Unit tests should not contain more than 1 assert(s).
11680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 92 JUnit assertions should include a message
11681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 92 The String literal "key1" appears 14 times in this file; the first occurrence is on line 92
11682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 101 JUnit assertions should include a message
11683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 105 JUnit 5 tests should be package-private.
11684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 105 Public method and constructor comments are required
11685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 105 Unit tests should not contain more than 1 assert(s).
11686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 106 JUnit assertions should include a message
11687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 115 JUnit assertions should include a message
11688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 119 JUnit 5 tests should be package-private.
11689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 119 Public method and constructor comments are required
11690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 119 Unit tests should not contain more than 1 assert(s).
11691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 120 JUnit assertions should include a message
11692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 130 JUnit assertions should include a message
11693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 134 JUnit 5 tests should be package-private.
11694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 134 Public method and constructor comments are required
11695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 134 Unit tests should not contain more than 1 assert(s).
11696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 135 JUnit assertions should include a message
11697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 145 JUnit assertions should include a message
11698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 145 Potential violation of Law of Demeter (object not created locally)
11699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 147 JUnit assertions should include a message
11700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiMapUtilsTest.java 148 JUnit assertions should include a message
11701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 1 Comment is too large: Too many lines
11702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 32 Each class should declare at least one constructor
11703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 32 JUnit 5 tests should be package-private.
11704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 34 Field comments are required
11705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
11706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 34 Perhaps 'fullArray' could be replaced by a local variable.
11707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 35 Field comments are required
11708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
11709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 38 Public method and constructor comments are required
11710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 49 JUnit 5 tests should be package-private.
11711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 51 JUnit assertions should include a message
11712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 51 Potential violation of Law of Demeter (object not created locally)
11713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 54 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 55 Avoid empty catch blocks
11715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 60 Comment is too large: Line too long
11716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 63 JUnit 5 tests should be package-private.
11717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 65 JUnit assertions should include a message
11718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 69 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 70 Avoid empty catch blocks
11720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 75 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 76 Avoid catching NullPointerException; consider removing the cause of the NPE.
11722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 76 Avoid empty catch blocks
11724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 81 Comment is too large: Line too long
11725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 84 JUnit 5 tests should be package-private.
11726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 86 JUnit assertions should include a message
11727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 87 Potential violation of Law of Demeter (object not created locally)
11728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 91 Comment is too large: Line too long
11729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 94 JUnit 5 tests should be package-private.
11730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 94 Unit tests should not contain more than 1 assert(s).
11731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 97 JUnit assertions should include a message
11732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 97 Potential violation of Law of Demeter (object not created locally)
11733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 98 JUnit assertions should include a message
11734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 98 Potential violation of Law of Demeter (object not created locally)
11735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 102 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 103 Avoid catching NullPointerException; consider removing the cause of the NPE.
11737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 103 Avoid empty catch blocks
11739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 108 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 109 Avoid catching NullPointerException; consider removing the cause of the NPE.
11741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 109 Avoid empty catch blocks
11743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 113 Position literals first in String comparisons
11744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 114 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
11745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/MultiSetUtilsTest.java 115 Avoid empty catch blocks
11746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 1 Comment is too large: Too many lines
11747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 17 This class has a bunch of public methods and attributes
11748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 17 Too many static imports may lead to messy code
11749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 19 Unused import 'org.apache.commons.collections4.functors.NullPredicate.*'
11750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 20 Unused import 'org.apache.commons.collections4.functors.TruePredicate.*'
11751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 52 Each class should declare at least one constructor
11752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 52 JUnit 5 tests should be package-private.
11753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 52 Possible God Class (WMC=69, ATFD=93, TCC=0.000%)
11754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 52 This class has too many methods, consider refactoring it.
11755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 58 JUnit 5 tests should be package-private.
11756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 58 Public method and constructor comments are required
11757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 58 Unit tests should not contain more than 1 assert(s).
11758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 59 JUnit assertions should include a message
11759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 60 JUnit assertions should include a message
11760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 62 Potential violation of Law of Demeter (method chain calls)
11761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 65 Potential violation of Law of Demeter (method chain calls)
11762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 70 JUnit assertions should include a message
11763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 77 JUnit 5 tests should be package-private.
11764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 77 Public method and constructor comments are required
11765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 77 Unit tests should not contain more than 1 assert(s).
11766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 78 JUnit assertions should include a message
11767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 79 JUnit assertions should include a message
11768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 80 JUnit assertions should include a message
11769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 80 Potential violation of Law of Demeter (method chain calls)
11770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 81 JUnit assertions should include a message
11771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 81 Potential violation of Law of Demeter (method chain calls)
11772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 82 JUnit assertions should include a message
11773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 82 Potential violation of Law of Demeter (method chain calls)
11774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 83 JUnit assertions should include a message
11775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 83 Potential violation of Law of Demeter (method chain calls)
11776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 90 JUnit 5 tests should be package-private.
11777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 90 Public method and constructor comments are required
11778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 90 Unit tests should not contain more than 1 assert(s).
11779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 91 JUnit assertions should include a message
11780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 92 JUnit assertions should include a message
11781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 93 JUnit assertions should include a message
11782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 93 Potential violation of Law of Demeter (method chain calls)
11783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 94 JUnit assertions should include a message
11784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 94 Potential violation of Law of Demeter (method chain calls)
11785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 94 Potential violation of Law of Demeter (method chain calls)
11786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 95 JUnit assertions should include a message
11787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 95 Potential violation of Law of Demeter (method chain calls)
11788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 95 Potential violation of Law of Demeter (method chain calls)
11789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 96 JUnit assertions should include a message
11790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 96 Potential violation of Law of Demeter (method chain calls)
11791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 97 JUnit assertions should include a message
11792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 97 Potential violation of Law of Demeter (method chain calls)
11793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 104 JUnit 5 tests should be package-private.
11794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 104 Public method and constructor comments are required
11795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 104 Unit tests should not contain more than 1 assert(s).
11796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 105 JUnit assertions should include a message
11797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 105 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 106 JUnit assertions should include a message
11799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 106 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 106 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 107 JUnit assertions should include a message
11802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 107 Potential violation of Law of Demeter (method chain calls)
11803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 108 JUnit assertions should include a message
11804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 108 Potential violation of Law of Demeter (method chain calls)
11805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 109 JUnit assertions should include a message
11806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 109 Potential violation of Law of Demeter (method chain calls)
11807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 110 JUnit assertions should include a message
11808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 110 Potential violation of Law of Demeter (method chain calls)
11809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 117 JUnit 5 tests should be package-private.
11810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 117 Public method and constructor comments are required
11811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 117 Unit tests should not contain more than 1 assert(s).
11812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 118 JUnit assertions should include a message
11813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 119 JUnit assertions should include a message
11814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 120 JUnit assertions should include a message
11815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 120 Potential violation of Law of Demeter (method chain calls)
11816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 121 JUnit assertions should include a message
11817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 121 Potential violation of Law of Demeter (method chain calls)
11818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 122 JUnit assertions should include a message
11819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 122 Potential violation of Law of Demeter (method chain calls)
11820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 123 JUnit assertions should include a message
11821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 123 Potential violation of Law of Demeter (method chain calls)
11822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 130 JUnit 5 tests should be package-private.
11823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 130 Public method and constructor comments are required
11824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 130 Unit tests should not contain more than 1 assert(s).
11825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 131 JUnit assertions should include a message
11826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 131 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 132 JUnit assertions should include a message
11828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 132 Potential violation of Law of Demeter (method chain calls)
11829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 133 JUnit assertions should include a message
11830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 133 Potential violation of Law of Demeter (method chain calls)
11831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 134 JUnit assertions should include a message
11832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 134 Potential violation of Law of Demeter (method chain calls)
11833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 135 JUnit assertions should include a message
11834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 135 Potential violation of Law of Demeter (method chain calls)
11835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 139 JUnit 5 tests should be package-private.
11836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 139 Public method and constructor comments are required
11837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 147 JUnit 5 tests should be package-private.
11838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 147 Public method and constructor comments are required
11839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 147 Unit tests should not contain more than 1 assert(s).
11840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 148 JUnit assertions should include a message
11841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 148 Potential violation of Law of Demeter (method chain calls)
11842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 149 JUnit assertions should include a message
11843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 149 Potential violation of Law of Demeter (method chain calls)
11844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 150 JUnit assertions should include a message
11845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 150 Potential violation of Law of Demeter (method chain calls)
11846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 151 JUnit assertions should include a message
11847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 151 Potential violation of Law of Demeter (method chain calls)
11848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 155 JUnit 5 tests should be package-private.
11849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 155 Public method and constructor comments are required
11850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 162 The String literal "unchecked" appears 10 times in this file; the first occurrence is on line 162
11851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 164 JUnit 5 tests should be package-private.
11852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 164 Public method and constructor comments are required
11853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 164 Unit tests should not contain more than 1 assert(s).
11854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 166 JUnit assertions should include a message
11855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 166 Potential violation of Law of Demeter (method chain calls)
11856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 167 JUnit assertions should include a message
11857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 167 Potential violation of Law of Demeter (method chain calls)
11858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 168 JUnit assertions should include a message
11859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 168 Potential violation of Law of Demeter (method chain calls)
11860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 169 JUnit assertions should include a message
11861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 169 Potential violation of Law of Demeter (method chain calls)
11862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 171 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 172 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 173 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 174 JUnit assertions should include a message
11866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 174 Potential violation of Law of Demeter (method chain calls)
11867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 176 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 178 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 179 JUnit assertions should include a message
11870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 179 Potential violation of Law of Demeter (method chain calls)
11871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 183 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 184 JUnit assertions should include a message
11873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 184 Potential violation of Law of Demeter (method chain calls)
11874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 189 JUnit assertions should include a message
11875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 189 Potential violation of Law of Demeter (method chain calls)
11876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 194 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 201 JUnit 5 tests should be package-private.
11878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 201 Public method and constructor comments are required
11879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 207 JUnit 5 tests should be package-private.
11880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 207 Public method and constructor comments are required
11881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 212 JUnit 5 tests should be package-private.
11882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 212 Public method and constructor comments are required
11883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 217 JUnit 5 tests should be package-private.
11884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 217 Public method and constructor comments are required
11885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 222 JUnit 5 tests should be package-private.
11886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 222 JUnit tests should include assert() or fail()
11887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 222 Public method and constructor comments are required
11888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 227 JUnit 5 tests should be package-private.
11889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 227 Public method and constructor comments are required
11890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 238 JUnit 5 tests should be package-private.
11891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 238 Public method and constructor comments are required
11892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 238 Unit tests should not contain more than 1 assert(s).
11893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 239 JUnit assertions should include a message
11894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 239 Potential violation of Law of Demeter (method chain calls)
11895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 240 JUnit assertions should include a message
11896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 240 Potential violation of Law of Demeter (method chain calls)
11897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 241 JUnit assertions should include a message
11898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 241 Potential violation of Law of Demeter (method chain calls)
11899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 242 JUnit assertions should include a message
11900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 242 Potential violation of Law of Demeter (method chain calls)
11901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 246 JUnit 5 tests should be package-private.
11902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 246 Public method and constructor comments are required
11903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 255 JUnit 5 tests should be package-private.
11904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 255 Public method and constructor comments are required
11905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 255 Unit tests should not contain more than 1 assert(s).
11906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 258 JUnit assertions should include a message
11907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 258 Potential violation of Law of Demeter (method chain calls)
11908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 259 JUnit assertions should include a message
11909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 259 Potential violation of Law of Demeter (method chain calls)
11910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 260 JUnit assertions should include a message
11911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 260 Potential violation of Law of Demeter (method chain calls)
11912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 261 JUnit assertions should include a message
11913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 261 Potential violation of Law of Demeter (method chain calls)
11914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 263 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 264 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 265 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 266 JUnit assertions should include a message
11918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 266 Potential violation of Law of Demeter (method chain calls)
11919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 268 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 270 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 271 JUnit assertions should include a message
11922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 271 Potential violation of Law of Demeter (method chain calls)
11923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 275 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 276 JUnit assertions should include a message
11925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 276 Potential violation of Law of Demeter (method chain calls)
11926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 281 JUnit assertions should include a message
11927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 281 Potential violation of Law of Demeter (method chain calls)
11928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 286 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 293 JUnit 5 tests should be package-private.
11930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 293 Public method and constructor comments are required
11931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 299 JUnit 5 tests should be package-private.
11932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 299 Public method and constructor comments are required
11933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 304 JUnit 5 tests should be package-private.
11934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 304 Public method and constructor comments are required
11935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 309 JUnit 5 tests should be package-private.
11936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 309 Public method and constructor comments are required
11937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 314 JUnit 5 tests should be package-private.
11938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 314 JUnit tests should include assert() or fail()
11939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 314 Public method and constructor comments are required
11940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 319 JUnit 5 tests should be package-private.
11941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 319 Public method and constructor comments are required
11942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 330 JUnit 5 tests should be package-private.
11943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 330 Public method and constructor comments are required
11944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 330 Unit tests should not contain more than 1 assert(s).
11945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 331 JUnit assertions should include a message
11946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 331 Potential violation of Law of Demeter (method chain calls)
11947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 332 JUnit assertions should include a message
11948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 332 Potential violation of Law of Demeter (method chain calls)
11949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 333 JUnit assertions should include a message
11950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 333 Potential violation of Law of Demeter (method chain calls)
11951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 334 JUnit assertions should include a message
11952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 334 Potential violation of Law of Demeter (method chain calls)
11953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 338 JUnit 5 tests should be package-private.
11954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 338 Public method and constructor comments are required
11955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 347 JUnit 5 tests should be package-private.
11956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 347 Public method and constructor comments are required
11957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 347 Unit tests should not contain more than 1 assert(s).
11958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 349 JUnit assertions should include a message
11959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 349 Potential violation of Law of Demeter (method chain calls)
11960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 350 JUnit assertions should include a message
11961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 350 Potential violation of Law of Demeter (method chain calls)
11962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 351 JUnit assertions should include a message
11963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 351 Potential violation of Law of Demeter (method chain calls)
11964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 352 JUnit assertions should include a message
11965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 352 Potential violation of Law of Demeter (method chain calls)
11966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 353 JUnit assertions should include a message
11967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 353 Potential violation of Law of Demeter (method chain calls)
11968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 354 JUnit assertions should include a message
11969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 354 Potential violation of Law of Demeter (method chain calls)
11970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 356 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 357 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 358 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 359 JUnit assertions should include a message
11974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 359 Potential violation of Law of Demeter (method chain calls)
11975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 361 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 363 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 364 JUnit assertions should include a message
11978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 364 Potential violation of Law of Demeter (method chain calls)
11979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 368 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 369 JUnit assertions should include a message
11981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 369 Potential violation of Law of Demeter (method chain calls)
11982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 374 JUnit assertions should include a message
11983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 374 Potential violation of Law of Demeter (method chain calls)
11984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 379 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
11985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 386 JUnit 5 tests should be package-private.
11986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 386 Public method and constructor comments are required
11987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 392 JUnit 5 tests should be package-private.
11988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 392 Public method and constructor comments are required
11989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 397 JUnit 5 tests should be package-private.
11990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 397 Public method and constructor comments are required
11991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 402 JUnit 5 tests should be package-private.
11992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 402 Public method and constructor comments are required
11993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 408 JUnit 5 tests should be package-private.
11994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 408 JUnit tests should include assert() or fail()
11995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 408 Public method and constructor comments are required
11996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 413 JUnit 5 tests should be package-private.
11997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 413 Public method and constructor comments are required
11998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 421 JUnit 5 tests should be package-private.
11999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 421 Public method and constructor comments are required
12000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 421 Unit tests should not contain more than 1 assert(s).
12001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 422 JUnit assertions should include a message
12002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 422 Potential violation of Law of Demeter (method chain calls)
12003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 423 JUnit assertions should include a message
12004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 423 Potential violation of Law of Demeter (method chain calls)
12005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 424 JUnit assertions should include a message
12006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 424 Potential violation of Law of Demeter (method chain calls)
12007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 425 JUnit assertions should include a message
12008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 425 Potential violation of Law of Demeter (method chain calls)
12009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 429 JUnit 5 tests should be package-private.
12010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 429 Public method and constructor comments are required
12011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 438 JUnit 5 tests should be package-private.
12012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 438 Public method and constructor comments are required
12013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 438 Unit tests should not contain more than 1 assert(s).
12014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 440 JUnit assertions should include a message
12015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 440 Potential violation of Law of Demeter (method chain calls)
12016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 441 JUnit assertions should include a message
12017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 441 Potential violation of Law of Demeter (method chain calls)
12018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 442 JUnit assertions should include a message
12019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 442 Potential violation of Law of Demeter (method chain calls)
12020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 443 JUnit assertions should include a message
12021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 443 Potential violation of Law of Demeter (method chain calls)
12022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 445 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 446 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 447 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 448 JUnit assertions should include a message
12026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 448 Potential violation of Law of Demeter (method chain calls)
12027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 450 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 452 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 453 JUnit assertions should include a message
12030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 453 Potential violation of Law of Demeter (method chain calls)
12031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 457 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 458 JUnit assertions should include a message
12033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 458 Potential violation of Law of Demeter (method chain calls)
12034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 463 JUnit assertions should include a message
12035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 463 Potential violation of Law of Demeter (method chain calls)
12036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 468 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 475 JUnit 5 tests should be package-private.
12038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 475 Public method and constructor comments are required
12039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 481 JUnit 5 tests should be package-private.
12040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 481 Public method and constructor comments are required
12041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 487 JUnit 5 tests should be package-private.
12042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 487 Public method and constructor comments are required
12043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 492 JUnit 5 tests should be package-private.
12044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 492 Public method and constructor comments are required
12045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 497 JUnit 5 tests should be package-private.
12046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 497 JUnit tests should include assert() or fail()
12047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 497 Public method and constructor comments are required
12048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 502 JUnit 5 tests should be package-private.
12049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 502 Public method and constructor comments are required
12050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 513 JUnit 5 tests should be package-private.
12051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 513 Public method and constructor comments are required
12052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 513 Unit tests should not contain more than 1 assert(s).
12053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 514 JUnit assertions should include a message
12054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 515 JUnit assertions should include a message
12055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 515 Potential violation of Law of Demeter (method chain calls)
12056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 516 JUnit assertions should include a message
12057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 516 Potential violation of Law of Demeter (method chain calls)
12058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 517 JUnit assertions should include a message
12059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 517 Potential violation of Law of Demeter (method chain calls)
12060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 518 JUnit assertions should include a message
12061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 518 Potential violation of Law of Demeter (method chain calls)
12062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 525 JUnit 5 tests should be package-private.
12063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 525 Public method and constructor comments are required
12064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 525 Unit tests should not contain more than 1 assert(s).
12065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 526 Avoid variables with short names like p
12066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 527 JUnit assertions should include a message
12067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 528 JUnit assertions should include a message
12068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 529 JUnit assertions should include a message
12069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 530 JUnit assertions should include a message
12070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 530 Potential violation of Law of Demeter (object not created locally)
12071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 531 JUnit assertions should include a message
12072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 531 Potential violation of Law of Demeter (object not created locally)
12073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 532 JUnit assertions should include a message
12074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 532 Potential violation of Law of Demeter (object not created locally)
12075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 539 JUnit 5 tests should be package-private.
12076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 539 Public method and constructor comments are required
12077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 539 Unit tests should not contain more than 1 assert(s).
12078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 540 JUnit assertions should include a message
12079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 540 Potential violation of Law of Demeter (method chain calls)
12080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 541 JUnit assertions should include a message
12081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 541 Potential violation of Law of Demeter (method chain calls)
12082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 545 JUnit 5 tests should be package-private.
12083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 545 Public method and constructor comments are required
12084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 550 JUnit 5 tests should be package-private.
12085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 550 Public method and constructor comments are required
12086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 558 JUnit 5 tests should be package-private.
12087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 558 Public method and constructor comments are required
12088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 558 Unit tests should not contain more than 1 assert(s).
12089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 560 JUnit assertions should include a message
12090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 560 Potential violation of Law of Demeter (method chain calls)
12091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 562 JUnit assertions should include a message
12092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 562 Potential violation of Law of Demeter (method chain calls)
12093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 566 JUnit 5 tests should be package-private.
12094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 566 Public method and constructor comments are required
12095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 571 JUnit 5 tests should be package-private.
12096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 571 Public method and constructor comments are required
12097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 576 JUnit 5 tests should be package-private.
12098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 576 Public method and constructor comments are required
12099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 584 JUnit 5 tests should be package-private.
12100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 584 Public method and constructor comments are required
12101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 584 Unit tests should not contain more than 1 assert(s).
12102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 586 JUnit assertions should include a message
12103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 589 JUnit assertions should include a message
12104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 594 JUnit 5 tests should be package-private.
12105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 594 Public method and constructor comments are required
12106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 599 JUnit 5 tests should be package-private.
12107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 599 Public method and constructor comments are required
12108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 605 JUnit 5 tests should be package-private.
12109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 605 Public method and constructor comments are required
12110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 614 JUnit 5 tests should be package-private.
12111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 614 Public method and constructor comments are required
12112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 614 Unit tests should not contain more than 1 assert(s).
12113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 615 JUnit assertions should include a message
12114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 616 Unnecessary use of fully qualified name 'TruePredicate.truePredicate' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 620 JUnit 5 tests should be package-private.
12116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 620 Public method and constructor comments are required
12117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 628 JUnit 5 tests should be package-private.
12118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 628 Public method and constructor comments are required
12119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 628 Unit tests should not contain more than 1 assert(s).
12120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 629 JUnit assertions should include a message
12121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 629 Potential violation of Law of Demeter (method chain calls)
12122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 630 JUnit assertions should include a message
12123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 631 JUnit assertions should include a message
12124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 635 JUnit 5 tests should be package-private.
12125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 635 Public method and constructor comments are required
12126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 643 JUnit 5 tests should be package-private.
12127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 643 Public method and constructor comments are required
12128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 643 Unit tests should not contain more than 1 assert(s).
12129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 644 JUnit assertions should include a message
12130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 644 Potential violation of Law of Demeter (method chain calls)
12131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 645 JUnit assertions should include a message
12132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 646 JUnit assertions should include a message
12133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 650 JUnit 5 tests should be package-private.
12134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 650 Public method and constructor comments are required
12135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 658 JUnit 5 tests should be package-private.
12136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 658 Public method and constructor comments are required
12137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 658 Unit tests should not contain more than 1 assert(s).
12138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 659 JUnit assertions should include a message
12139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 663 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
12140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 665 Avoid variables with short names like t
12141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 666 Avoid variables with short names like p
12142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 667 JUnit assertions should include a message
12143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 667 Potential violation of Law of Demeter (method chain calls)
12144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 668 JUnit assertions should include a message
12145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 668 Potential violation of Law of Demeter (method chain calls)
12146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 671 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 671 JUnit assertions should include a message
12148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 672 Avoid catching NullPointerException; consider removing the cause of the NPE.
12149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 672 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 672 Avoid empty catch blocks
12151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 683 JUnit 5 tests should be package-private.
12152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 683 JUnit tests should include assert() or fail()
12153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 684 Array initialization can be written shorter
12154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 688 Unnecessary use of fully qualified name 'NullPredicate.INSTANCE' due to existing static import 'org.apache.commons.collections4.functors.NullPredicate.*'
12155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/PredicateUtilsTest.java 689 Unnecessary use of fully qualified name 'TruePredicate.INSTANCE' due to existing static import 'org.apache.commons.collections4.functors.TruePredicate.*'
12156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 1 Comment is too large: Too many lines
12157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 37 Each class should declare at least one constructor
12158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 37 JUnit 5 tests should be package-private.
12159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 39 Field comments are required
12160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
12161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 40 Field comments are required
12162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
12163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 45 JUnit 5 tests should be package-private.
12164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 45 Public method and constructor comments are required
12165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 50 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 50 The String literal "Expecting NullPointerException for null queue." appears 4 times in this file; the first occurrence is on line 50
12167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 51 Avoid catching NullPointerException; consider removing the cause of the NPE.
12168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 51 Avoid empty catch blocks
12170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 57 JUnit 5 tests should be package-private.
12171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 57 Public method and constructor comments are required
12172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 57 Unit tests should not contain more than 1 assert(s).
12173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 62 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 63 Avoid catching NullPointerException; consider removing the cause of the NPE.
12175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 63 Avoid empty catch blocks
12177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 71 JUnit 5 tests should be package-private.
12178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 71 Public method and constructor comments are required
12179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 76 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 77 Avoid catching NullPointerException; consider removing the cause of the NPE.
12181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 77 Avoid empty catch blocks
12183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 82 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 83 Avoid catching NullPointerException; consider removing the cause of the NPE.
12185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 83 Avoid empty catch blocks
12187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 89 JUnit 5 tests should be package-private.
12188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 89 Public method and constructor comments are required
12189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 94 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 95 Avoid catching NullPointerException; consider removing the cause of the NPE.
12191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 95 Avoid empty catch blocks
12193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 100 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 101 Avoid catching NullPointerException; consider removing the cause of the NPE.
12195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 101 Avoid empty catch blocks
12197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 107 JUnit 5 tests should be package-private.
12198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 107 Public method and constructor comments are required
12199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 107 Unit tests should not contain more than 1 assert(s).
12200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 110 Potential violation of Law of Demeter (object not created locally)
12201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 114 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/QueueUtilsTest.java 115 Avoid empty catch blocks
12203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 1 Comment is too large: Too many lines
12204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 17 Too many static imports may lead to messy code
12205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 41 Each class should declare at least one constructor
12206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 41 JUnit 5 tests should be package-private.
12207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 41 This class has too many methods, consider refactoring it.
12208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 43 Field comments are required
12209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
12210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 44 Field comments are required
12211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
12212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 47 JUnit 5 tests should be package-private.
12213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 47 Public method and constructor comments are required
12214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 47 Unit tests should not contain more than 1 assert(s).
12215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 49 JUnit assertions should include a message
12216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 49 Potential violation of Law of Demeter (object not created locally)
12217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 50 JUnit assertions should include a message
12218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 50 Potential violation of Law of Demeter (object not created locally)
12219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 51 JUnit assertions should include a message
12220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 51 Potential violation of Law of Demeter (object not created locally)
12221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 53 JUnit assertions should include a message
12222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 57 JUnit assertions should include a message
12223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 61 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 61 The String literal "Expecting NullPointerException" appears 8 times in this file; the first occurrence is on line 61
12225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 62 Avoid catching NullPointerException; consider removing the cause of the NPE.
12226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 62 Avoid empty catch blocks
12228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 68 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 69 Avoid catching NullPointerException; consider removing the cause of the NPE.
12230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 69 Avoid empty catch blocks
12232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 75 JUnit 5 tests should be package-private.
12233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 75 Public method and constructor comments are required
12234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 75 Unit tests should not contain more than 1 assert(s).
12235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 77 JUnit assertions should include a message
12236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 77 Potential violation of Law of Demeter (object not created locally)
12237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 78 JUnit assertions should include a message
12238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 78 Potential violation of Law of Demeter (object not created locally)
12239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 79 JUnit assertions should include a message
12240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 79 Potential violation of Law of Demeter (object not created locally)
12241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 80 JUnit assertions should include a message
12242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 80 Potential violation of Law of Demeter (object not created locally)
12243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 81 JUnit assertions should include a message
12244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 81 Potential violation of Law of Demeter (object not created locally)
12245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 82 JUnit assertions should include a message
12246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 82 Potential violation of Law of Demeter (object not created locally)
12247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 83 JUnit assertions should include a message
12248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 83 Potential violation of Law of Demeter (object not created locally)
12249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 84 JUnit assertions should include a message
12250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 84 Potential violation of Law of Demeter (object not created locally)
12251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 87 JUnit assertions should include a message
12252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 91 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 92 Avoid catching NullPointerException; consider removing the cause of the NPE.
12254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 92 Avoid empty catch blocks
12256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 98 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 99 Avoid catching NullPointerException; consider removing the cause of the NPE.
12258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 99 Avoid empty catch blocks
12260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 105 JUnit 5 tests should be package-private.
12261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 105 Public method and constructor comments are required
12262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 105 Unit tests should not contain more than 1 assert(s).
12263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 107 JUnit assertions should include a message
12264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 107 Potential violation of Law of Demeter (object not created locally)
12265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 108 JUnit assertions should include a message
12266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 108 Potential violation of Law of Demeter (object not created locally)
12267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 109 JUnit assertions should include a message
12268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 109 Potential violation of Law of Demeter (object not created locally)
12269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 110 JUnit assertions should include a message
12270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 110 Potential violation of Law of Demeter (object not created locally)
12271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 111 JUnit assertions should include a message
12272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 111 Potential violation of Law of Demeter (object not created locally)
12273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 112 JUnit assertions should include a message
12274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 112 Potential violation of Law of Demeter (object not created locally)
12275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 113 JUnit assertions should include a message
12276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 113 Potential violation of Law of Demeter (object not created locally)
12277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 114 JUnit assertions should include a message
12278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 114 Potential violation of Law of Demeter (object not created locally)
12279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 117 JUnit assertions should include a message
12280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 121 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 122 Avoid catching NullPointerException; consider removing the cause of the NPE.
12282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 122 Avoid empty catch blocks
12284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 128 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 129 Avoid catching NullPointerException; consider removing the cause of the NPE.
12286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 129 Avoid empty catch blocks
12288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 135 Public method and constructor comments are required
12289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 152 JUnit 5 tests should be package-private.
12290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 152 Public method and constructor comments are required
12291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 152 Unit tests should not contain more than 1 assert(s).
12292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 153 JUnit assertions should include a message
12293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 153 Potential violation of Law of Demeter (method chain calls)
12294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 156 JUnit assertions should include a message
12295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 160 JUnit 5 tests should be package-private.
12296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 160 Public method and constructor comments are required
12297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 160 Unit tests should not contain more than 1 assert(s).
12298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 163 Avoid variables with short names like a
12299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 164 Avoid variables with short names like b
12300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 166 JUnit assertions should include a message
12301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 167 JUnit assertions should include a message
12302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 169 JUnit assertions should include a message
12303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 170 JUnit assertions should include a message
12304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 171 JUnit assertions should include a message
12305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 172 JUnit assertions should include a message
12306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 176 JUnit 5 tests should be package-private.
12307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 176 Public method and constructor comments are required
12308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 176 Unit tests should not contain more than 1 assert(s).
12309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 179 Avoid variables with short names like a
12310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 180 Avoid variables with short names like b
12311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 182 JUnit assertions should include a message
12312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 183 JUnit assertions should include a message
12313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 184 JUnit assertions should include a message
12314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 185 JUnit assertions should include a message
12315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 188 JUnit assertions should include a message
12316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 192 JUnit 5 tests should be package-private.
12317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 192 Public method and constructor comments are required
12318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 192 Unit tests should not contain more than 1 assert(s).
12319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 194 Potential violation of Law of Demeter (object not created locally)
12320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 197 Potential violation of Law of Demeter (object not created locally)
12321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 197 The String literal "set has 3 elements" appears 4 times in this file; the first occurrence is on line 197
12322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 198 Potential violation of Law of Demeter (object not created locally)
12323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 198 The String literal "set contains 1" appears 4 times in this file; the first occurrence is on line 198
12324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 199 Potential violation of Law of Demeter (object not created locally)
12325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 199 The String literal "set contains 2" appears 4 times in this file; the first occurrence is on line 199
12326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 200 Potential violation of Law of Demeter (object not created locally)
12327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 200 The String literal "set contains 3" appears 4 times in this file; the first occurrence is on line 200
12328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 203 Potential violation of Law of Demeter (object not created locally)
12329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 204 Potential violation of Law of Demeter (object not created locally)
12330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 205 Potential violation of Law of Demeter (object not created locally)
12331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 206 Potential violation of Law of Demeter (object not created locally)
12332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 209 Potential violation of Law of Demeter (object not created locally)
12333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 210 Potential violation of Law of Demeter (object not created locally)
12334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 217 JUnit 5 tests should be package-private.
12335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 217 Public method and constructor comments are required
12336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 217 Unit tests should not contain more than 1 assert(s).
12337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 219 Avoid instantiating String objects; this is usually unnecessary.
12338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 219 Avoid variables with short names like a
12339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 220 Potential violation of Law of Demeter (object not created locally)
12340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 221 Avoid instantiating String objects; this is usually unnecessary.
12341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 222 Potential violation of Law of Demeter (object not created locally)
12342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 224 JUnit assertions should include a message
12343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 224 Potential violation of Law of Demeter (object not created locally)
12344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 226 Avoid instantiating String objects; this is usually unnecessary.
12345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 227 JUnit assertions should include a message
12346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 227 Potential violation of Law of Demeter (object not created locally)
12347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 229 Potential violation of Law of Demeter (object not created locally)
12348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 230 JUnit assertions should include a message
12349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 230 Potential violation of Law of Demeter (object not created locally)
12350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 234 JUnit 5 tests should be package-private.
12351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 234 Public method and constructor comments are required
12352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 240 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 241 Avoid catching NullPointerException; consider removing the cause of the NPE.
12354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 241 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 241 Avoid empty catch blocks
12356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 246 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 247 Avoid catching NullPointerException; consider removing the cause of the NPE.
12358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 247 Avoid empty catch blocks
12360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 253 JUnit 5 tests should be package-private.
12361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 253 Public method and constructor comments are required
12362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 253 Unit tests should not contain more than 1 assert(s).
12363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 255 Potential violation of Law of Demeter (object not created locally)
12364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 258 Potential violation of Law of Demeter (object not created locally)
12365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 259 Potential violation of Law of Demeter (object not created locally)
12366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 260 Potential violation of Law of Demeter (object not created locally)
12367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 261 Potential violation of Law of Demeter (object not created locally)
12368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 264 Potential violation of Law of Demeter (object not created locally)
12369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 265 Potential violation of Law of Demeter (object not created locally)
12370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 266 Potential violation of Law of Demeter (object not created locally)
12371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 267 Potential violation of Law of Demeter (object not created locally)
12372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 270 Potential violation of Law of Demeter (object not created locally)
12373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 271 Potential violation of Law of Demeter (object not created locally)
12374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 278 JUnit 5 tests should be package-private.
12375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 278 Public method and constructor comments are required
12376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 281 JUnit assertions should include a message
12377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 285 JUnit 5 tests should be package-private.
12378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 285 Public method and constructor comments are required
12379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 285 Unit tests should not contain more than 1 assert(s).
12380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 287 JUnit assertions should include a message
12381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 287 Potential violation of Law of Demeter (object not created locally)
12382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 288 JUnit assertions should include a message
12383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 288 Potential violation of Law of Demeter (object not created locally)
12384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 289 JUnit assertions should include a message
12385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 289 Potential violation of Law of Demeter (object not created locally)
12386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 292 JUnit assertions should include a message
12387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 296 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 297 Avoid catching NullPointerException; consider removing the cause of the NPE.
12389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 297 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 297 Avoid empty catch blocks
12391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 303 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 304 Avoid catching NullPointerException; consider removing the cause of the NPE.
12393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 304 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SetUtilsTest.java 304 Avoid empty catch blocks
12395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 1 Comment is too large: Too many lines
12396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 17 Too many static imports may lead to messy code
12397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 40 Each class should declare at least one constructor
12398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 40 JUnit 5 tests should be package-private.
12399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 41 Field comments are required
12400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
12401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 42 Field comments are required
12402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
12403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 44 Field comments are required
12404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
12405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 47 Public method and constructor comments are required
12406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 59 JUnit 5 tests should be package-private.
12407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 59 Public method and constructor comments are required
12408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 59 Unit tests should not contain more than 1 assert(s).
12409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 64 JUnit assertions should include a message
12410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 65 JUnit assertions should include a message
12411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 65 Potential violation of Law of Demeter (method chain calls)
12412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 69 Avoid variables with short names like it
12413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 69 Potential violation of Law of Demeter (object not created locally)
12414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 71 Avoid variables with short names like k
12415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 72 JUnit assertions should include a message
12416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 73 JUnit assertions should include a message
12417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 77 JUnit assertions should include a message
12418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 80 Avoid variables with short names like sz
12419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 80 Potential violation of Law of Demeter (object not created locally)
12420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 84 JUnit assertions should include a message
12421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 84 Potential violation of Law of Demeter (object not created locally)
12422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 86 The String literal "foo" appears 4 times in this file; the first occurrence is on line 86
12423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 88 Avoid variables with short names like m
12424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 96 JUnit assertions should include a message
12425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 97 JUnit assertions should include a message
12426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 97 Potential violation of Law of Demeter (object not created locally)
12427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 97 Potential violation of Law of Demeter (object not created locally)
12428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 101 JUnit assertions should include a message
12429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 101 Potential violation of Law of Demeter (method chain calls)
12430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 102 JUnit assertions should include a message
12431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 104 JUnit assertions should include a message
12432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 104 Potential violation of Law of Demeter (object not created locally)
12433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 105 JUnit assertions should include a message
12434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 109 JUnit 5 tests should be package-private.
12435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 109 Public method and constructor comments are required
12436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 111 JUnit assertions should include a message
12437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 116 JUnit 5 tests should be package-private.
12438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 116 Public method and constructor comments are required
12439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 116 Unit tests should not contain more than 1 assert(s).
12440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 130 JUnit assertions should include a message
12441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 131 JUnit assertions should include a message
12442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 131 Potential violation of Law of Demeter (object not created locally)
12443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 131 Potential violation of Law of Demeter (object not created locally)
12444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 134 Avoid variables with short names like sz
12445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 135 JUnit assertions should include a message
12446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 136 Potential violation of Law of Demeter (object not created locally)
12447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 137 JUnit assertions should include a message
12448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 140 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
12449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 144 Potential violation of Law of Demeter (object not created locally)
12450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 145 JUnit assertions should include a message
12451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 148 Potential violation of Law of Demeter (object not created locally)
12452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 149 JUnit assertions should include a message
12453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 150 JUnit assertions should include a message
12454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 154 JUnit 5 tests should be package-private.
12455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 154 Public method and constructor comments are required
12456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 156 JUnit assertions should include a message
12457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 159 Avoid variables with short names like r
12458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 163 Avoid variables with short names like r
12459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 167 Avoid variables with short names like r
12460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 167 Avoid variables with short names like s
12461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java 171 Avoid empty catch blocks
12462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 1 Comment is too large: Too many lines
12463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 28 Class comments are required
12464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 32 Comment is too large: Too many lines
12465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 45 Avoid variables with short names like o
12466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 54 Avoid variables with short names like is
12467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 55 Ensure that resources like this InputStream object are closed after use
12468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 63 Avoid throwing raw exception types.
12469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 67 Comment is too large: Too many lines
12470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TestUtils.java 77 Avoid variables with short names like o
12471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 1 Comment is too large: Too many lines
12472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 17 Too many static imports may lead to messy code
12473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 47 Each class should declare at least one constructor
12474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 47 JUnit 5 tests should be package-private.
12475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 47 Possible God Class (WMC=50, ATFD=30, TCC=29.412%)
12476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 47 This class has too many methods, consider refactoring it.
12477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 49 Field comments are required
12478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 49 The constant name 'cObject' doesn't match '[A-Z][A-Z_0-9]*'
12479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 50 Field comments are required
12480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 50 The constant name 'cString' doesn't match '[A-Z][A-Z_0-9]*'
12481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 51 Field comments are required
12482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 51 The constant name 'cInteger' doesn't match '[A-Z][A-Z_0-9]*'
12483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 57 JUnit 5 tests should be package-private.
12484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 57 Public method and constructor comments are required
12485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 57 Unit tests should not contain more than 1 assert(s).
12486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 58 JUnit assertions should include a message
12487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 59 JUnit assertions should include a message
12488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 61 Potential violation of Law of Demeter (method chain calls)
12489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 64 Potential violation of Law of Demeter (method chain calls)
12490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 69 JUnit assertions should include a message
12491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 76 JUnit 5 tests should be package-private.
12492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 76 Public method and constructor comments are required
12493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 76 Unit tests should not contain more than 1 assert(s).
12494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 77 JUnit assertions should include a message
12495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 78 JUnit assertions should include a message
12496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 79 JUnit assertions should include a message
12497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 79 Potential violation of Law of Demeter (method chain calls)
12498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 80 JUnit assertions should include a message
12499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 80 Potential violation of Law of Demeter (method chain calls)
12500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 81 JUnit assertions should include a message
12501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 81 Potential violation of Law of Demeter (method chain calls)
12502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 82 JUnit assertions should include a message
12503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 82 Potential violation of Law of Demeter (method chain calls)
12504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 89 JUnit 5 tests should be package-private.
12505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 89 Public method and constructor comments are required
12506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 89 Unit tests should not contain more than 1 assert(s).
12507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 90 JUnit assertions should include a message
12508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 91 JUnit assertions should include a message
12509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 92 JUnit assertions should include a message
12510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 92 Potential violation of Law of Demeter (method chain calls)
12511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 93 JUnit assertions should include a message
12512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 93 Potential violation of Law of Demeter (method chain calls)
12513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 94 JUnit assertions should include a message
12514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 94 Potential violation of Law of Demeter (method chain calls)
12515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 95 JUnit assertions should include a message
12516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 95 Potential violation of Law of Demeter (method chain calls)
12517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 102 JUnit 5 tests should be package-private.
12518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 102 Public method and constructor comments are required
12519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 102 Unit tests should not contain more than 1 assert(s).
12520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 103 JUnit assertions should include a message
12521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 103 Potential violation of Law of Demeter (method chain calls)
12522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 104 JUnit assertions should include a message
12523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 104 Potential violation of Law of Demeter (method chain calls)
12524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 105 JUnit assertions should include a message
12525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 105 Potential violation of Law of Demeter (method chain calls)
12526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 106 JUnit assertions should include a message
12527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 106 Potential violation of Law of Demeter (method chain calls)
12528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 107 JUnit assertions should include a message
12529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 114 JUnit 5 tests should be package-private.
12530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 114 Public method and constructor comments are required
12531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 114 Unit tests should not contain more than 1 assert(s).
12532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 115 JUnit assertions should include a message
12533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 115 Potential violation of Law of Demeter (method chain calls)
12534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 116 JUnit assertions should include a message
12535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 116 Potential violation of Law of Demeter (method chain calls)
12536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 117 JUnit assertions should include a message
12537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 117 Potential violation of Law of Demeter (method chain calls)
12538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 119 JUnit assertions should include a message
12539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 119 Potential violation of Law of Demeter (method chain calls)
12540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 123 JUnit assertions should include a message
12541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 131 JUnit 5 tests should be package-private.
12542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 131 Public method and constructor comments are required
12543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 131 Unit tests should not contain more than 1 assert(s).
12544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 132 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
12545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 136 JUnit assertions should include a message
12546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 136 Potential violation of Law of Demeter (method chain calls)
12547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 137 JUnit assertions should include a message
12548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 137 Potential violation of Law of Demeter (method chain calls)
12549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 138 JUnit assertions should include a message
12550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 138 Potential violation of Law of Demeter (method chain calls)
12551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 139 JUnit assertions should include a message
12552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 139 Potential violation of Law of Demeter (method chain calls)
12553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 140 JUnit assertions should include a message
12554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 147 JUnit 5 tests should be package-private.
12555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 147 Public method and constructor comments are required
12556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 147 Unit tests should not contain more than 1 assert(s).
12557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 148 JUnit assertions should include a message
12558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 148 Potential violation of Law of Demeter (method chain calls)
12559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 149 JUnit assertions should include a message
12560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 149 Potential violation of Law of Demeter (method chain calls)
12561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 150 JUnit assertions should include a message
12562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 150 Potential violation of Law of Demeter (method chain calls)
12563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 151 JUnit assertions should include a message
12564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 151 Potential violation of Law of Demeter (method chain calls)
12565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 154 Avoid catching NullPointerException; consider removing the cause of the NPE.
12566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 157 JUnit assertions should include a message
12568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 164 JUnit 5 tests should be package-private.
12569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 164 Public method and constructor comments are required
12570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 164 Unit tests should not contain more than 1 assert(s).
12571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 165 JUnit assertions should include a message
12572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 165 Potential violation of Law of Demeter (method chain calls)
12573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 166 JUnit assertions should include a message
12574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 166 Potential violation of Law of Demeter (method chain calls)
12575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 167 JUnit assertions should include a message
12576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 167 Potential violation of Law of Demeter (method chain calls)
12577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 168 JUnit assertions should include a message
12578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 168 Potential violation of Law of Demeter (method chain calls)
12579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 174 JUnit assertions should include a message
12580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 181 JUnit 5 tests should be package-private.
12581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 181 Public method and constructor comments are required
12582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 181 Unit tests should not contain more than 1 assert(s).
12583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 182 JUnit assertions should include a message
12584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 182 Potential violation of Law of Demeter (method chain calls)
12585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 183 JUnit assertions should include a message
12586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 183 Potential violation of Law of Demeter (method chain calls)
12587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 184 JUnit assertions should include a message
12588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 184 Potential violation of Law of Demeter (method chain calls)
12589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 185 JUnit assertions should include a message
12590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 185 Potential violation of Law of Demeter (method chain calls)
12591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 188 Avoid catching NullPointerException; consider removing the cause of the NPE.
12592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 188 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 191 JUnit assertions should include a message
12594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 199 JUnit 5 tests should be package-private.
12595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 199 Public method and constructor comments are required
12596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 199 Unit tests should not contain more than 1 assert(s).
12597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 200 Avoid variables with short names like a
12598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 201 Avoid variables with short names like b
12599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 203 JUnit assertions should include a message
12600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 203 Potential violation of Law of Demeter (method chain calls)
12601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 204 JUnit assertions should include a message
12602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 204 Potential violation of Law of Demeter (method chain calls)
12603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 205 JUnit assertions should include a message
12604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 205 Potential violation of Law of Demeter (method chain calls)
12605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 209 JUnit assertions should include a message
12606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 209 Potential violation of Law of Demeter (method chain calls)
12607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 211 JUnit assertions should include a message
12608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 212 JUnit assertions should include a message
12609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 216 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 216 JUnit assertions should include a message
12611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 217 Avoid catching NullPointerException; consider removing the cause of the NPE.
12612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 217 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 217 Avoid empty catch blocks
12614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 220 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 220 JUnit assertions should include a message
12616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 221 Avoid catching NullPointerException; consider removing the cause of the NPE.
12617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 221 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 221 Avoid empty catch blocks
12619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 224 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 224 JUnit assertions should include a message
12621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 225 Avoid catching NullPointerException; consider removing the cause of the NPE.
12622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 225 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 225 Avoid empty catch blocks
12624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 228 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 228 JUnit assertions should include a message
12626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 229 Avoid catching NullPointerException; consider removing the cause of the NPE.
12627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 229 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 229 Avoid empty catch blocks
12629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 235 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 235 JUnit assertions should include a message
12631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 236 Avoid catching NullPointerException; consider removing the cause of the NPE.
12632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 236 Avoid empty catch blocks
12634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 243 JUnit 5 tests should be package-private.
12635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 243 Public method and constructor comments are required
12636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 243 Unit tests should not contain more than 1 assert(s).
12637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 244 Avoid variables with short names like a
12638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 245 Avoid variables with short names like b
12639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 246 Avoid variables with short names like c
12640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 248 JUnit assertions should include a message
12641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 248 Potential violation of Law of Demeter (method chain calls)
12642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 249 JUnit assertions should include a message
12643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 249 Potential violation of Law of Demeter (method chain calls)
12644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 251 Avoid excessively long variable names like lessThanFivePredicate
12645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 253 JUnit assertions should include a message
12646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 253 Potential violation of Law of Demeter (method chain calls)
12647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 254 JUnit assertions should include a message
12648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 254 Potential violation of Law of Demeter (method chain calls)
12649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 258 JUnit assertions should include a message
12650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 258 Potential violation of Law of Demeter (method chain calls)
12651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 259 JUnit assertions should include a message
12652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 259 Potential violation of Law of Demeter (method chain calls)
12653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 263 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 263 JUnit assertions should include a message
12655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 264 Avoid catching NullPointerException; consider removing the cause of the NPE.
12656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 264 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 264 Avoid empty catch blocks
12658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 267 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 267 JUnit assertions should include a message
12660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 268 Avoid catching NullPointerException; consider removing the cause of the NPE.
12661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 268 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 268 Avoid empty catch blocks
12663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 271 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 271 JUnit assertions should include a message
12665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 272 Avoid catching NullPointerException; consider removing the cause of the NPE.
12666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 272 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 272 Avoid empty catch blocks
12668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 275 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 275 JUnit assertions should include a message
12670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 276 Avoid catching NullPointerException; consider removing the cause of the NPE.
12671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 276 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 276 Avoid empty catch blocks
12673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 284 JUnit 5 tests should be package-private.
12674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 284 Public method and constructor comments are required
12675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 284 Unit tests should not contain more than 1 assert(s).
12676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 285 Avoid variables with short names like a
12677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 286 Avoid variables with short names like b
12678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 287 Avoid variables with short names like c
12679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 289 JUnit assertions should include a message
12680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 289 Potential violation of Law of Demeter (method chain calls)
12681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 290 JUnit assertions should include a message
12682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 290 Potential violation of Law of Demeter (method chain calls)
12683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 292 JUnit assertions should include a message
12684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 293 The String literal "HELLO" appears 9 times in this file; the first occurrence is on line 293
12685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 293 The String literal "THERE" appears 9 times in this file; the first occurrence is on line 293
12686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 294 The String literal "WELL" appears 6 times in this file; the first occurrence is on line 294
12687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 295 JUnit assertions should include a message
12688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 298 JUnit assertions should include a message
12689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 302 JUnit assertions should include a message
12690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 306 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
12691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 309 JUnit assertions should include a message
12692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 309 Potential violation of Law of Demeter (method chain calls)
12693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 310 JUnit assertions should include a message
12694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 310 Potential violation of Law of Demeter (method chain calls)
12695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 311 JUnit assertions should include a message
12696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 311 Potential violation of Law of Demeter (method chain calls)
12697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 313 JUnit assertions should include a message
12698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 313 Potential violation of Law of Demeter (method chain calls)
12699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 315 JUnit assertions should include a message
12700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 316 JUnit assertions should include a message
12701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 319 JUnit assertions should include a message
12702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 323 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 323 JUnit assertions should include a message
12704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 324 Avoid catching NullPointerException; consider removing the cause of the NPE.
12705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 324 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 324 Avoid empty catch blocks
12707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 327 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 327 JUnit assertions should include a message
12709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 328 Avoid catching NullPointerException; consider removing the cause of the NPE.
12710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 328 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 328 Avoid empty catch blocks
12712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 331 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 331 JUnit assertions should include a message
12714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 332 Avoid catching NullPointerException; consider removing the cause of the NPE.
12715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 332 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 332 Avoid empty catch blocks
12717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 335 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 335 JUnit assertions should include a message
12719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 336 Avoid catching NullPointerException; consider removing the cause of the NPE.
12720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 336 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 336 Avoid empty catch blocks
12722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 341 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 341 JUnit assertions should include a message
12724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 342 Avoid empty catch blocks
12725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 349 JUnit 5 tests should be package-private.
12726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 349 Public method and constructor comments are required
12727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 349 Unit tests should not contain more than 1 assert(s).
12728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 350 Avoid variables with short names like a
12729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 351 Avoid variables with short names like b
12730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 352 Avoid variables with short names like c
12731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 354 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
12732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 357 JUnit assertions should include a message
12733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 357 Potential violation of Law of Demeter (method chain calls)
12734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 358 JUnit assertions should include a message
12735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 358 Potential violation of Law of Demeter (method chain calls)
12736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 359 JUnit assertions should include a message
12737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 359 Potential violation of Law of Demeter (method chain calls)
12738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 361 JUnit assertions should include a message
12739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 361 Potential violation of Law of Demeter (method chain calls)
12740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 363 JUnit assertions should include a message
12741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 366 JUnit assertions should include a message
12742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 370 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 370 JUnit assertions should include a message
12744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 371 Avoid catching NullPointerException; consider removing the cause of the NPE.
12745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 371 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 371 Avoid empty catch blocks
12747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 378 JUnit 5 tests should be package-private.
12748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 378 Public method and constructor comments are required
12749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 378 Unit tests should not contain more than 1 assert(s).
12750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 380 JUnit assertions should include a message
12751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 380 Potential violation of Law of Demeter (method chain calls)
12752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 382 JUnit assertions should include a message
12753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 382 Potential violation of Law of Demeter (method chain calls)
12754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 383 JUnit assertions should include a message
12755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 383 Potential violation of Law of Demeter (method chain calls)
12756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 387 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 387 JUnit assertions should include a message
12758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 388 Avoid catching NullPointerException; consider removing the cause of the NPE.
12759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 388 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 388 Avoid empty catch blocks
12761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 391 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 391 JUnit assertions should include a message
12763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 392 Avoid empty catch blocks
12764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 399 JUnit 5 tests should be package-private.
12765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 399 Public method and constructor comments are required
12766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 399 Unit tests should not contain more than 1 assert(s).
12767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 401 JUnit assertions should include a message
12768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 404 JUnit assertions should include a message
12769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 406 JUnit assertions should include a message
12770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 411 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 411 JUnit assertions should include a message
12772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 412 Avoid catching NullPointerException; consider removing the cause of the NPE.
12773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 412 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 412 Avoid empty catch blocks
12775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 416 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 416 JUnit assertions should include a message
12777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 417 Avoid empty catch blocks
12778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 420 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 420 JUnit assertions should include a message
12780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 421 Avoid empty catch blocks
12781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 424 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 424 JUnit assertions should include a message
12783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 425 Avoid empty catch blocks
12784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 428 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 428 JUnit assertions should include a message
12786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 429 Avoid empty catch blocks
12787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 436 JUnit 5 tests should be package-private.
12788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 436 Public method and constructor comments are required
12789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 436 Unit tests should not contain more than 1 assert(s).
12790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 438 Potential violation of Law of Demeter (method chain calls)
12791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 440 Potential violation of Law of Demeter (method chain calls)
12792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 442 Potential violation of Law of Demeter (method chain calls)
12793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 449 JUnit 5 tests should be package-private.
12794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 449 Public method and constructor comments are required
12795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 449 Unit tests should not contain more than 1 assert(s).
12796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 452 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 452 JUnit assertions should include a message
12798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 453 Avoid empty catch blocks
12799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 456 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 456 JUnit assertions should include a message
12801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 457 Avoid empty catch blocks
12802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 462 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 462 JUnit assertions should include a message
12804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 463 Avoid empty catch blocks
12805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 466 JUnit assertions should include a message
12806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 466 Potential violation of Law of Demeter (object not created locally)
12807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 469 JUnit assertions should include a message
12808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 480 JUnit 5 tests should be package-private.
12809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 480 JUnit tests should include assert() or fail()
12810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java 481 Array initialization can be written shorter
12811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 1 Comment is too large: Too many lines
12812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 31 Each class should declare at least one constructor
12813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 31 JUnit 5 tests should be package-private.
12814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 36 JUnit 5 tests should be package-private.
12815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 36 Public method and constructor comments are required
12816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 36 Unit tests should not contain more than 1 assert(s).
12817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 41 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
12818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 42 Avoid catching NullPointerException; consider removing the cause of the NPE.
12819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/TrieUtilsTest.java 42 Avoid empty catch blocks
12821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 1 Comment is too large: Too many lines
12822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 38 Comment is too large: Too many lines
12823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 39 Comment is too large: Line too long
12824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 49 Comment is too large: Line too long
12825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 59 Comment is too large: Line too long
12826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 60 Comment is too large: Line too long
12827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 64 Possible God Class (WMC=66, ATFD=15, TCC=0.000%)
12828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 64 This class has too many methods, consider refactoring it.
12829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 89 Potential violation of Law of Demeter (object not created locally)
12830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 107 Potential violation of Law of Demeter (object not created locally)
12831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 134 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 134 The String literal "unchecked" appears 18 times in this file; the first occurrence is on line 134
12833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 135 Public method and constructor comments are required
12834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 135 Unit tests should not contain more than 1 assert(s).
12835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 141 Potential violation of Law of Demeter (object not created locally)
12836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 142 Potential violation of Law of Demeter (object not created locally)
12837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 143 Potential violation of Law of Demeter (object not created locally)
12838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 143 The String literal "Should have count of 1" appears 4 times in this file; the first occurrence is on line 143
12839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 144 Potential violation of Law of Demeter (object not created locally)
12840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 145 Potential violation of Law of Demeter (object not created locally)
12841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 146 Potential violation of Law of Demeter (object not created locally)
12842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 146 The String literal "Should have count of 2" appears 4 times in this file; the first occurrence is on line 146
12843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 147 Potential violation of Law of Demeter (object not created locally)
12844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 148 JUnit assertions should include a message
12845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 148 Potential violation of Law of Demeter (object not created locally)
12846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 149 JUnit assertions should include a message
12847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 149 Potential violation of Law of Demeter (object not created locally)
12848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 152 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 153 Public method and constructor comments are required
12850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 153 Unit tests should not contain more than 1 assert(s).
12851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 155 JUnit assertions should include a message
12852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 161 Potential violation of Law of Demeter (object not created locally)
12853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 162 JUnit assertions should include a message
12854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 163 Potential violation of Law of Demeter (object not created locally)
12855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 164 JUnit assertions should include a message
12856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 165 Potential violation of Law of Demeter (object not created locally)
12857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 166 JUnit assertions should include a message
12858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 169 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 170 Public method and constructor comments are required
12860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 170 Unit tests should not contain more than 1 assert(s).
12861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 176 Potential violation of Law of Demeter (object not created locally)
12862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 177 Potential violation of Law of Demeter (object not created locally)
12863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 178 Potential violation of Law of Demeter (object not created locally)
12864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 179 Potential violation of Law of Demeter (object not created locally)
12865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 180 Potential violation of Law of Demeter (object not created locally)
12866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 181 Potential violation of Law of Demeter (object not created locally)
12867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 182 Potential violation of Law of Demeter (object not created locally)
12868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 183 Potential violation of Law of Demeter (object not created locally)
12869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 184 Potential violation of Law of Demeter (object not created locally)
12870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 185 Potential violation of Law of Demeter (object not created locally)
12871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 186 Potential violation of Law of Demeter (object not created locally)
12872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 187 Potential violation of Law of Demeter (object not created locally)
12873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 188 Potential violation of Law of Demeter (object not created locally)
12874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 189 Potential violation of Law of Demeter (object not created locally)
12875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 190 Potential violation of Law of Demeter (object not created locally)
12876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 193 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 194 Public method and constructor comments are required
12878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 194 Unit tests should not contain more than 1 assert(s).
12879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 200 Potential violation of Law of Demeter (object not created locally)
12880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 201 Potential violation of Law of Demeter (object not created locally)
12881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 202 Potential violation of Law of Demeter (object not created locally)
12882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 203 Potential violation of Law of Demeter (object not created locally)
12883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 204 Potential violation of Law of Demeter (object not created locally)
12884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 208 Potential violation of Law of Demeter (object not created locally)
12885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 209 Potential violation of Law of Demeter (object not created locally)
12886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 210 Potential violation of Law of Demeter (object not created locally)
12887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 211 Potential violation of Law of Demeter (object not created locally)
12888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 212 Potential violation of Law of Demeter (object not created locally)
12889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 215 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 216 Public method and constructor comments are required
12891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 216 Unit tests should not contain more than 1 assert(s).
12892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 223 Potential violation of Law of Demeter (object not created locally)
12893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 224 Potential violation of Law of Demeter (object not created locally)
12894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 226 Potential violation of Law of Demeter (object not created locally)
12895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 227 Potential violation of Law of Demeter (object not created locally)
12896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 228 Potential violation of Law of Demeter (object not created locally)
12897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 230 Potential violation of Law of Demeter (object not created locally)
12898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 231 Potential violation of Law of Demeter (object not created locally)
12899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 232 Potential violation of Law of Demeter (object not created locally)
12900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 234 Potential violation of Law of Demeter (object not created locally)
12901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 235 Potential violation of Law of Demeter (object not created locally)
12902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 236 Potential violation of Law of Demeter (object not created locally)
12903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 239 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 240 Public method and constructor comments are required
12905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 240 Unit tests should not contain more than 1 assert(s).
12906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 258 Potential violation of Law of Demeter (object not created locally)
12907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 258 The String literal "Bag containsAll of empty" appears 5 times in this file; the first occurrence is on line 258
12908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 259 Potential violation of Law of Demeter (object not created locally)
12909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 260 Potential violation of Law of Demeter (object not created locally)
12910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 261 Potential violation of Law of Demeter (object not created locally)
12911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 261 The String literal "Bag does not containsAll of 1 'B'" appears 4 times in this file; the first occurrence is on line 261
12912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 262 Potential violation of Law of Demeter (object not created locally)
12913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 262 The String literal "Bag does not containsAll of 1 'A' 1 'B'" appears 4 times in this file; the first occurrence is on line 262
12914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 264 Potential violation of Law of Demeter (object not created locally)
12915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 265 Potential violation of Law of Demeter (object not created locally)
12916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 266 Potential violation of Law of Demeter (object not created locally)
12917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 266 The String literal "Bag containsAll of 1 'A'" appears 4 times in this file; the first occurrence is on line 266
12918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 267 Potential violation of Law of Demeter (object not created locally)
12919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 268 Potential violation of Law of Demeter (object not created locally)
12920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 269 Potential violation of Law of Demeter (object not created locally)
12921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 271 Potential violation of Law of Demeter (object not created locally)
12922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 272 Potential violation of Law of Demeter (object not created locally)
12923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 273 Potential violation of Law of Demeter (object not created locally)
12924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 274 Potential violation of Law of Demeter (object not created locally)
12925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 275 Potential violation of Law of Demeter (object not created locally)
12926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 276 Potential violation of Law of Demeter (object not created locally)
12927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 278 Potential violation of Law of Demeter (object not created locally)
12928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 279 Potential violation of Law of Demeter (object not created locally)
12929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 280 Potential violation of Law of Demeter (object not created locally)
12930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 281 Potential violation of Law of Demeter (object not created locally)
12931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 282 Potential violation of Law of Demeter (object not created locally)
12932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 283 Potential violation of Law of Demeter (object not created locally)
12933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 285 Potential violation of Law of Demeter (object not created locally)
12934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 286 Potential violation of Law of Demeter (object not created locally)
12935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 287 Potential violation of Law of Demeter (object not created locally)
12936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 288 Potential violation of Law of Demeter (object not created locally)
12937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 289 Potential violation of Law of Demeter (object not created locally)
12938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 290 Potential violation of Law of Demeter (object not created locally)
12939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 293 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 294 Public method and constructor comments are required
12941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 294 Unit tests should not contain more than 1 assert(s).
12942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 300 Potential violation of Law of Demeter (object not created locally)
12943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 301 Potential violation of Law of Demeter (object not created locally)
12944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 302 Potential violation of Law of Demeter (object not created locally)
12945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 303 Potential violation of Law of Demeter (object not created locally)
12946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 304 Potential violation of Law of Demeter (object not created locally)
12947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 305 Potential violation of Law of Demeter (object not created locally)
12948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 306 Potential violation of Law of Demeter (object not created locally)
12949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 307 Potential violation of Law of Demeter (object not created locally)
12950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 308 Potential violation of Law of Demeter (object not created locally)
12951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 309 Potential violation of Law of Demeter (object not created locally)
12952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 310 Potential violation of Law of Demeter (object not created locally)
12953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 311 Potential violation of Law of Demeter (object not created locally)
12954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 312 Potential violation of Law of Demeter (object not created locally)
12955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 313 Potential violation of Law of Demeter (object not created locally)
12956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 314 Potential violation of Law of Demeter (object not created locally)
12957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 315 Potential violation of Law of Demeter (object not created locally)
12958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 318 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 319 Public method and constructor comments are required
12960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 325 Potential violation of Law of Demeter (object not created locally)
12961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 326 Potential violation of Law of Demeter (object not created locally)
12962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 327 Potential violation of Law of Demeter (object not created locally)
12963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 328 Potential violation of Law of Demeter (object not created locally)
12964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 329 Potential violation of Law of Demeter (object not created locally)
12965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 330 Potential violation of Law of Demeter (object not created locally)
12966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 334 Potential violation of Law of Demeter (object not created locally)
12967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 335 Potential violation of Law of Demeter (object not created locally)
12968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 338 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 339 Public method and constructor comments are required
12970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 339 Unit tests should not contain more than 1 assert(s).
12971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 345 Potential violation of Law of Demeter (object not created locally)
12972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 346 Potential violation of Law of Demeter (object not created locally)
12973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 347 Potential violation of Law of Demeter (object not created locally)
12974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 348 Potential violation of Law of Demeter (object not created locally)
12975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 349 Avoid variables with short names like i
12976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 349 Potential violation of Law of Demeter (object not created locally)
12977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 355 Position literals first in String comparisons
12978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 355 Potential violation of Law of Demeter (object not created locally)
12979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 356 Avoid if (x != y) ..; else ..;
12980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 364 Potential violation of Law of Demeter (object not created locally)
12981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 365 Potential violation of Law of Demeter (object not created locally)
12982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 366 Potential violation of Law of Demeter (object not created locally)
12983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 369 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 370 Public method and constructor comments are required
12985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 376 Potential violation of Law of Demeter (object not created locally)
12986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 377 Potential violation of Law of Demeter (object not created locally)
12987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 378 Potential violation of Law of Demeter (object not created locally)
12988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 379 Avoid variables with short names like it
12989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 379 Potential violation of Law of Demeter (object not created locally)
12990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 381 Potential violation of Law of Demeter (object not created locally)
12991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 385 Avoid empty catch blocks
12992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 390 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
12993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 391 Public method and constructor comments are required
12994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 397 Potential violation of Law of Demeter (object not created locally)
12995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 398 Potential violation of Law of Demeter (object not created locally)
12996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 399 Potential violation of Law of Demeter (object not created locally)
12997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 400 Avoid variables with short names like it
12998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 400 Potential violation of Law of Demeter (object not created locally)
12999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 407 Avoid empty catch blocks
13000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 412 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 413 Public method and constructor comments are required
13002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 413 Unit tests should not contain more than 1 assert(s).
13003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 419 Potential violation of Law of Demeter (object not created locally)
13004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 420 Potential violation of Law of Demeter (object not created locally)
13005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 421 Potential violation of Law of Demeter (object not created locally)
13006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 422 Avoid variables with short names like it
13007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 422 Potential violation of Law of Demeter (object not created locally)
13008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 425 JUnit assertions should include a message
13009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 425 Potential violation of Law of Demeter (object not created locally)
13010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 427 JUnit assertions should include a message
13011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 427 Potential violation of Law of Demeter (object not created locally)
13012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 431 Avoid empty catch blocks
13013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 434 JUnit assertions should include a message
13014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 434 Potential violation of Law of Demeter (object not created locally)
13015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 437 JUnit assertions should include a message
13016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 437 Potential violation of Law of Demeter (object not created locally)
13017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 440 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 441 Public method and constructor comments are required
13019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 441 Unit tests should not contain more than 1 assert(s).
13020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 447 Potential violation of Law of Demeter (object not created locally)
13021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 448 Potential violation of Law of Demeter (object not created locally)
13022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 449 JUnit assertions should include a message
13023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 449 Potential violation of Law of Demeter (object not created locally)
13024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 450 Avoid variables with short names like it
13025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 450 Potential violation of Law of Demeter (object not created locally)
13026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 451 JUnit assertions should include a message
13027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 452 JUnit assertions should include a message
13028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 454 JUnit assertions should include a message
13029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 454 Potential violation of Law of Demeter (object not created locally)
13030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 455 JUnit assertions should include a message
13031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 456 JUnit assertions should include a message
13032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 457 JUnit assertions should include a message
13033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 459 JUnit assertions should include a message
13034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 459 Potential violation of Law of Demeter (object not created locally)
13035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 460 JUnit assertions should include a message
13036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 462 Potential violation of Law of Demeter (object not created locally)
13037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 463 JUnit assertions should include a message
13038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 466 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 467 Public method and constructor comments are required
13040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 467 Unit tests should not contain more than 1 assert(s).
13041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 473 Potential violation of Law of Demeter (object not created locally)
13042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 474 Potential violation of Law of Demeter (object not created locally)
13043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 475 Potential violation of Law of Demeter (object not created locally)
13044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 476 Potential violation of Law of Demeter (object not created locally)
13045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 477 Potential violation of Law of Demeter (object not created locally)
13046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 478 Potential violation of Law of Demeter (object not created locally)
13047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 479 Avoid variables with short names like a
13048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 479 Avoid variables with short names like b
13049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 479 Avoid variables with short names like c
13050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 479 Use one line for each declaration, it enhances code readability.
13051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 481 Position literals first in String comparisons
13052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 482 Position literals first in String comparisons
13053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 483 Position literals first in String comparisons
13054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 485 JUnit assertions should include a message
13055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 486 JUnit assertions should include a message
13056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 487 JUnit assertions should include a message
13057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 490 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 491 Public method and constructor comments are required
13059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 491 Unit tests should not contain more than 1 assert(s).
13060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 497 Potential violation of Law of Demeter (object not created locally)
13061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 498 Potential violation of Law of Demeter (object not created locally)
13062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 499 Potential violation of Law of Demeter (object not created locally)
13063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 500 Potential violation of Law of Demeter (object not created locally)
13064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 501 Potential violation of Law of Demeter (object not created locally)
13065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 503 Avoid variables with short names like a
13066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 503 Avoid variables with short names like b
13067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 503 Avoid variables with short names like c
13068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 503 Use one line for each declaration, it enhances code readability.
13069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 505 Position literals first in String comparisons
13070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 506 Position literals first in String comparisons
13071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 507 Position literals first in String comparisons
13072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 509 JUnit assertions should include a message
13073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 510 JUnit assertions should include a message
13074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 511 JUnit assertions should include a message
13075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 514 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 515 Public method and constructor comments are required
13077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 515 Unit tests should not contain more than 1 assert(s).
13078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 522 JUnit assertions should include a message
13079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 523 Potential violation of Law of Demeter (object not created locally)
13080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 525 Potential violation of Law of Demeter (object not created locally)
13081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 526 JUnit assertions should include a message
13082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 527 Potential violation of Law of Demeter (object not created locally)
13083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 528 Potential violation of Law of Demeter (object not created locally)
13084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 529 Potential violation of Law of Demeter (object not created locally)
13085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 530 Potential violation of Law of Demeter (object not created locally)
13086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 531 Potential violation of Law of Demeter (object not created locally)
13087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 532 Potential violation of Law of Demeter (object not created locally)
13088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 533 Potential violation of Law of Demeter (object not created locally)
13089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 534 Potential violation of Law of Demeter (object not created locally)
13090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 535 JUnit assertions should include a message
13091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 538 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 539 Public method and constructor comments are required
13093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 539 Unit tests should not contain more than 1 assert(s).
13094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 546 JUnit assertions should include a message
13095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 547 Potential violation of Law of Demeter (object not created locally)
13096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 550 JUnit assertions should include a message
13097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 551 Potential violation of Law of Demeter (object not created locally)
13098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 552 Potential violation of Law of Demeter (object not created locally)
13099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 553 Potential violation of Law of Demeter (object not created locally)
13100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 554 Potential violation of Law of Demeter (object not created locally)
13101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 559 JUnit assertions should include a message
13102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 562 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 563 Public method and constructor comments are required
13104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 563 Unit tests should not contain more than 1 assert(s).
13105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 570 JUnit assertions should include a message
13106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 570 Potential violation of Law of Demeter (object not created locally)
13107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 571 JUnit assertions should include a message
13108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 571 Potential violation of Law of Demeter (object not created locally)
13109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 572 JUnit assertions should include a message
13110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 572 Potential violation of Law of Demeter (object not created locally)
13111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 572 Potential violation of Law of Demeter (object not created locally)
13112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 573 Potential violation of Law of Demeter (object not created locally)
13113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 574 Potential violation of Law of Demeter (object not created locally)
13114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 575 Potential violation of Law of Demeter (object not created locally)
13115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 576 Potential violation of Law of Demeter (object not created locally)
13116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 577 Potential violation of Law of Demeter (object not created locally)
13117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 578 Potential violation of Law of Demeter (object not created locally)
13118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 579 Potential violation of Law of Demeter (object not created locally)
13119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 580 Potential violation of Law of Demeter (object not created locally)
13120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 581 Potential violation of Law of Demeter (object not created locally)
13121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 582 Potential violation of Law of Demeter (object not created locally)
13122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 583 JUnit assertions should include a message
13123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 583 Potential violation of Law of Demeter (object not created locally)
13124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 583 Potential violation of Law of Demeter (object not created locally)
13125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 589 JUnit assertions should include a message
13126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 589 Potential violation of Law of Demeter (object not created locally)
13127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 590 JUnit assertions should include a message
13128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 590 Potential violation of Law of Demeter (object not created locally)
13129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 606 Class comments are required
13130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 607 Public method and constructor comments are required
13131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 613 Potential violation of Law of Demeter (method chain calls)
13132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 613 Potential violation of Law of Demeter (method chain calls)
13133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 618 Potential violation of Law of Demeter (method chain calls)
13134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 618 Potential violation of Law of Demeter (method chain calls)
13135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 623 Potential violation of Law of Demeter (method chain calls)
13136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 623 Potential violation of Law of Demeter (method chain calls)
13137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 623 Potential violation of Law of Demeter (method chain calls)
13138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 628 Potential violation of Law of Demeter (method chain calls)
13139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 628 Potential violation of Law of Demeter (method chain calls)
13140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 628 Potential violation of Law of Demeter (method chain calls)
13141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 633 Potential violation of Law of Demeter (method chain calls)
13142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 633 Potential violation of Law of Demeter (method chain calls)
13143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 653 Potential violation of Law of Demeter (method chain calls)
13144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 653 Potential violation of Law of Demeter (method chain calls)
13145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 654 Potential violation of Law of Demeter (method chain calls)
13146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 654 Potential violation of Law of Demeter (method chain calls)
13147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 654 Potential violation of Law of Demeter (method chain calls)
13148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 654 Potential violation of Law of Demeter (method chain calls)
13149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 654 Potential violation of Law of Demeter (method chain calls)
13150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 654 Useless qualified this usage in the same class.
13151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 655 Potential violation of Law of Demeter (method chain calls)
13152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 655 Potential violation of Law of Demeter (method chain calls)
13153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 655 Useless qualified this usage in the same class.
13154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 660 Potential violation of Law of Demeter (method chain calls)
13155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 660 Potential violation of Law of Demeter (method chain calls)
13156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 661 Potential violation of Law of Demeter (method chain calls)
13157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 661 Potential violation of Law of Demeter (method chain calls)
13158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 661 Potential violation of Law of Demeter (method chain calls)
13159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 661 Potential violation of Law of Demeter (method chain calls)
13160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 661 Potential violation of Law of Demeter (method chain calls)
13161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 661 Useless qualified this usage in the same class.
13162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 662 Potential violation of Law of Demeter (method chain calls)
13163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 662 Potential violation of Law of Demeter (method chain calls)
13164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 662 Useless qualified this usage in the same class.
13165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 666 Overriding method merely calls super
13166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 676 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 676 Unit tests should not contain more than 1 assert(s).
13168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 681 Potential violation of Law of Demeter (object not created locally)
13169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 682 JUnit assertions should include a message
13170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 690 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 690 Unit tests should not contain more than 1 assert(s).
13172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 695 Potential violation of Law of Demeter (object not created locally)
13173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java 696 JUnit assertions should include a message
13174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractSortedBagTest.java 1 Comment is too large: Too many lines
13175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractSortedBagTest.java 32 Public method and constructor comments are required
13176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractSortedBagTest.java 46 Potential violation of Law of Demeter (method chain calls)
13177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractSortedBagTest.java 47 Potential violation of Law of Demeter (method chain calls)
13178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractSortedBagTest.java 59 Potential violation of Law of Demeter (method chain calls)
13179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractSortedBagTest.java 61 Potential violation of Law of Demeter (method chain calls)
13180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/AbstractSortedBagTest.java 63 Potential violation of Law of Demeter (method chain calls)
13181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 1 Comment is too large: Too many lines
13182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 31 Comment is too large: Line too long
13183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 71 Potential violation of Law of Demeter (object not created locally)
13184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 82 Comment is too large: Line too long
13185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 84 Comment is too large: Line too long
13186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 92 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 92 Unit tests should not contain more than 1 assert(s).
13188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 97 Potential violation of Law of Demeter (object not created locally)
13189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 106 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 106 Unit tests should not contain more than 1 assert(s).
13191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionBagTest.java 111 Potential violation of Law of Demeter (object not created locally)
13192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 1 Comment is too large: Too many lines
13193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 32 Comment is too large: Line too long
13194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 81 Potential violation of Law of Demeter (object not created locally)
13195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 120 Comment is too large: Line too long
13196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 122 Comment is too large: Line too long
13197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 130 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 130 Unit tests should not contain more than 1 assert(s).
13199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 135 Potential violation of Law of Demeter (object not created locally)
13200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 144 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 144 Unit tests should not contain more than 1 assert(s).
13202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/CollectionSortedBagTest.java 149 Potential violation of Law of Demeter (object not created locally)
13203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/HashBagTest.java 1 Comment is too large: Too many lines
13204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/HashBagTest.java 31 Public method and constructor comments are required
13205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/HashBagTest.java 35 JUnit 4 indicates test suites via annotations, not the suite method.
13206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/HashBagTest.java 35 Public method and constructor comments are required
13207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/HashBagTest.java 52 Comment is too large: Line too long
13208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/HashBagTest.java 54 Comment is too large: Line too long
13209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 1 Comment is too large: Too many lines
13210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 36 Public method and constructor comments are required
13211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 40 JUnit 4 indicates test suites via annotations, not the suite method.
13212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 40 Public method and constructor comments are required
13213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 46 Protected method constructor comments are required
13214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 50 Field comments are required
13215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 50 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
13216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
13217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 52 Protected method constructor comments are required
13218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 61 Protected method constructor comments are required
13219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 67 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 68 Public method and constructor comments are required
13221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 68 Unit tests should not contain more than 1 assert(s).
13222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 70 JUnit assertions should include a message
13223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 70 Potential violation of Law of Demeter (object not created locally)
13224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 74 JUnit assertions should include a message
13225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 75 JUnit assertions should include a message
13226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 77 Potential violation of Law of Demeter (object not created locally)
13227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 78 Potential violation of Law of Demeter (object not created locally)
13228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 79 JUnit assertions should include a message
13229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 79 Potential violation of Law of Demeter (object not created locally)
13230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 80 Potential violation of Law of Demeter (object not created locally)
13231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 81 Potential violation of Law of Demeter (object not created locally)
13232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 84 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 85 Public method and constructor comments are required
13234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 87 Avoid variables with short names like i
13235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 91 Avoid empty catch blocks
13236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 94 Potential violation of Law of Demeter (object not created locally)
13237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 97 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 98 Public method and constructor comments are required
13239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 107 Avoid empty catch blocks
13240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 113 Avoid catching NullPointerException; consider removing the cause of the NPE.
13241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 113 Avoid empty catch blocks
13243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 125 Comment is too large: Line too long
13244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedBagTest.java 127 Comment is too large: Line too long
13245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 1 Comment is too large: Too many lines
13246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 29 Comment is too large: Line too long
13247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 36 Field comments are required
13248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
13249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 36 This final field could be made static
13250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 38 Public method and constructor comments are required
13251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 42 JUnit 4 indicates test suites via annotations, not the suite method.
13252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 42 Public method and constructor comments are required
13253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 48 Protected method constructor comments are required
13254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 52 Field comments are required
13255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 52 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
13256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
13257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 54 Protected method constructor comments are required
13258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 63 Protected method constructor comments are required
13259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 69 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 69 Public method and constructor comments are required
13261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 75 Avoid catching NullPointerException; consider removing the cause of the NPE.
13262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 75 Avoid empty catch blocks
13264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 79 Avoid catching NullPointerException; consider removing the cause of the NPE.
13265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 79 Avoid empty catch blocks
13267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 83 Public method and constructor comments are required
13269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 83 Unit tests should not contain more than 1 assert(s).
13270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 93 Avoid variables with short names like c
13271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 104 Comment is too large: Line too long
13272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/PredicatedSortedBagTest.java 106 Comment is too large: Line too long
13273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/SynchronizedBagTest.java 1 Comment is too large: Too many lines
13274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/SynchronizedBagTest.java 32 Public method and constructor comments are required
13275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/SynchronizedBagTest.java 36 JUnit 4 indicates test suites via annotations, not the suite method.
13276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/SynchronizedBagTest.java 36 Public method and constructor comments are required
13277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/SynchronizedBagTest.java 53 Comment is too large: Line too long
13278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/SynchronizedBagTest.java 55 Comment is too large: Line too long
13279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 1 Comment is too large: Too many lines
13280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 34 Public method and constructor comments are required
13281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 38 JUnit 4 indicates test suites via annotations, not the suite method.
13282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 38 Public method and constructor comments are required
13283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 50 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 51 Public method and constructor comments are required
13285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 51 Unit tests should not contain more than 1 assert(s).
13286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 55 JUnit assertions should include a message
13287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 56 Array initialization can be written shorter
13288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 59 JUnit assertions should include a message
13289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 60 JUnit assertions should include a message
13290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 61 JUnit assertions should include a message
13291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 64 JUnit assertions should include a message
13292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 65 JUnit assertions should include a message
13293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 68 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 69 Public method and constructor comments are required
13295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 69 The instance method name 'testTransformedBag_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
13296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 69 Unit tests should not contain more than 1 assert(s).
13297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 71 Array initialization can be written shorter
13298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 77 JUnit assertions should include a message
13299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 77 Potential violation of Law of Demeter (object not created locally)
13300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 79 JUnit assertions should include a message
13301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 80 JUnit assertions should include a message
13302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 83 JUnit assertions should include a message
13303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 83 Potential violation of Law of Demeter (object not created locally)
13304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 84 JUnit assertions should include a message
13305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 84 Potential violation of Law of Demeter (object not created locally)
13306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 94 Comment is too large: Line too long
13307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedBagTest.java 96 Comment is too large: Line too long
13308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 1 Comment is too large: Too many lines
13309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 27 Comment is too large: Line too long
13310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 34 Public method and constructor comments are required
13311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 38 JUnit 4 indicates test suites via annotations, not the suite method.
13312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 38 Public method and constructor comments are required
13313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 49 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 50 Public method and constructor comments are required
13315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 50 Unit tests should not contain more than 1 assert(s).
13316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 52 JUnit assertions should include a message
13317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 53 Array initialization can be written shorter
13318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 56 JUnit assertions should include a message
13319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 57 JUnit assertions should include a message
13320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 60 JUnit assertions should include a message
13321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 64 Public method and constructor comments are required
13323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 64 The instance method name 'testTransformedBag_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
13324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 64 Unit tests should not contain more than 1 assert(s).
13325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 66 Array initialization can be written shorter
13326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 71 JUnit assertions should include a message
13327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 71 Potential violation of Law of Demeter (object not created locally)
13328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 73 JUnit assertions should include a message
13329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 76 JUnit assertions should include a message
13330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 76 Potential violation of Law of Demeter (object not created locally)
13331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 86 Comment is too large: Line too long
13332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TransformedSortedBagTest.java 88 Comment is too large: Line too long
13333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 1 Comment is too large: Too many lines
13334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 32 Public method and constructor comments are required
13335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 36 JUnit 4 indicates test suites via annotations, not the suite method.
13336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 36 Public method and constructor comments are required
13337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 47 Public method and constructor comments are required
13338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 49 Potential violation of Law of Demeter (object not created locally)
13339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 50 Potential violation of Law of Demeter (object not created locally)
13340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 51 Potential violation of Law of Demeter (object not created locally)
13341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 52 Potential violation of Law of Demeter (object not created locally)
13342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 56 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 56 Public method and constructor comments are required
13344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 61 Avoid empty catch blocks
13345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 66 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 66 Public method and constructor comments are required
13347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 71 Avoid catching NullPointerException; consider removing the cause of the NPE.
13348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 71 Avoid empty catch blocks
13350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 82 Avoid catching NullPointerException; consider removing the cause of the NPE.
13351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 82 Avoid empty catch blocks
13353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 87 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 87 Public method and constructor comments are required
13355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 87 Unit tests should not contain more than 1 assert(s).
13356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 89 Potential violation of Law of Demeter (object not created locally)
13357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 90 Potential violation of Law of Demeter (object not created locally)
13358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 91 Potential violation of Law of Demeter (object not created locally)
13359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 103 Comment is too large: Line too long
13360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/TreeBagTest.java 105 Comment is too large: Line too long
13361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 1 Comment is too large: Too many lines
13362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 36 Public method and constructor comments are required
13363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 40 JUnit 4 indicates test suites via annotations, not the suite method.
13364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 40 Public method and constructor comments are required
13365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 57 Overriding method merely calls super
13366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 77 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 77 Public method and constructor comments are required
13368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 77 Unit tests should not contain more than 1 assert(s).
13369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 78 JUnit assertions should include a message
13370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 79 JUnit assertions should include a message
13371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 82 Public method and constructor comments are required
13373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 84 JUnit assertions should include a message
13374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 88 JUnit assertions should include a message
13375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 89 Avoid catching NullPointerException; consider removing the cause of the NPE.
13376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 89 Avoid empty catch blocks
13378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 100 Comment is too large: Line too long
13379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableBagTest.java 102 Comment is too large: Line too long
13380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 1 Comment is too large: Too many lines
13381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 36 Public method and constructor comments are required
13382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 40 JUnit 4 indicates test suites via annotations, not the suite method.
13383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 40 Public method and constructor comments are required
13384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 57 Overriding method merely calls super
13385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 77 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 77 Public method and constructor comments are required
13387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 77 Unit tests should not contain more than 1 assert(s).
13388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 78 JUnit assertions should include a message
13389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 79 JUnit assertions should include a message
13390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 82 Public method and constructor comments are required
13392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 84 JUnit assertions should include a message
13393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 88 JUnit assertions should include a message
13394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 89 Avoid catching NullPointerException; consider removing the cause of the NPE.
13395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 89 Avoid empty catch blocks
13397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 100 Comment is too large: Line too long
13398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bag/UnmodifiableSortedBagTest.java 102 Comment is too large: Line too long
13399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 1 Comment is too large: Too many lines
13400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 35 This class has too many methods, consider refactoring it.
13401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 37 Public method and constructor comments are required
13402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 41 Public method and constructor comments are required
13403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 78 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 79 Public method and constructor comments are required
13405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 79 Unit tests should not contain more than 1 assert(s).
13406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 85 Potential violation of Law of Demeter (object not created locally)
13407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 86 Potential violation of Law of Demeter (object not created locally)
13408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 87 Potential violation of Law of Demeter (object not created locally)
13409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 87 Potential violation of Law of Demeter (object not created locally)
13410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 89 Potential violation of Law of Demeter (object not created locally)
13411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 90 Potential violation of Law of Demeter (object not created locally)
13412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 91 Potential violation of Law of Demeter (object not created locally)
13413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 91 Potential violation of Law of Demeter (object not created locally)
13414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 92 Potential violation of Law of Demeter (object not created locally)
13415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 93 Potential violation of Law of Demeter (object not created locally)
13416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 95 Potential violation of Law of Demeter (object not created locally)
13417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 96 Potential violation of Law of Demeter (object not created locally)
13418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 97 Potential violation of Law of Demeter (object not created locally)
13419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 97 Potential violation of Law of Demeter (object not created locally)
13420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 98 Potential violation of Law of Demeter (object not created locally)
13421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 99 Potential violation of Law of Demeter (object not created locally)
13422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 101 Potential violation of Law of Demeter (object not created locally)
13423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 102 Potential violation of Law of Demeter (object not created locally)
13424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 103 Potential violation of Law of Demeter (object not created locally)
13425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 103 Potential violation of Law of Demeter (object not created locally)
13426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 104 Potential violation of Law of Demeter (object not created locally)
13427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 105 Potential violation of Law of Demeter (object not created locally)
13428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 107 Potential violation of Law of Demeter (object not created locally)
13429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 108 Potential violation of Law of Demeter (object not created locally)
13430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 109 Potential violation of Law of Demeter (object not created locally)
13431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 109 Potential violation of Law of Demeter (object not created locally)
13432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 110 Potential violation of Law of Demeter (object not created locally)
13433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
13434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 125 Public method and constructor comments are required
13435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 127 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
13436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 128 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
13437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 133 Potential violation of Law of Demeter (object not created locally)
13438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 134 Potential violation of Law of Demeter (object not created locally)
13439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 135 Potential violation of Law of Demeter (object not created locally)
13440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 136 Potential violation of Law of Demeter (object not created locally)
13441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 140 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 140 Public method and constructor comments are required
13443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 144 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 144 Public method and constructor comments are required
13445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 146 Potential violation of Law of Demeter (method chain calls)
13446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 157 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 157 Public method and constructor comments are required
13448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 157 Unit tests should not contain more than 1 assert(s).
13449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
13450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 164 Potential violation of Law of Demeter (object not created locally)
13451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 169 Potential violation of Law of Demeter (object not created locally)
13452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 174 Potential violation of Law of Demeter (object not created locally)
13453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 177 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 177 Public method and constructor comments are required
13455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 183 Potential violation of Law of Demeter (method chain calls)
13456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 189 Potential violation of Law of Demeter (method chain calls)
13457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 189 Potential violation of Law of Demeter (method chain calls)
13458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 192 Potential violation of Law of Demeter (object not created locally)
13459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 193 Potential violation of Law of Demeter (object not created locally)
13460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 197 Potential violation of Law of Demeter (object not created locally)
13461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 209 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 209 Public method and constructor comments are required
13463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 209 Unit tests should not contain more than 1 assert(s).
13464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 212 Potential violation of Law of Demeter (method chain calls)
13465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 214 Avoid empty catch blocks
13466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 219 Potential violation of Law of Demeter (object not created locally)
13467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 220 Potential violation of Law of Demeter (object not created locally)
13468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 221 Potential violation of Law of Demeter (method chain calls)
13469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 221 Potential violation of Law of Demeter (object not created locally)
13470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 224 Potential violation of Law of Demeter (method chain calls)
13471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 225 Potential violation of Law of Demeter (object not created locally)
13472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 226 Potential violation of Law of Demeter (object not created locally)
13473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 227 Potential violation of Law of Demeter (method chain calls)
13474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 227 Potential violation of Law of Demeter (object not created locally)
13475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 231 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 231 Public method and constructor comments are required
13477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 234 Potential violation of Law of Demeter (method chain calls)
13478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 236 Avoid empty catch blocks
13479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 238 Potential violation of Law of Demeter (method chain calls)
13480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 240 Avoid empty catch blocks
13481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 245 Potential violation of Law of Demeter (method chain calls)
13482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 248 Potential violation of Law of Demeter (method chain calls)
13483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 250 Potential violation of Law of Demeter (method chain calls)
13484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 255 The String literal "Key was not removed." appears 4 times in this file; the first occurrence is on line 255
13485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 256 The String literal "Value was not removed." appears 4 times in this file; the first occurrence is on line 256
13486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 265 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 265 Public method and constructor comments are required
13488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 265 Unit tests should not contain more than 1 assert(s).
13489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 267 Potential violation of Law of Demeter (method chain calls)
13490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 268 Potential violation of Law of Demeter (method chain calls)
13491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 278 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 278 Public method and constructor comments are required
13493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 284 Potential violation of Law of Demeter (method chain calls)
13494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 288 Potential violation of Law of Demeter (method chain calls)
13495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 293 Potential violation of Law of Demeter (method chain calls)
13496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 294 Potential violation of Law of Demeter (method chain calls)
13497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 297 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 297 Public method and constructor comments are required
13499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 303 Potential violation of Law of Demeter (method chain calls)
13500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 307 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
13501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 309 Potential violation of Law of Demeter (method chain calls)
13502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 309 Potential violation of Law of Demeter (method chain calls)
13503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 309 Potential violation of Law of Demeter (method chain calls)
13504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 314 Potential violation of Law of Demeter (method chain calls)
13505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 315 Potential violation of Law of Demeter (method chain calls)
13506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 331 Class comments are required
13507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 332 Avoid unnecessary constructors - the compiler will generate these for you
13508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 332 Document empty constructor
13509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 332 It is a good practice to call super() in a constructor
13510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 332 Public method and constructor comments are required
13511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 334 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 334 Public method and constructor comments are required
13513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 334 Unit tests should not contain more than 1 assert(s).
13514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 338 Avoid declaring a variable if it is unreferenced before a possible exit point.
13515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 343 Avoid variables with short names like it
13516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 343 Potential violation of Law of Demeter (method chain calls)
13517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 343 Potential violation of Law of Demeter (method chain calls)
13518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 343 Potential violation of Law of Demeter (method chain calls)
13519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 343 Useless qualified this usage in the same class.
13520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 345 Potential violation of Law of Demeter (method chain calls)
13521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 345 Potential violation of Law of Demeter (method chain calls)
13522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 345 Potential violation of Law of Demeter (method chain calls)
13523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 345 Useless qualified this usage in the same class.
13524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 346 Avoid declaring a variable if it is unreferenced before a possible exit point.
13525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 347 Potential violation of Law of Demeter (method chain calls)
13526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 347 Potential violation of Law of Demeter (method chain calls)
13527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 347 Potential violation of Law of Demeter (method chain calls)
13528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 347 Useless qualified this usage in the same class.
13529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 348 Avoid declaring a variable if it is unreferenced before a possible exit point.
13530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 349 Potential violation of Law of Demeter (method chain calls)
13531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 349 Potential violation of Law of Demeter (method chain calls)
13532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 349 Potential violation of Law of Demeter (method chain calls)
13533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 349 Useless qualified this usage in the same class.
13534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 350 Avoid declaring a variable if it is unreferenced before a possible exit point.
13535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 351 Potential violation of Law of Demeter (method chain calls)
13536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 351 Potential violation of Law of Demeter (method chain calls)
13537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 351 Useless qualified this usage in the same class.
13538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 356 Avoid empty catch blocks
13539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 358 A method should have only one exit point, and that should be the last statement in the method
13540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 362 Potential violation of Law of Demeter (object not created locally)
13541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 363 Potential violation of Law of Demeter (object not created locally)
13542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 364 Potential violation of Law of Demeter (object not created locally)
13543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 365 Potential violation of Law of Demeter (object not created locally)
13544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 374 Potential violation of Law of Demeter (object not created locally)
13545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 375 Potential violation of Law of Demeter (method chain calls)
13546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 375 Potential violation of Law of Demeter (method chain calls)
13547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 375 Potential violation of Law of Demeter (method chain calls)
13548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 376 Potential violation of Law of Demeter (object not created locally)
13549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 377 Potential violation of Law of Demeter (method chain calls)
13550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 377 Potential violation of Law of Demeter (method chain calls)
13551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 377 Potential violation of Law of Demeter (method chain calls)
13552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 377 Potential violation of Law of Demeter (object not created locally)
13553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 378 Potential violation of Law of Demeter (method chain calls)
13554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 378 Potential violation of Law of Demeter (method chain calls)
13555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 378 Potential violation of Law of Demeter (method chain calls)
13556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 379 Potential violation of Law of Demeter (method chain calls)
13557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 379 Potential violation of Law of Demeter (method chain calls)
13558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 379 Potential violation of Law of Demeter (method chain calls)
13559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 379 Potential violation of Law of Demeter (object not created locally)
13560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 380 Potential violation of Law of Demeter (method chain calls)
13561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 380 Potential violation of Law of Demeter (method chain calls)
13562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 380 Potential violation of Law of Demeter (method chain calls)
13563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 381 Potential violation of Law of Demeter (method chain calls)
13564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 381 Potential violation of Law of Demeter (method chain calls)
13565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 381 Potential violation of Law of Demeter (method chain calls)
13566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 382 Potential violation of Law of Demeter (method chain calls)
13567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 382 Potential violation of Law of Demeter (method chain calls)
13568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 382 Useless qualified this usage in the same class.
13569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 392 Public method and constructor comments are required
13570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 396 Class comments are required
13571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 397 Field comments are required
13572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 397 Found non-transient, non-static member. Please mark as transient or provide accessors.
13573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 397 To avoid mistakes add a comment at the beginning of the main field if you want a default access modifier
13574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 399 It is a good practice to call super() in a constructor
13575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 399 Public method and constructor comments are required
13576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 405 Potential violation of Law of Demeter (method chain calls)
13577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 410 Potential violation of Law of Demeter (method chain calls)
13578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 459 Public method and constructor comments are required
13579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 463 Class comments are required
13580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 464 Public method and constructor comments are required
13581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 470 Potential violation of Law of Demeter (method chain calls)
13582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 470 Potential violation of Law of Demeter (method chain calls)
13583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 475 Potential violation of Law of Demeter (method chain calls)
13584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 475 Potential violation of Law of Demeter (method chain calls)
13585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 480 Potential violation of Law of Demeter (method chain calls)
13586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 480 Potential violation of Law of Demeter (method chain calls)
13587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 486 Potential violation of Law of Demeter (method chain calls)
13588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 486 Potential violation of Law of Demeter (method chain calls)
13589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 486 Potential violation of Law of Demeter (method chain calls)
13590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 492 Potential violation of Law of Demeter (method chain calls)
13591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 492 Potential violation of Law of Demeter (method chain calls)
13592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 492 Potential violation of Law of Demeter (method chain calls)
13593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 498 Potential violation of Law of Demeter (method chain calls)
13594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 498 Potential violation of Law of Demeter (method chain calls)
13595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 504 Potential violation of Law of Demeter (method chain calls)
13596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 504 Potential violation of Law of Demeter (method chain calls)
13597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 510 Potential violation of Law of Demeter (method chain calls)
13598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 510 Potential violation of Law of Demeter (method chain calls)
13599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 514 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 514 Public method and constructor comments are required
13601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 514 Unit tests should not contain more than 1 assert(s).
13602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 516 Avoid declaring a variable if it is unreferenced before a possible exit point.
13603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 520 Avoid variables with short names like it
13604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 520 Potential violation of Law of Demeter (object not created locally)
13605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 522 Avoid declaring a variable if it is unreferenced before a possible exit point.
13606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 528 Avoid empty catch blocks
13607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 530 A method should have only one exit point, and that should be the last statement in the method
13608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 537 Potential violation of Law of Demeter (object not created locally)
13609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 538 Potential violation of Law of Demeter (object not created locally)
13610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 539 Potential violation of Law of Demeter (object not created locally)
13611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 546 Potential violation of Law of Demeter (object not created locally)
13612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 547 Potential violation of Law of Demeter (object not created locally)
13613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 548 Potential violation of Law of Demeter (object not created locally)
13614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 556 Potential violation of Law of Demeter (object not created locally)
13615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 557 Potential violation of Law of Demeter (object not created locally)
13616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 558 Potential violation of Law of Demeter (object not created locally)
13617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 570 Potential violation of Law of Demeter (method chain calls)
13618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 570 Potential violation of Law of Demeter (method chain calls)
13619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 570 Potential violation of Law of Demeter (method chain calls)
13620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 570 Useless qualified this usage in the same class.
13621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 572 Potential violation of Law of Demeter (object not created locally)
13622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 573 Potential violation of Law of Demeter (object not created locally)
13623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 574 Potential violation of Law of Demeter (object not created locally)
13624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 575 Potential violation of Law of Demeter (object not created locally)
13625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractBidiMapTest.java 576 Potential violation of Law of Demeter (object not created locally)
13626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecoratorTest.java 1 Comment is too large: Too many lines
13627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecoratorTest.java 33 Public method and constructor comments are required
13628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecoratorTest.java 70 Avoid using redundant field initializer for 'inverse'
13629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecoratorTest.java 70 Field comments are required
13630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecoratorTest.java 70 Found non-transient, non-static member. Please mark as transient or provide accessors.
13631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecoratorTest.java 72 To avoid mistakes add a comment at the beginning of the TestOrderedBidiMap constructor if you want a default access modifier
13632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecoratorTest.java 76 To avoid mistakes add a comment at the beginning of the TestOrderedBidiMap constructor if you want a default access modifier
13633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecoratorTest.java 83 Potential violation of Law of Demeter (method chain calls)
13634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 1 Comment is too large: Too many lines
13635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 37 Public method and constructor comments are required
13636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 41 Document empty constructor
13637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 41 It is a good practice to call super() in a constructor
13638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 41 Public method and constructor comments are required
13639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 44 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 44 Public method and constructor comments are required
13641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 50 Avoid empty catch blocks
13642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 54 Potential violation of Law of Demeter (method chain calls)
13643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 54 Potential violation of Law of Demeter (method chain calls)
13644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 55 Potential violation of Law of Demeter (object not created locally)
13645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 58 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 58 Public method and constructor comments are required
13647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 64 Avoid empty catch blocks
13648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 69 Potential violation of Law of Demeter (method chain calls)
13649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 72 Potential violation of Law of Demeter (object not created locally)
13650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 75 Public method and constructor comments are required
13652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 75 Unit tests should not contain more than 1 assert(s).
13653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 78 Potential violation of Law of Demeter (object not created locally)
13654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 79 Avoid if (x != y) ..; else ..;
13655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 82 Avoid catching NullPointerException; consider removing the cause of the NPE.
13656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 82 Avoid empty catch blocks
13658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 89 Avoid variables with short names like it
13659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 89 Potential violation of Law of Demeter (method chain calls)
13660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 96 Potential violation of Law of Demeter (object not created locally)
13661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 98 Avoid if (x != y) ..; else ..;
13662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 102 Avoid catching NullPointerException; consider removing the cause of the NPE.
13663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 102 Avoid empty catch blocks
13665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 108 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 108 Public method and constructor comments are required
13667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 108 Unit tests should not contain more than 1 assert(s).
13668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
13669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 112 Avoid if (x != y) ..; else ..;
13670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 115 Avoid catching NullPointerException; consider removing the cause of the NPE.
13671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 115 Avoid empty catch blocks
13673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 124 Avoid variables with short names like it
13674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 131 Potential violation of Law of Demeter (object not created locally)
13675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 133 Avoid if (x != y) ..; else ..;
13676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 137 Avoid catching NullPointerException; consider removing the cause of the NPE.
13677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 137 Avoid empty catch blocks
13679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 143 Public method and constructor comments are required
13680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 155 Class comments are required
13681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 156 Public method and constructor comments are required
13682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 162 Potential violation of Law of Demeter (method chain calls)
13683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 162 Potential violation of Law of Demeter (method chain calls)
13684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 167 Potential violation of Law of Demeter (method chain calls)
13685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 167 Potential violation of Law of Demeter (method chain calls)
13686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 172 Potential violation of Law of Demeter (method chain calls)
13687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 172 Potential violation of Law of Demeter (method chain calls)
13688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 178 Potential violation of Law of Demeter (method chain calls)
13689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 178 Potential violation of Law of Demeter (method chain calls)
13690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 178 Potential violation of Law of Demeter (method chain calls)
13691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 184 Potential violation of Law of Demeter (method chain calls)
13692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 184 Potential violation of Law of Demeter (method chain calls)
13693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 184 Potential violation of Law of Demeter (method chain calls)
13694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 202 Potential violation of Law of Demeter (method chain calls)
13695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapTest.java 202 Potential violation of Law of Demeter (method chain calls)
13696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 1 Comment is too large: Too many lines
13697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 38 This class has too many methods, consider refactoring it.
13698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 40 Field comments are required
13699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
13700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 41 Field comments are required
13701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
13702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 42 Field comments are required
13703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
13704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 44 Public method and constructor comments are required
13705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 50 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
13706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 104 Public method and constructor comments are required
13708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 104 Unit tests should not contain more than 1 assert(s).
13709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 106 Avoid variables with short names like sm
13710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 107 Avoid variables with short names like it
13711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 107 Potential violation of Law of Demeter (method chain calls)
13712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 107 Potential violation of Law of Demeter (object not created locally)
13713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
13714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 112 Potential violation of Law of Demeter (object not created locally)
13715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 114 Potential violation of Law of Demeter (object not created locally)
13716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 115 Potential violation of Law of Demeter (object not created locally)
13717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 116 Potential violation of Law of Demeter (object not created locally)
13718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 117 Potential violation of Law of Demeter (object not created locally)
13719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 118 Potential violation of Law of Demeter (object not created locally)
13720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 119 Potential violation of Law of Demeter (object not created locally)
13721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 120 Potential violation of Law of Demeter (object not created locally)
13722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 121 Potential violation of Law of Demeter (object not created locally)
13723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 122 Potential violation of Law of Demeter (object not created locally)
13724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 123 Potential violation of Law of Demeter (object not created locally)
13725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 126 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 126 Public method and constructor comments are required
13727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 126 Unit tests should not contain more than 1 assert(s).
13728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 132 Avoid variables with short names like sm
13729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 133 Avoid variables with short names like it
13730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 133 Potential violation of Law of Demeter (method chain calls)
13731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 133 Potential violation of Law of Demeter (object not created locally)
13732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 138 Potential violation of Law of Demeter (object not created locally)
13733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 139 Potential violation of Law of Demeter (object not created locally)
13734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 140 Potential violation of Law of Demeter (object not created locally)
13735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 142 Potential violation of Law of Demeter (object not created locally)
13736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 143 Potential violation of Law of Demeter (object not created locally)
13737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 144 Potential violation of Law of Demeter (object not created locally)
13738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 145 Potential violation of Law of Demeter (object not created locally)
13739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 146 Potential violation of Law of Demeter (object not created locally)
13740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 147 Potential violation of Law of Demeter (object not created locally)
13741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 148 Potential violation of Law of Demeter (method chain calls)
13742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 148 Potential violation of Law of Demeter (object not created locally)
13743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 150 Potential violation of Law of Demeter (object not created locally)
13744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 151 Potential violation of Law of Demeter (object not created locally)
13745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 152 Potential violation of Law of Demeter (method chain calls)
13746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 152 Potential violation of Law of Demeter (object not created locally)
13747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 153 Potential violation of Law of Demeter (method chain calls)
13748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 153 Potential violation of Law of Demeter (object not created locally)
13749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 154 Potential violation of Law of Demeter (object not created locally)
13750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 155 Potential violation of Law of Demeter (object not created locally)
13751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 157 Potential violation of Law of Demeter (object not created locally)
13752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 158 Potential violation of Law of Demeter (object not created locally)
13753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 159 Potential violation of Law of Demeter (method chain calls)
13754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
13755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 160 Potential violation of Law of Demeter (method chain calls)
13756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 160 Potential violation of Law of Demeter (object not created locally)
13757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 161 Potential violation of Law of Demeter (object not created locally)
13758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 162 Potential violation of Law of Demeter (object not created locally)
13759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 164 Potential violation of Law of Demeter (object not created locally)
13760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 165 Potential violation of Law of Demeter (object not created locally)
13761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 166 Potential violation of Law of Demeter (method chain calls)
13762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 166 Potential violation of Law of Demeter (object not created locally)
13763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 167 Potential violation of Law of Demeter (method chain calls)
13764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 167 Potential violation of Law of Demeter (object not created locally)
13765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 168 Potential violation of Law of Demeter (object not created locally)
13766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 169 Potential violation of Law of Demeter (object not created locally)
13767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 172 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 172 Public method and constructor comments are required
13769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 172 Unit tests should not contain more than 1 assert(s).
13770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 178 Avoid variables with short names like sm
13771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 179 Avoid variables with short names like it
13772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 179 Potential violation of Law of Demeter (method chain calls)
13773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 179 Potential violation of Law of Demeter (object not created locally)
13774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 184 Potential violation of Law of Demeter (object not created locally)
13775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 185 Potential violation of Law of Demeter (object not created locally)
13776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 186 Potential violation of Law of Demeter (object not created locally)
13777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 187 Potential violation of Law of Demeter (object not created locally)
13778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 188 Potential violation of Law of Demeter (object not created locally)
13779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 189 Potential violation of Law of Demeter (object not created locally)
13780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 190 Potential violation of Law of Demeter (object not created locally)
13781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 192 Potential violation of Law of Demeter (object not created locally)
13782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 193 Potential violation of Law of Demeter (object not created locally)
13783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 194 Potential violation of Law of Demeter (object not created locally)
13784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 195 Potential violation of Law of Demeter (method chain calls)
13785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 195 Potential violation of Law of Demeter (object not created locally)
13786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 196 Potential violation of Law of Demeter (object not created locally)
13787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 197 Potential violation of Law of Demeter (object not created locally)
13788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 198 Potential violation of Law of Demeter (method chain calls)
13789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 198 Potential violation of Law of Demeter (object not created locally)
13790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 199 Potential violation of Law of Demeter (method chain calls)
13791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 199 Potential violation of Law of Demeter (object not created locally)
13792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 200 Potential violation of Law of Demeter (object not created locally)
13793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 201 Potential violation of Law of Demeter (object not created locally)
13794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 203 Potential violation of Law of Demeter (object not created locally)
13795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 204 Potential violation of Law of Demeter (object not created locally)
13796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 205 Potential violation of Law of Demeter (object not created locally)
13797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 206 Potential violation of Law of Demeter (method chain calls)
13798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 206 Potential violation of Law of Demeter (object not created locally)
13799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 207 Potential violation of Law of Demeter (object not created locally)
13800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 208 Potential violation of Law of Demeter (object not created locally)
13801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 209 Potential violation of Law of Demeter (method chain calls)
13802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 209 Potential violation of Law of Demeter (object not created locally)
13803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 210 Potential violation of Law of Demeter (method chain calls)
13804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 210 Potential violation of Law of Demeter (object not created locally)
13805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 211 Potential violation of Law of Demeter (object not created locally)
13806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 212 Potential violation of Law of Demeter (object not created locally)
13807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 215 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 215 Public method and constructor comments are required
13809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 215 Unit tests should not contain more than 1 assert(s).
13810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 221 Avoid variables with short names like sm
13811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 222 Avoid variables with short names like it
13812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 222 Potential violation of Law of Demeter (method chain calls)
13813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 222 Potential violation of Law of Demeter (object not created locally)
13814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 227 Potential violation of Law of Demeter (object not created locally)
13815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 228 Potential violation of Law of Demeter (object not created locally)
13816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 229 Potential violation of Law of Demeter (object not created locally)
13817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 230 Potential violation of Law of Demeter (object not created locally)
13818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 231 Potential violation of Law of Demeter (object not created locally)
13819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 233 Potential violation of Law of Demeter (object not created locally)
13820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 236 Potential violation of Law of Demeter (object not created locally)
13821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 237 Potential violation of Law of Demeter (object not created locally)
13822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 238 Potential violation of Law of Demeter (object not created locally)
13823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 239 Potential violation of Law of Demeter (object not created locally)
13824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 240 Potential violation of Law of Demeter (object not created locally)
13825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 241 Potential violation of Law of Demeter (object not created locally)
13826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 243 Potential violation of Law of Demeter (object not created locally)
13827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 244 Potential violation of Law of Demeter (object not created locally)
13828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 245 Potential violation of Law of Demeter (object not created locally)
13829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 246 Potential violation of Law of Demeter (method chain calls)
13830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 246 Potential violation of Law of Demeter (object not created locally)
13831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 247 Potential violation of Law of Demeter (object not created locally)
13832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 247 Potential violation of Law of Demeter (object not created locally)
13833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 248 Potential violation of Law of Demeter (object not created locally)
13834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 248 Potential violation of Law of Demeter (object not created locally)
13835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 249 Potential violation of Law of Demeter (method chain calls)
13836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 249 Potential violation of Law of Demeter (object not created locally)
13837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 249 Potential violation of Law of Demeter (object not created locally)
13838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 250 Potential violation of Law of Demeter (method chain calls)
13839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 250 Potential violation of Law of Demeter (object not created locally)
13840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 250 Potential violation of Law of Demeter (object not created locally)
13841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 251 Potential violation of Law of Demeter (object not created locally)
13842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 251 Potential violation of Law of Demeter (object not created locally)
13843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 252 Potential violation of Law of Demeter (object not created locally)
13844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 252 Potential violation of Law of Demeter (object not created locally)
13845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 253 Potential violation of Law of Demeter (object not created locally)
13846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 255 Potential violation of Law of Demeter (object not created locally)
13847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 256 Potential violation of Law of Demeter (object not created locally)
13848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 257 Potential violation of Law of Demeter (object not created locally)
13849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 258 Potential violation of Law of Demeter (method chain calls)
13850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 258 Potential violation of Law of Demeter (object not created locally)
13851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 259 Potential violation of Law of Demeter (object not created locally)
13852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 259 Potential violation of Law of Demeter (object not created locally)
13853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 260 Potential violation of Law of Demeter (object not created locally)
13854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 260 Potential violation of Law of Demeter (object not created locally)
13855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 261 Potential violation of Law of Demeter (method chain calls)
13856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 261 Potential violation of Law of Demeter (object not created locally)
13857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 261 Potential violation of Law of Demeter (object not created locally)
13858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 262 Potential violation of Law of Demeter (method chain calls)
13859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 262 Potential violation of Law of Demeter (object not created locally)
13860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 262 Potential violation of Law of Demeter (object not created locally)
13861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 263 Potential violation of Law of Demeter (object not created locally)
13862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 263 Potential violation of Law of Demeter (object not created locally)
13863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 264 Potential violation of Law of Demeter (object not created locally)
13864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 264 Potential violation of Law of Demeter (object not created locally)
13865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 265 Potential violation of Law of Demeter (object not created locally)
13866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 268 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 268 Public method and constructor comments are required
13868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 268 Unit tests should not contain more than 1 assert(s).
13869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 270 Avoid variables with short names like sm
13870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 271 Avoid variables with short names like it
13871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 271 Potential violation of Law of Demeter (method chain calls)
13872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 271 Potential violation of Law of Demeter (object not created locally)
13873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 275 Potential violation of Law of Demeter (object not created locally)
13874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 276 Potential violation of Law of Demeter (object not created locally)
13875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 277 Potential violation of Law of Demeter (object not created locally)
13876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 279 Potential violation of Law of Demeter (object not created locally)
13877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 280 Potential violation of Law of Demeter (object not created locally)
13878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 280 Potential violation of Law of Demeter (object not created locally)
13879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 281 Potential violation of Law of Demeter (object not created locally)
13880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 282 Potential violation of Law of Demeter (object not created locally)
13881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 283 Potential violation of Law of Demeter (object not created locally)
13882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 284 Potential violation of Law of Demeter (object not created locally)
13883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 285 Potential violation of Law of Demeter (object not created locally)
13884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 286 Potential violation of Law of Demeter (object not created locally)
13885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 287 Potential violation of Law of Demeter (object not created locally)
13886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 288 Potential violation of Law of Demeter (object not created locally)
13887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 289 Potential violation of Law of Demeter (object not created locally)
13888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 290 Potential violation of Law of Demeter (object not created locally)
13889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 291 Potential violation of Law of Demeter (object not created locally)
13890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 292 Potential violation of Law of Demeter (object not created locally)
13891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 295 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 295 Public method and constructor comments are required
13893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 295 Unit tests should not contain more than 1 assert(s).
13894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 301 Avoid variables with short names like sm
13895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 302 Avoid variables with short names like it
13896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 302 Potential violation of Law of Demeter (method chain calls)
13897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 302 Potential violation of Law of Demeter (object not created locally)
13898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 309 Potential violation of Law of Demeter (object not created locally)
13899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 310 Potential violation of Law of Demeter (object not created locally)
13900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 311 Potential violation of Law of Demeter (object not created locally)
13901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 313 Potential violation of Law of Demeter (object not created locally)
13902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 314 Potential violation of Law of Demeter (object not created locally)
13903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 315 Potential violation of Law of Demeter (object not created locally)
13904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 316 Potential violation of Law of Demeter (object not created locally)
13905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 317 Potential violation of Law of Demeter (object not created locally)
13906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 318 Potential violation of Law of Demeter (object not created locally)
13907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 319 Potential violation of Law of Demeter (method chain calls)
13908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 319 Potential violation of Law of Demeter (object not created locally)
13909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 321 Potential violation of Law of Demeter (object not created locally)
13910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 322 Potential violation of Law of Demeter (object not created locally)
13911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 323 Potential violation of Law of Demeter (method chain calls)
13912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 323 Potential violation of Law of Demeter (object not created locally)
13913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 324 Potential violation of Law of Demeter (method chain calls)
13914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 324 Potential violation of Law of Demeter (object not created locally)
13915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 325 Potential violation of Law of Demeter (object not created locally)
13916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 326 Potential violation of Law of Demeter (object not created locally)
13917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 328 Potential violation of Law of Demeter (object not created locally)
13918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 329 Potential violation of Law of Demeter (object not created locally)
13919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 330 Potential violation of Law of Demeter (method chain calls)
13920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 330 Potential violation of Law of Demeter (object not created locally)
13921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 331 Potential violation of Law of Demeter (method chain calls)
13922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 331 Potential violation of Law of Demeter (object not created locally)
13923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 332 Potential violation of Law of Demeter (object not created locally)
13924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 333 Potential violation of Law of Demeter (object not created locally)
13925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 335 Potential violation of Law of Demeter (object not created locally)
13926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 336 Potential violation of Law of Demeter (object not created locally)
13927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 337 Potential violation of Law of Demeter (method chain calls)
13928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 337 Potential violation of Law of Demeter (object not created locally)
13929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 338 Potential violation of Law of Demeter (method chain calls)
13930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 338 Potential violation of Law of Demeter (object not created locally)
13931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 339 Potential violation of Law of Demeter (object not created locally)
13932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 340 Potential violation of Law of Demeter (object not created locally)
13933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 343 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 343 Public method and constructor comments are required
13935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 343 Unit tests should not contain more than 1 assert(s).
13936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 349 Avoid variables with short names like sm
13937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 350 Avoid variables with short names like it
13938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 350 Potential violation of Law of Demeter (method chain calls)
13939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 350 Potential violation of Law of Demeter (object not created locally)
13940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 357 Potential violation of Law of Demeter (object not created locally)
13941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 358 Potential violation of Law of Demeter (object not created locally)
13942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 359 Potential violation of Law of Demeter (object not created locally)
13943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 360 Potential violation of Law of Demeter (object not created locally)
13944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 361 Potential violation of Law of Demeter (object not created locally)
13945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 362 Potential violation of Law of Demeter (object not created locally)
13946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 364 Potential violation of Law of Demeter (object not created locally)
13947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 365 Potential violation of Law of Demeter (object not created locally)
13948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 366 Potential violation of Law of Demeter (object not created locally)
13949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 367 Potential violation of Law of Demeter (method chain calls)
13950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 367 Potential violation of Law of Demeter (object not created locally)
13951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 368 Potential violation of Law of Demeter (object not created locally)
13952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 369 Potential violation of Law of Demeter (object not created locally)
13953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 370 Potential violation of Law of Demeter (method chain calls)
13954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 370 Potential violation of Law of Demeter (object not created locally)
13955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 371 Potential violation of Law of Demeter (method chain calls)
13956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 371 Potential violation of Law of Demeter (object not created locally)
13957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 372 Potential violation of Law of Demeter (object not created locally)
13958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 373 Potential violation of Law of Demeter (object not created locally)
13959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 375 Potential violation of Law of Demeter (object not created locally)
13960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 376 Potential violation of Law of Demeter (object not created locally)
13961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 377 Potential violation of Law of Demeter (object not created locally)
13962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 378 Potential violation of Law of Demeter (method chain calls)
13963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 378 Potential violation of Law of Demeter (object not created locally)
13964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 379 Potential violation of Law of Demeter (object not created locally)
13965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 380 Potential violation of Law of Demeter (object not created locally)
13966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 381 Potential violation of Law of Demeter (method chain calls)
13967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 381 Potential violation of Law of Demeter (object not created locally)
13968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 382 Potential violation of Law of Demeter (method chain calls)
13969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 382 Potential violation of Law of Demeter (object not created locally)
13970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 383 Potential violation of Law of Demeter (object not created locally)
13971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 384 Potential violation of Law of Demeter (object not created locally)
13972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 387 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
13973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 387 Public method and constructor comments are required
13974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 387 Unit tests should not contain more than 1 assert(s).
13975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 393 Avoid variables with short names like sm
13976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 394 Avoid variables with short names like it
13977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 394 Potential violation of Law of Demeter (method chain calls)
13978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 394 Potential violation of Law of Demeter (object not created locally)
13979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 401 Potential violation of Law of Demeter (object not created locally)
13980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 402 Potential violation of Law of Demeter (object not created locally)
13981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 403 Potential violation of Law of Demeter (object not created locally)
13982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 404 Potential violation of Law of Demeter (object not created locally)
13983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 408 Potential violation of Law of Demeter (object not created locally)
13984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 409 Potential violation of Law of Demeter (object not created locally)
13985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 410 Potential violation of Law of Demeter (object not created locally)
13986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 411 Potential violation of Law of Demeter (object not created locally)
13987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 412 Potential violation of Law of Demeter (object not created locally)
13988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 413 Potential violation of Law of Demeter (object not created locally)
13989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 415 Potential violation of Law of Demeter (object not created locally)
13990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 416 Potential violation of Law of Demeter (object not created locally)
13991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 417 Potential violation of Law of Demeter (object not created locally)
13992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 418 Potential violation of Law of Demeter (method chain calls)
13993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 418 Potential violation of Law of Demeter (object not created locally)
13994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 419 Potential violation of Law of Demeter (object not created locally)
13995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 419 Potential violation of Law of Demeter (object not created locally)
13996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 420 Potential violation of Law of Demeter (object not created locally)
13997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 420 Potential violation of Law of Demeter (object not created locally)
13998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 421 Potential violation of Law of Demeter (method chain calls)
13999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 421 Potential violation of Law of Demeter (object not created locally)
14000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 421 Potential violation of Law of Demeter (object not created locally)
14001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 422 Potential violation of Law of Demeter (method chain calls)
14002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 422 Potential violation of Law of Demeter (object not created locally)
14003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 422 Potential violation of Law of Demeter (object not created locally)
14004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 423 Potential violation of Law of Demeter (object not created locally)
14005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 423 Potential violation of Law of Demeter (object not created locally)
14006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 424 Potential violation of Law of Demeter (object not created locally)
14007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 424 Potential violation of Law of Demeter (object not created locally)
14008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 425 Potential violation of Law of Demeter (object not created locally)
14009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 427 Potential violation of Law of Demeter (object not created locally)
14010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 428 Potential violation of Law of Demeter (object not created locally)
14011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 429 Potential violation of Law of Demeter (object not created locally)
14012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 430 Potential violation of Law of Demeter (method chain calls)
14013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 430 Potential violation of Law of Demeter (object not created locally)
14014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 431 Potential violation of Law of Demeter (object not created locally)
14015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 431 Potential violation of Law of Demeter (object not created locally)
14016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 432 Potential violation of Law of Demeter (object not created locally)
14017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 432 Potential violation of Law of Demeter (object not created locally)
14018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 433 Potential violation of Law of Demeter (method chain calls)
14019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 433 Potential violation of Law of Demeter (object not created locally)
14020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 433 Potential violation of Law of Demeter (object not created locally)
14021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 434 Potential violation of Law of Demeter (method chain calls)
14022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 434 Potential violation of Law of Demeter (object not created locally)
14023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 434 Potential violation of Law of Demeter (object not created locally)
14024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 435 Potential violation of Law of Demeter (object not created locally)
14025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 435 Potential violation of Law of Demeter (object not created locally)
14026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 436 Potential violation of Law of Demeter (object not created locally)
14027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 436 Potential violation of Law of Demeter (object not created locally)
14028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 437 Potential violation of Law of Demeter (object not created locally)
14029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 440 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 440 Public method and constructor comments are required
14031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 440 Unit tests should not contain more than 1 assert(s).
14032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 442 Avoid variables with short names like sm
14033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 443 Avoid variables with short names like it
14034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 443 Potential violation of Law of Demeter (method chain calls)
14035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 443 Potential violation of Law of Demeter (object not created locally)
14036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 449 Potential violation of Law of Demeter (object not created locally)
14037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 450 Potential violation of Law of Demeter (object not created locally)
14038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 451 Potential violation of Law of Demeter (object not created locally)
14039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 452 Potential violation of Law of Demeter (object not created locally)
14040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 454 Potential violation of Law of Demeter (object not created locally)
14041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 455 Potential violation of Law of Demeter (object not created locally)
14042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 456 Potential violation of Law of Demeter (object not created locally)
14043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 457 Potential violation of Law of Demeter (object not created locally)
14044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 458 Potential violation of Law of Demeter (object not created locally)
14045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 459 Potential violation of Law of Demeter (object not created locally)
14046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 460 Potential violation of Law of Demeter (object not created locally)
14047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 461 Potential violation of Law of Demeter (object not created locally)
14048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 462 Potential violation of Law of Demeter (object not created locally)
14049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 463 Potential violation of Law of Demeter (object not created locally)
14050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 464 Potential violation of Law of Demeter (object not created locally)
14051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 465 Potential violation of Law of Demeter (object not created locally)
14052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 466 Potential violation of Law of Demeter (object not created locally)
14053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 467 Potential violation of Law of Demeter (object not created locally)
14054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 468 Potential violation of Law of Demeter (object not created locally)
14055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 469 Potential violation of Law of Demeter (object not created locally)
14056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 470 Potential violation of Law of Demeter (object not created locally)
14057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 471 Potential violation of Law of Demeter (object not created locally)
14058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 474 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 474 Public method and constructor comments are required
14060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 474 Unit tests should not contain more than 1 assert(s).
14061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 480 Avoid variables with short names like sm
14062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 481 Avoid variables with short names like it
14063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 481 Potential violation of Law of Demeter (method chain calls)
14064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 481 Potential violation of Law of Demeter (object not created locally)
14065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 488 Potential violation of Law of Demeter (object not created locally)
14066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 489 Potential violation of Law of Demeter (object not created locally)
14067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 490 Potential violation of Law of Demeter (object not created locally)
14068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 491 Potential violation of Law of Demeter (object not created locally)
14069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 493 Potential violation of Law of Demeter (object not created locally)
14070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 494 Potential violation of Law of Demeter (object not created locally)
14071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 495 Potential violation of Law of Demeter (object not created locally)
14072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 496 Potential violation of Law of Demeter (object not created locally)
14073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 497 Potential violation of Law of Demeter (object not created locally)
14074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 498 Potential violation of Law of Demeter (object not created locally)
14075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 499 Potential violation of Law of Demeter (method chain calls)
14076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 499 Potential violation of Law of Demeter (object not created locally)
14077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 501 Potential violation of Law of Demeter (object not created locally)
14078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 502 Potential violation of Law of Demeter (object not created locally)
14079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 503 Potential violation of Law of Demeter (method chain calls)
14080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 503 Potential violation of Law of Demeter (object not created locally)
14081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 504 Potential violation of Law of Demeter (method chain calls)
14082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 504 Potential violation of Law of Demeter (object not created locally)
14083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 505 Potential violation of Law of Demeter (object not created locally)
14084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 506 Potential violation of Law of Demeter (object not created locally)
14085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 508 Potential violation of Law of Demeter (object not created locally)
14086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 509 Potential violation of Law of Demeter (object not created locally)
14087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 510 Potential violation of Law of Demeter (method chain calls)
14088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 510 Potential violation of Law of Demeter (object not created locally)
14089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 511 Potential violation of Law of Demeter (method chain calls)
14090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 511 Potential violation of Law of Demeter (object not created locally)
14091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 512 Potential violation of Law of Demeter (object not created locally)
14092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 513 Potential violation of Law of Demeter (object not created locally)
14093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 515 Potential violation of Law of Demeter (object not created locally)
14094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 516 Potential violation of Law of Demeter (object not created locally)
14095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 517 Potential violation of Law of Demeter (method chain calls)
14096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 517 Potential violation of Law of Demeter (object not created locally)
14097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 518 Potential violation of Law of Demeter (method chain calls)
14098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 518 Potential violation of Law of Demeter (object not created locally)
14099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 519 Potential violation of Law of Demeter (object not created locally)
14100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 520 Potential violation of Law of Demeter (object not created locally)
14101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 522 Potential violation of Law of Demeter (object not created locally)
14102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 523 Potential violation of Law of Demeter (object not created locally)
14103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 524 Potential violation of Law of Demeter (method chain calls)
14104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 524 Potential violation of Law of Demeter (object not created locally)
14105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 525 Potential violation of Law of Demeter (method chain calls)
14106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 525 Potential violation of Law of Demeter (object not created locally)
14107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 526 Potential violation of Law of Demeter (object not created locally)
14108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 527 Potential violation of Law of Demeter (object not created locally)
14109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 530 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 530 Public method and constructor comments are required
14111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 530 Unit tests should not contain more than 1 assert(s).
14112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 536 Avoid variables with short names like sm
14113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 537 Avoid variables with short names like it
14114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 537 Potential violation of Law of Demeter (method chain calls)
14115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 537 Potential violation of Law of Demeter (object not created locally)
14116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 545 Potential violation of Law of Demeter (object not created locally)
14117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 546 Potential violation of Law of Demeter (object not created locally)
14118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 547 Potential violation of Law of Demeter (object not created locally)
14119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 548 Potential violation of Law of Demeter (object not created locally)
14120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 549 Potential violation of Law of Demeter (object not created locally)
14121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 550 Potential violation of Law of Demeter (object not created locally)
14122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 552 Potential violation of Law of Demeter (object not created locally)
14123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 553 Potential violation of Law of Demeter (object not created locally)
14124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 554 Potential violation of Law of Demeter (object not created locally)
14125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 555 Potential violation of Law of Demeter (method chain calls)
14126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 555 Potential violation of Law of Demeter (object not created locally)
14127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 556 Potential violation of Law of Demeter (object not created locally)
14128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 557 Potential violation of Law of Demeter (object not created locally)
14129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 558 Potential violation of Law of Demeter (method chain calls)
14130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 558 Potential violation of Law of Demeter (object not created locally)
14131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 559 Potential violation of Law of Demeter (method chain calls)
14132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 559 Potential violation of Law of Demeter (object not created locally)
14133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 560 Potential violation of Law of Demeter (object not created locally)
14134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 561 Potential violation of Law of Demeter (object not created locally)
14135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 563 Potential violation of Law of Demeter (object not created locally)
14136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 564 Potential violation of Law of Demeter (object not created locally)
14137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 565 Potential violation of Law of Demeter (object not created locally)
14138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 566 Potential violation of Law of Demeter (method chain calls)
14139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 566 Potential violation of Law of Demeter (object not created locally)
14140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 567 Potential violation of Law of Demeter (object not created locally)
14141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 568 Potential violation of Law of Demeter (object not created locally)
14142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 569 Potential violation of Law of Demeter (method chain calls)
14143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 569 Potential violation of Law of Demeter (object not created locally)
14144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 570 Potential violation of Law of Demeter (method chain calls)
14145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 570 Potential violation of Law of Demeter (object not created locally)
14146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 571 Potential violation of Law of Demeter (object not created locally)
14147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 572 Potential violation of Law of Demeter (object not created locally)
14148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 575 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 575 Public method and constructor comments are required
14150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 575 Unit tests should not contain more than 1 assert(s).
14151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 581 Avoid variables with short names like sm
14152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 582 Avoid variables with short names like it
14153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 582 Potential violation of Law of Demeter (method chain calls)
14154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 582 Potential violation of Law of Demeter (object not created locally)
14155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 590 Potential violation of Law of Demeter (object not created locally)
14156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 591 Potential violation of Law of Demeter (object not created locally)
14157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 592 Potential violation of Law of Demeter (object not created locally)
14158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 593 Potential violation of Law of Demeter (object not created locally)
14159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 594 Potential violation of Law of Demeter (object not created locally)
14160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 598 Potential violation of Law of Demeter (object not created locally)
14161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 599 Potential violation of Law of Demeter (object not created locally)
14162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 600 Potential violation of Law of Demeter (object not created locally)
14163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 601 Potential violation of Law of Demeter (object not created locally)
14164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 602 Potential violation of Law of Demeter (object not created locally)
14165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 603 Potential violation of Law of Demeter (object not created locally)
14166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 605 Potential violation of Law of Demeter (object not created locally)
14167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 606 Potential violation of Law of Demeter (object not created locally)
14168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 607 Potential violation of Law of Demeter (object not created locally)
14169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 608 Potential violation of Law of Demeter (method chain calls)
14170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 608 Potential violation of Law of Demeter (object not created locally)
14171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 609 Potential violation of Law of Demeter (object not created locally)
14172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 609 Potential violation of Law of Demeter (object not created locally)
14173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 610 Potential violation of Law of Demeter (object not created locally)
14174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 610 Potential violation of Law of Demeter (object not created locally)
14175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 611 Potential violation of Law of Demeter (method chain calls)
14176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 611 Potential violation of Law of Demeter (object not created locally)
14177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 611 Potential violation of Law of Demeter (object not created locally)
14178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 612 Potential violation of Law of Demeter (method chain calls)
14179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 612 Potential violation of Law of Demeter (object not created locally)
14180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 612 Potential violation of Law of Demeter (object not created locally)
14181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 613 Potential violation of Law of Demeter (object not created locally)
14182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 613 Potential violation of Law of Demeter (object not created locally)
14183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 614 Potential violation of Law of Demeter (object not created locally)
14184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 614 Potential violation of Law of Demeter (object not created locally)
14185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 615 Potential violation of Law of Demeter (object not created locally)
14186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 617 Potential violation of Law of Demeter (object not created locally)
14187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 618 Potential violation of Law of Demeter (object not created locally)
14188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 619 Potential violation of Law of Demeter (object not created locally)
14189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 620 Potential violation of Law of Demeter (method chain calls)
14190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 620 Potential violation of Law of Demeter (object not created locally)
14191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 621 Potential violation of Law of Demeter (object not created locally)
14192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 621 Potential violation of Law of Demeter (object not created locally)
14193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 622 Potential violation of Law of Demeter (object not created locally)
14194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 622 Potential violation of Law of Demeter (object not created locally)
14195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 623 Potential violation of Law of Demeter (method chain calls)
14196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 623 Potential violation of Law of Demeter (object not created locally)
14197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 623 Potential violation of Law of Demeter (object not created locally)
14198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 624 Potential violation of Law of Demeter (method chain calls)
14199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 624 Potential violation of Law of Demeter (object not created locally)
14200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 624 Potential violation of Law of Demeter (object not created locally)
14201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 625 Potential violation of Law of Demeter (object not created locally)
14202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 625 Potential violation of Law of Demeter (object not created locally)
14203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 626 Potential violation of Law of Demeter (object not created locally)
14204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 626 Potential violation of Law of Demeter (object not created locally)
14205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 627 Potential violation of Law of Demeter (object not created locally)
14206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 630 Public method and constructor comments are required
14207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 634 Public method and constructor comments are required
14208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapTest.java 638 Public method and constructor comments are required
14209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualHashBidiMapTest.java 1 Comment is too large: Too many lines
14210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualHashBidiMapTest.java 29 JUnit 4 indicates test suites via annotations, not the suite method.
14211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualHashBidiMapTest.java 29 Public method and constructor comments are required
14212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualHashBidiMapTest.java 33 Public method and constructor comments are required
14213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualHashBidiMapTest.java 55 Comment is too large: Line too long
14214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualHashBidiMapTest.java 57 Comment is too large: Line too long
14215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMapTest.java 1 Comment is too large: Too many lines
14216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMapTest.java 29 JUnit 4 indicates test suites via annotations, not the suite method.
14217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMapTest.java 29 Public method and constructor comments are required
14218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMapTest.java 33 Public method and constructor comments are required
14219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMapTest.java 60 Comment is too large: Line too long
14220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMapTest.java 62 Comment is too large: Line too long
14221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 1 Comment is too large: Too many lines
14222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 44 JUnit 4 indicates test suites via annotations, not the suite method.
14223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 44 Public method and constructor comments are required
14224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 48 Public method and constructor comments are required
14225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 64 Public method and constructor comments are required
14227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 64 Unit tests should not contain more than 1 assert(s).
14228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 67 JUnit assertions should include a message
14229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 67 Potential violation of Law of Demeter (object not created locally)
14230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 68 JUnit assertions should include a message
14231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 68 Potential violation of Law of Demeter (object not created locally)
14232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 71 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 71 Public method and constructor comments are required
14234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 71 Unit tests should not contain more than 1 assert(s).
14235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 76 JUnit assertions should include a message
14236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 77 JUnit assertions should include a message
14237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 81 Public method and constructor comments are required
14239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 81 Unit tests should not contain more than 1 assert(s).
14240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 89 Avoid variables with short names like in
14241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 94 JUnit assertions should include a message
14242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 95 JUnit assertions should include a message
14243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 95 Potential violation of Law of Demeter (object not created locally)
14244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 96 JUnit assertions should include a message
14245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 96 Potential violation of Law of Demeter (object not created locally)
14246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 100 Class comments are required
14247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 103 Avoid variables with short names like o1
14248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 103 Avoid variables with short names like o2
14249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 108 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 108 Public method and constructor comments are required
14251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 108 Unit tests should not contain more than 1 assert(s).
14252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 116 Avoid variables with short names like in
14253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 121 JUnit assertions should include a message
14254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 122 JUnit assertions should include a message
14255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 122 Potential violation of Law of Demeter (object not created locally)
14256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 123 JUnit assertions should include a message
14257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 123 Potential violation of Law of Demeter (method chain calls)
14258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 123 Potential violation of Law of Demeter (method chain calls)
14259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 123 Potential violation of Law of Demeter (object not created locally)
14260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 124 JUnit assertions should include a message
14261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 124 Potential violation of Law of Demeter (method chain calls)
14262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 124 Potential violation of Law of Demeter (method chain calls)
14263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 124 Potential violation of Law of Demeter (object not created locally)
14264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 127 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 127 Public method and constructor comments are required
14266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 127 Unit tests should not contain more than 1 assert(s).
14267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 128 Avoid variables with short names like sm
14268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 135 Potential violation of Law of Demeter (method chain calls)
14269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 135 Potential violation of Law of Demeter (object not created locally)
14270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 136 Potential violation of Law of Demeter (object not created locally)
14271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 163 Comment is too large: Line too long
14272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMap2Test.java 165 Comment is too large: Line too long
14273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMapTest.java 1 Comment is too large: Too many lines
14274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMapTest.java 29 JUnit 4 indicates test suites via annotations, not the suite method.
14275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMapTest.java 29 Public method and constructor comments are required
14276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMapTest.java 33 Public method and constructor comments are required
14277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMapTest.java 56 Comment is too large: Line too long
14278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/DualTreeBidiMapTest.java 58 Comment is too large: Line too long
14279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/TreeBidiMapTest.java 1 Comment is too large: Too many lines
14280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/TreeBidiMapTest.java 31 JUnit 4 indicates test suites via annotations, not the suite method.
14281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/TreeBidiMapTest.java 31 Public method and constructor comments are required
14282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/TreeBidiMapTest.java 35 Public method and constructor comments are required
14283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/TreeBidiMapTest.java 79 Comment is too large: Line too long
14284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/TreeBidiMapTest.java 81 Comment is too large: Line too long
14285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 1 Comment is too large: Too many lines
14286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 34 JUnit 4 indicates test suites via annotations, not the suite method.
14287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 34 Public method and constructor comments are required
14288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 38 Public method and constructor comments are required
14289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 83 Public method and constructor comments are required
14291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 83 Unit tests should not contain more than 1 assert(s).
14292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 84 JUnit assertions should include a message
14293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 85 JUnit assertions should include a message
14294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 88 Public method and constructor comments are required
14296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 90 JUnit assertions should include a message
14297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 94 JUnit assertions should include a message
14298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 95 Avoid catching NullPointerException; consider removing the cause of the NPE.
14299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableBidiMapTest.java 95 Avoid empty catch blocks
14301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 1 Comment is too large: Too many lines
14302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 34 JUnit 4 indicates test suites via annotations, not the suite method.
14303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 34 Public method and constructor comments are required
14304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 38 Public method and constructor comments are required
14305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 93 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 93 Public method and constructor comments are required
14307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 93 Unit tests should not contain more than 1 assert(s).
14308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 94 JUnit assertions should include a message
14309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 95 JUnit assertions should include a message
14310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 98 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 98 Public method and constructor comments are required
14312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 100 JUnit assertions should include a message
14313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 104 JUnit assertions should include a message
14314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 105 Avoid catching NullPointerException; consider removing the cause of the NPE.
14315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMapTest.java 105 Avoid empty catch blocks
14317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 1 Comment is too large: Too many lines
14318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 34 JUnit 4 indicates test suites via annotations, not the suite method.
14319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 34 Public method and constructor comments are required
14320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 38 Public method and constructor comments are required
14321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 97 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 97 Public method and constructor comments are required
14323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 97 Unit tests should not contain more than 1 assert(s).
14324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 98 JUnit assertions should include a message
14325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 99 JUnit assertions should include a message
14326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 102 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
14327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 102 Public method and constructor comments are required
14328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 104 JUnit assertions should include a message
14329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 108 JUnit assertions should include a message
14330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 109 Avoid catching NullPointerException; consider removing the cause of the NPE.
14331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMapTest.java 109 Avoid empty catch blocks
14333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 1 Comment is too large: Too many lines
14334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 41 Each class should declare at least one constructor
14335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 41 This class has too many methods, consider refactoring it.
14336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 50 To avoid mistakes add a comment at the beginning of the bits field if you want a default access modifier
14337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 52 Protected method constructor comments are required
14338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 64 Potential violation of Law of Demeter (method chain calls)
14339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 81 Found non-transient, non-static member. Please mark as transient or provide accessors.
14340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 112 Found non-transient, non-static member. Please mark as transient or provide accessors.
14341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 143 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
14342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 143 Found non-transient, non-static member. Please mark as transient or provide accessors.
14343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 149 JUnit 5 tests should be package-private.
14344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 149 JUnit tests should include assert() or fail()
14345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 154 Comment is too large: Line too long
14346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 157 JUnit 5 tests should be package-private.
14347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 157 JUnit tests should include assert() or fail()
14348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 157 The JUnit 5 test method name 'andCardinalityTest_GenericBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 168 Potential violation of Law of Demeter (object not created locally)
14350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 170 Avoid variables with short names like bf
14351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 173 Potential violation of Law of Demeter (object not created locally)
14352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 177 JUnit assertions should include a message
14353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 177 Potential violation of Law of Demeter (object not created locally)
14354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 181 Comment is too large: Line too long
14355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 184 JUnit 5 tests should be package-private.
14356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 184 The JUnit 5 test method name 'andCardinalityTest_ExtraLongs' doesn't match '[a-z][a-zA-Z0-9]*'
14357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 184 Unit tests should not contain more than 1 assert(s).
14358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 186 Potential violation of Law of Demeter (object not created locally)
14359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 188 Avoid variables with short names like bf
14360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 191 Potential violation of Law of Demeter (object not created locally)
14361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 195 JUnit assertions should include a message
14362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 195 Potential violation of Law of Demeter (object not created locally)
14363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 196 JUnit assertions should include a message
14364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 196 Potential violation of Law of Demeter (object not created locally)
14365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 209 Potential violation of Law of Demeter (object not created locally)
14366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 211 JUnit assertions should include a message
14367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 213 Potential violation of Law of Demeter (object not created locally)
14368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 220 JUnit 5 tests should be package-private.
14369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 223 Potential violation of Law of Demeter (object not created locally)
14370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 225 Avoid variables with short names like bf
14371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 226 JUnit assertions should include a message
14372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 226 Potential violation of Law of Demeter (object not created locally)
14373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 233 JUnit 5 tests should be package-private.
14374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 233 The JUnit 5 test method name 'constructorTest_Empty' doesn't match '[a-z][a-zA-Z0-9]*'
14375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 235 Avoid variables with short names like bf
14376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 236 Avoid variables with short names like lb
14377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 236 Potential violation of Law of Demeter (object not created locally)
14378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 237 JUnit assertions should include a message
14379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 244 JUnit 5 tests should be package-private.
14380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 244 The JUnit 5 test method name 'constructorTest_Hasher' doesn't match '[a-z][a-zA-Z0-9]*'
14381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 244 Unit tests should not contain more than 1 assert(s).
14382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 246 Potential violation of Law of Demeter (object not created locally)
14383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 248 Avoid variables with short names like bf
14384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 249 Avoid variables with short names like lb
14385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 249 Potential violation of Law of Demeter (object not created locally)
14386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 250 JUnit assertions should include a message
14387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 251 JUnit assertions should include a message
14388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 255 Comment is too large: Line too long
14389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 259 JUnit 5 tests should be package-private.
14390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 259 The JUnit 5 test method name 'constructorTest_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
14391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 263 Potential violation of Law of Demeter (object not created locally)
14392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 266 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 266 The String literal "Should throw IllegalArgumentException" appears 4 times in this file; the first occurrence is on line 266
14394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 276 JUnit 5 tests should be package-private.
14395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 276 The JUnit 5 test method name 'containsTest_BloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 276 Unit tests should not contain more than 1 assert(s).
14397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 278 Potential violation of Law of Demeter (object not created locally)
14398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 279 Avoid variables with short names like bf
14399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 282 Potential violation of Law of Demeter (object not created locally)
14400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 284 JUnit assertions should include a message
14401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 284 Potential violation of Law of Demeter (object not created locally)
14402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 285 JUnit assertions should include a message
14403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 285 Potential violation of Law of Demeter (object not created locally)
14404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 289 Comment is too large: Line too long
14405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 292 JUnit 5 tests should be package-private.
14406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 292 The JUnit 5 test method name 'containsTest_BloomFilter_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
14407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 294 Potential violation of Law of Demeter (object not created locally)
14408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 295 Avoid variables with short names like bf
14409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 298 Potential violation of Law of Demeter (object not created locally)
14410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 302 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 312 JUnit 5 tests should be package-private.
14412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 312 The JUnit 5 test method name 'containsTest_Hasher' doesn't match '[a-z][a-zA-Z0-9]*'
14413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 312 Unit tests should not contain more than 1 assert(s).
14414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 314 Potential violation of Law of Demeter (object not created locally)
14415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 315 Avoid variables with short names like bf
14416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 318 Potential violation of Law of Demeter (object not created locally)
14417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 319 JUnit assertions should include a message
14418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 319 Potential violation of Law of Demeter (object not created locally)
14419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 322 Potential violation of Law of Demeter (object not created locally)
14420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 323 JUnit assertions should include a message
14421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 323 Potential violation of Law of Demeter (object not created locally)
14422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 326 Potential violation of Law of Demeter (object not created locally)
14423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 327 JUnit assertions should include a message
14424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 327 Potential violation of Law of Demeter (object not created locally)
14425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 334 JUnit 5 tests should be package-private.
14426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 334 The JUnit 5 test method name 'containsTest_Hasher_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
14427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 336 Potential violation of Law of Demeter (object not created locally)
14428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 337 Avoid variables with short names like bf
14429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 342 Potential violation of Law of Demeter (object not created locally)
14430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 345 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 385 JUnit 5 tests should be package-private.
14432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 385 Linguistics Antipattern - The getter 'getBitsTest_SpanLong' should not return void linguistically
14433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 385 The JUnit 5 test method name 'getBitsTest_SpanLong' doesn't match '[a-z][a-zA-Z0-9]*'
14434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 385 Unit tests should not contain more than 1 assert(s).
14435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 387 Potential violation of Law of Demeter (object not created locally)
14436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 388 Avoid variables with short names like bf
14437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 389 Avoid variables with short names like lb
14438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 389 Potential violation of Law of Demeter (object not created locally)
14439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 390 JUnit assertions should include a message
14440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 391 JUnit assertions should include a message
14441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 392 JUnit assertions should include a message
14442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 399 JUnit 5 tests should be package-private.
14443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 399 Linguistics Antipattern - The getter 'getHasherTest' should not return void linguistically
14444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 399 Unit tests should not contain more than 1 assert(s).
14445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 401 Potential violation of Law of Demeter (object not created locally)
14446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 402 Avoid variables with short names like bf
14447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 404 Potential violation of Law of Demeter (object not created locally)
14448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 406 JUnit assertions should include a message
14449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 406 Potential violation of Law of Demeter (object not created locally)
14450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 414 JUnit 5 tests should be package-private.
14451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 414 Unit tests should not contain more than 1 assert(s).
14452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 418 JUnit assertions should include a message
14453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 418 Potential violation of Law of Demeter (object not created locally)
14454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 428 JUnit assertions should include a message
14455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 428 Potential violation of Law of Demeter (object not created locally)
14456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 434 JUnit assertions should include a message
14457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 434 Potential violation of Law of Demeter (object not created locally)
14458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 441 JUnit 5 tests should be package-private.
14459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 441 JUnit tests should include assert() or fail()
14460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 441 The JUnit 5 test method name 'mergeTest_BloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 449 JUnit 5 tests should be package-private.
14462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 449 JUnit tests should include assert() or fail()
14463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 449 The JUnit 5 test method name 'mergeTest_GenericBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 458 The instance method name 'mergeTest_BloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 460 Potential violation of Law of Demeter (object not created locally)
14466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 462 Avoid variables with short names like bf
14467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 465 Potential violation of Law of Demeter (object not created locally)
14468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 469 Potential violation of Law of Demeter (object not created locally)
14469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 470 JUnit assertions should include a message
14470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 470 Potential violation of Law of Demeter (object not created locally)
14471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 477 JUnit 5 tests should be package-private.
14472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 477 The JUnit 5 test method name 'mergeTest_BloomFilter_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
14473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 479 Potential violation of Law of Demeter (object not created locally)
14474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 481 Avoid variables with short names like bf
14475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 485 Potential violation of Law of Demeter (object not created locally)
14476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 490 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 500 JUnit 5 tests should be package-private.
14478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 500 The JUnit 5 test method name 'mergeTest_Hasher' doesn't match '[a-z][a-zA-Z0-9]*'
14479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 500 Unit tests should not contain more than 1 assert(s).
14480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 502 Potential violation of Law of Demeter (object not created locally)
14481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 504 Avoid variables with short names like bf
14482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 507 Potential violation of Law of Demeter (object not created locally)
14483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 509 Potential violation of Law of Demeter (object not created locally)
14484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 510 JUnit assertions should include a message
14485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 510 Potential violation of Law of Demeter (object not created locally)
14486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 514 Comment is too large: Line too long
14487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 517 JUnit 5 tests should be package-private.
14488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 517 The JUnit 5 test method name 'mergeTest_Hasher_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
14489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 519 Potential violation of Law of Demeter (object not created locally)
14490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 521 Avoid variables with short names like bf
14491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 525 Potential violation of Law of Demeter (object not created locally)
14492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 529 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 539 JUnit 5 tests should be package-private.
14494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 539 JUnit tests should include assert() or fail()
14495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 544 Comment is too large: Line too long
14496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 547 JUnit 5 tests should be package-private.
14497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 547 JUnit tests should include assert() or fail()
14498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 547 The JUnit 5 test method name 'orCardinalityTest_GenericBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 558 Potential violation of Law of Demeter (object not created locally)
14500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 560 Avoid variables with short names like bf
14501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 563 Potential violation of Law of Demeter (object not created locally)
14502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 567 JUnit assertions should include a message
14503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 567 Potential violation of Law of Demeter (object not created locally)
14504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 571 Comment is too large: Line too long
14505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 574 JUnit 5 tests should be package-private.
14506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 574 The JUnit 5 test method name 'orCardinalityTest_ExtraLongs' doesn't match '[a-z][a-zA-Z0-9]*'
14507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 574 Unit tests should not contain more than 1 assert(s).
14508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 576 Potential violation of Law of Demeter (object not created locally)
14509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 578 Avoid variables with short names like bf
14510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 581 Potential violation of Law of Demeter (object not created locally)
14511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 585 JUnit assertions should include a message
14512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 585 Potential violation of Law of Demeter (object not created locally)
14513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 586 JUnit assertions should include a message
14514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 586 Potential violation of Law of Demeter (object not created locally)
14515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 593 JUnit 5 tests should be package-private.
14516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 593 JUnit tests should include assert() or fail()
14517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 598 Comment is too large: Line too long
14518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 601 JUnit 5 tests should be package-private.
14519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 601 JUnit tests should include assert() or fail()
14520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 601 The JUnit 5 test method name 'xorCardinalityTest_GenericBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 612 Potential violation of Law of Demeter (object not created locally)
14522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 614 Avoid variables with short names like bf
14523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 617 Potential violation of Law of Demeter (object not created locally)
14524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 621 JUnit assertions should include a message
14525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 621 Potential violation of Law of Demeter (object not created locally)
14526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 625 Comment is too large: Line too long
14527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 628 JUnit 5 tests should be package-private.
14528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 628 The JUnit 5 test method name 'xorCardinalityTest_ExtraLongs' doesn't match '[a-z][a-zA-Z0-9]*'
14529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 628 Unit tests should not contain more than 1 assert(s).
14530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 630 Potential violation of Law of Demeter (object not created locally)
14531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 632 Avoid variables with short names like bf
14532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 635 Potential violation of Law of Demeter (object not created locally)
14533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 638 JUnit assertions should include a message
14534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 638 Potential violation of Law of Demeter (object not created locally)
14535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 639 JUnit assertions should include a message
14536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java 639 Potential violation of Law of Demeter (object not created locally)
14537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 1 Comment is too large: Too many lines
14538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 38 Each class should declare at least one constructor
14539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 38 JUnit 5 tests should be package-private.
14540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 38 This class has too many methods, consider refactoring it.
14541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
14542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 61 Consider using varargs for methods or constructors which take an array the last parameter.
14543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 71 Avoid variables with short names like bf
14544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 83 Avoid variables with short names like bf
14545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 83 Consider using varargs for methods or constructors which take an array the last parameter.
14546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 84 Avoid variables with short names like m
14547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 84 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
14548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 92 Potential violation of Law of Demeter (method chain calls)
14549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 95 JUnit assertions should include a message
14550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 103 JUnit 5 tests should be package-private.
14551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 103 The JUnit 5 test method name 'constructorTest_Hasher_Duplicates' doesn't match '[a-z][a-zA-Z0-9]*'
14552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 103 Unit tests should not contain more than 1 assert(s).
14553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 108 Avoid variables with short names like bf
14554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 109 Avoid variables with short names like lb
14555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 109 Potential violation of Law of Demeter (object not created locally)
14556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 110 JUnit assertions should include a message
14557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 111 JUnit assertions should include a message
14558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 118 Comment is too large: Line too long
14559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 121 JUnit 5 tests should be package-private.
14560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 121 The JUnit 5 test method name 'contains_BloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 121 Unit tests should not contain more than 1 assert(s).
14562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 124 Avoid variables with short names like bf
14563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 127 JUnit assertions should include a message
14564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 127 Potential violation of Law of Demeter (object not created locally)
14565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 130 JUnit assertions should include a message
14566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 130 Potential violation of Law of Demeter (object not created locally)
14567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 138 JUnit 5 tests should be package-private.
14568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 138 The JUnit 5 test method name 'mergeTest_Counts_CountingBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 147 JUnit 5 tests should be package-private.
14570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 147 The JUnit 5 test method name 'mergeTest_Counts_BloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 155 JUnit 5 tests should be package-private.
14572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 155 The JUnit 5 test method name 'mergeTest_Counts_Hasher' doesn't match '[a-z][a-zA-Z0-9]*'
14573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 161 Comment is too large: Line too long
14574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 164 JUnit 5 tests should be package-private.
14575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 164 The JUnit 5 test method name 'mergeTest_Counts_Hasher_Duplicates' doesn't match '[a-z][a-zA-Z0-9]*'
14576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 174 JUnit 5 tests should be package-private.
14577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 174 The JUnit 5 test method name 'removeTest_Counts_CountingBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 183 JUnit 5 tests should be package-private.
14579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 183 The JUnit 5 test method name 'removeTest_Counts_BloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 191 JUnit 5 tests should be package-private.
14581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 191 The JUnit 5 test method name 'removeTest_Counts_Hasher' doesn't match '[a-z][a-zA-Z0-9]*'
14582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 197 Comment is too large: Line too long
14583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 200 JUnit 5 tests should be package-private.
14584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 200 The JUnit 5 test method name 'removeTest_Counts_Hasher_Duplicates' doesn't match '[a-z][a-zA-Z0-9]*'
14585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 211 Consider using varargs for methods or constructors which take an array the last parameter.
14586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 214 Avoid excessively long variable names like countsWithDuplicates
14587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 217 Potential violation of Law of Demeter (method chain calls)
14588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 254 Comment is too large: Too many lines
14589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 257 Comment is too large: Line too long
14590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 273 Consider using varargs for methods or constructors which take an array the last parameter.
14591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 275 Avoid variables with short names like bf
14592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 278 JUnit assertions should include a message
14593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 279 JUnit assertions should include a message
14594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 279 Potential violation of Law of Demeter (object not created locally)
14595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 287 JUnit 5 tests should be package-private.
14596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 287 The JUnit 5 test method name 'mergeTest_Overflow' doesn't match '[a-z][a-zA-Z0-9]*'
14597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 287 Unit tests should not contain more than 1 assert(s).
14598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 289 Avoid variables with short names like bf
14599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 295 JUnit assertions should include a message
14600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 295 Potential violation of Law of Demeter (object not created locally)
14601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 296 JUnit assertions should include a message
14602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 296 Potential violation of Law of Demeter (object not created locally)
14603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 300 JUnit assertions should include a message
14604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 301 JUnit assertions should include a message
14605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 314 JUnit 5 tests should be package-private.
14606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 314 The JUnit 5 test method name 'removeTest_Negative' doesn't match '[a-z][a-zA-Z0-9]*'
14607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 314 Unit tests should not contain more than 1 assert(s).
14608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 316 Avoid variables with short names like bf
14609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 322 Potential violation of Law of Demeter (object not created locally)
14610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 323 JUnit assertions should include a message
14611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 323 Potential violation of Law of Demeter (object not created locally)
14612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 327 JUnit assertions should include a message
14613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 327 Potential violation of Law of Demeter (object not created locally)
14614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 328 Potential violation of Law of Demeter (object not created locally)
14615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 329 Potential violation of Law of Demeter (object not created locally)
14616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 342 JUnit 5 tests should be package-private.
14617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 342 The JUnit 5 test method name 'addTest_NewInstance' doesn't match '[a-z][a-zA-Z0-9]*'
14618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 359 JUnit 5 tests should be package-private.
14619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 359 The JUnit 5 test method name 'addTest_Empty' doesn't match '[a-z][a-zA-Z0-9]*'
14620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 372 JUnit 5 tests should be package-private.
14621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 372 The JUnit 5 test method name 'addTest_Counts' doesn't match '[a-z][a-zA-Z0-9]*'
14622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 385 JUnit 5 tests should be package-private.
14623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 385 The JUnit 5 test method name 'addTest_Overflow' doesn't match '[a-z][a-zA-Z0-9]*'
14624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 397 JUnit 5 tests should be package-private.
14625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 397 The JUnit 5 test method name 'subtractTest_Empty' doesn't match '[a-z][a-zA-Z0-9]*'
14626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 410 JUnit 5 tests should be package-private.
14627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 410 The JUnit 5 test method name 'subtractTest_Counts' doesn't match '[a-z][a-zA-Z0-9]*'
14628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 419 Comment is too large: Line too long
14629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 423 JUnit 5 tests should be package-private.
14630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 423 The JUnit 5 test method name 'subtractTest_Negative' doesn't match '[a-z][a-zA-Z0-9]*'
14631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 431 Comment is too large: Too many lines
14632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 446 Consider using varargs for methods or constructors which take an array the last parameter.
14633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 450 JUnit assertions should include a message
14634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 451 JUnit assertions should include a message
14635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 451 Potential violation of Law of Demeter (object not created locally)
14636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 460 JUnit 5 tests should be package-private.
14637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 460 The JUnit 5 test method name 'andCardinalityTest_CountingBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 460 Unit tests should not contain more than 1 assert(s).
14639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 480 JUnit 5 tests should be package-private.
14640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 480 The JUnit 5 test method name 'orCardinalityTest_CountingBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 480 Unit tests should not contain more than 1 assert(s).
14642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 500 JUnit 5 tests should be package-private.
14643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 500 The JUnit 5 test method name 'xorCardinalityTest_CountingBloomFilter' doesn't match '[a-z][a-zA-Z0-9]*'
14644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 500 Unit tests should not contain more than 1 assert(s).
14645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 515 Comment is too large: Too many lines
14646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 532 JUnit assertions should include a message
14647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/ArrayCountingBloomFilterTest.java 533 JUnit assertions should include a message
14648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilterTest.java 1 Comment is too large: Too many lines
14649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BitSetBloomFilterTest.java 25 Each class should declare at least one constructor
14650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 1 Comment is too large: Too many lines
14651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 32 Each class should declare at least one constructor
14652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 32 JUnit 5 tests should be package-private.
14653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 35 JUnit 5 tests should be package-private.
14654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 35 Public method and constructor comments are required
14655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 40 JUnit 5 tests should be package-private.
14656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 40 Public method and constructor comments are required
14657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 40 Unit tests should not contain more than 1 assert(s).
14658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 41 JUnit assertions should include a message
14659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 45 JUnit assertions should include a message
14660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 49 JUnit assertions should include a message
14661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 53 JUnit assertions should include a message
14662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 53 Useless parentheses.
14663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 59 JUnit 5 tests should be package-private.
14664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 59 Public method and constructor comments are required
14665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 59 Unit tests should not contain more than 1 assert(s).
14666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 60 JUnit assertions should include a message
14667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 64 JUnit assertions should include a message
14668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 67 JUnit assertions should include a message
14669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 82 Number 23647826 should separate every third digit with an underscore
14670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 93 Potential violation of Law of Demeter (method chain calls)
14671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/BloomFilterIndexerTest.java 93 Potential violation of Law of Demeter (method chain calls)
14672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/DefaultBloomFilterMethodsTest.java 1 Comment is too large: Too many lines
14673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/DefaultBloomFilterMethodsTest.java 27 Comment is too large: Line too long
14674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/DefaultBloomFilterMethodsTest.java 29 Each class should declare at least one constructor
14675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/DefaultBloomFilterMethodsTest.java 35 Avoid short class names like BF
14676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/DefaultBloomFilterMethodsTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
14677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/DefaultBloomFilterMethodsTest.java 48 To avoid mistakes add a comment at the beginning of the BF constructor if you want a default access modifier
14678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/DefaultBloomFilterMethodsTest.java 59 To avoid mistakes add a comment at the beginning of the BF constructor if you want a default access modifier
14679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/DefaultBloomFilterMethodsTest.java 71 Potential violation of Law of Demeter (method chain calls)
14680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/FixedIndexesTestHasher.java 1 Comment is too large: Too many lines
14681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/FixedIndexesTestHasher.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
14682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/FixedIndexesTestHasher.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
14683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/FixedIndexesTestHasher.java 44 The user-supplied array 'indexes' is stored directly.
14684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/FixedIndexesTestHasher.java 44 To avoid mistakes add a comment at the beginning of the FixedIndexesTestHasher constructor if you want a default access modifier
14685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/FixedIndexesTestHasher.java 55 Potential violation of Law of Demeter (method chain calls)
14686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 1 Comment is too large: Too many lines
14687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 35 Each class should declare at least one constructor
14688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 35 JUnit 5 tests should be package-private.
14689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 41 JUnit 5 tests should be package-private.
14690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 41 The JUnit 5 test method name 'constructorTest_NonStatic' doesn't match '[a-z][a-zA-Z0-9]*'
14691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 41 Unit tests should not contain more than 1 assert(s).
14692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 45 Avoid variables with short names like lb
14693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 45 Potential violation of Law of Demeter (object not created locally)
14694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 46 JUnit assertions should include a message
14695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 47 JUnit assertions should include a message
14696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 48 JUnit assertions should include a message
14697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 62 Comment is too large: Line too long
14698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 66 JUnit 5 tests should be package-private.
14699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 66 Linguistics Antipattern - The getter 'getBitsTest_Empty' should not return void linguistically
14700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 66 The JUnit 5 test method name 'getBitsTest_Empty' doesn't match '[a-z][a-zA-Z0-9]*'
14701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 68 JUnit assertions should include a message
14702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 68 Potential violation of Law of Demeter (object not created locally)
14703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 72 Comment is too large: Line too long
14704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 76 JUnit 5 tests should be package-private.
14705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 76 Linguistics Antipattern - The getter 'getBitsTest_LowestBitOnly' should not return void linguistically
14706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 76 The JUnit 5 test method name 'getBitsTest_LowestBitOnly' doesn't match '[a-z][a-zA-Z0-9]*'
14707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 90 JUnit assertions should include a message
14708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/HasherBloomFilterTest.java 90 Potential violation of Law of Demeter (object not created locally)
14709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 1 Comment is too large: Too many lines
14710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 38 Each class should declare at least one constructor
14711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 38 JUnit 5 tests should be package-private.
14712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
14713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 50 JUnit 5 tests should be package-private.
14714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 50 Public method and constructor comments are required
14715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 58 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 59 Avoid catching NullPointerException; consider removing the cause of the NPE.
14717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 65 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 66 Avoid catching NullPointerException; consider removing the cause of the NPE.
14720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 72 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 73 Avoid catching NullPointerException; consider removing the cause of the NPE.
14723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 82 JUnit 5 tests should be package-private.
14725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 82 Public method and constructor comments are required
14726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 87 JUnit 5 tests should be package-private.
14727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 87 Public method and constructor comments are required
14728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 93 Potential violation of Law of Demeter (method chain calls)
14729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 93 Potential violation of Law of Demeter (method chain calls)
14730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 98 JUnit assertions should include a message
14731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 98 Potential violation of Law of Demeter (object not created locally)
14732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/IndexFilterTest.java 103 JUnit assertions should include a message
14733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 1 Comment is too large: Too many lines
14734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 33 Each class should declare at least one constructor
14735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 33 JUnit 5 tests should be package-private.
14736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 33 This class has too many methods, consider refactoring it.
14737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 35 Field comments are required
14738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
14739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 63 Field comments are required
14740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
14741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 66 JUnit 5 tests should be package-private.
14742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 66 Public method and constructor comments are required
14743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 68 Potential violation of Law of Demeter (object not created locally)
14744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 73 Potential violation of Law of Demeter (object not created locally)
14745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 78 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 88 JUnit 5 tests should be package-private.
14747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 88 Unit tests should not contain more than 1 assert(s).
14748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 90 Potential violation of Law of Demeter (object not created locally)
14749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 94 Potential violation of Law of Demeter (object not created locally)
14750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 97 JUnit assertions should include a message
14751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 98 JUnit assertions should include a message
14752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 101 Potential violation of Law of Demeter (object not created locally)
14753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 105 Potential violation of Law of Demeter (object not created locally)
14754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 108 JUnit assertions should include a message
14755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 109 JUnit assertions should include a message
14756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 112 Potential violation of Law of Demeter (object not created locally)
14757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 115 JUnit assertions should include a message
14758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 115 Number 0.000000000000001 should separate every third digit with an underscore
14759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 115 Number 0.514928749927334 should separate every third digit with an underscore
14760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 116 JUnit assertions should include a message
14761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 116 Number 0.000000000000001 should separate every third digit with an underscore
14762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 116 Number 0.514928749927334 should separate every third digit with an underscore
14763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 124 JUnit 5 tests should be package-private.
14764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 124 The JUnit 5 test method name 'cosineDistanceTest_NoValues' doesn't match '[a-z][a-zA-Z0-9]*'
14765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 124 Unit tests should not contain more than 1 assert(s).
14766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 129 Potential violation of Law of Demeter (object not created locally)
14767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 132 JUnit assertions should include a message
14768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 133 JUnit assertions should include a message
14769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 134 JUnit assertions should include a message
14770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 135 JUnit assertions should include a message
14771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 142 JUnit 5 tests should be package-private.
14772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 142 Unit tests should not contain more than 1 assert(s).
14773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 144 Potential violation of Law of Demeter (object not created locally)
14774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 148 Potential violation of Law of Demeter (object not created locally)
14775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 151 JUnit assertions should include a message
14776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 152 JUnit assertions should include a message
14777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 155 Potential violation of Law of Demeter (object not created locally)
14778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 158 JUnit assertions should include a message
14779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 158 Number 0.000000000000001 should separate every third digit with an underscore
14780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 158 Number 0.485071250072666 should separate every third digit with an underscore
14781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 159 JUnit assertions should include a message
14782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 159 Number 0.000000000000001 should separate every third digit with an underscore
14783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 159 Number 0.485071250072666 should separate every third digit with an underscore
14784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 167 JUnit 5 tests should be package-private.
14785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 167 The JUnit 5 test method name 'cosineSimilarityTest_NoValues' doesn't match '[a-z][a-zA-Z0-9]*'
14786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 167 Unit tests should not contain more than 1 assert(s).
14787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 172 Potential violation of Law of Demeter (object not created locally)
14788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 175 JUnit assertions should include a message
14789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 176 JUnit assertions should include a message
14790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 177 JUnit assertions should include a message
14791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 178 JUnit assertions should include a message
14792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 185 JUnit 5 tests should be package-private.
14793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 188 Potential violation of Law of Demeter (object not created locally)
14794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 193 Potential violation of Law of Demeter (object not created locally)
14795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 197 JUnit assertions should include a message
14796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 204 JUnit 5 tests should be package-private.
14797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 204 Unit tests should not contain more than 1 assert(s).
14798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 207 Potential violation of Law of Demeter (object not created locally)
14799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 209 JUnit assertions should include a message
14800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 214 Potential violation of Law of Demeter (object not created locally)
14801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 216 JUnit assertions should include a message
14802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 220 Potential violation of Law of Demeter (object not created locally)
14803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 223 JUnit assertions should include a message
14804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 230 JUnit 5 tests should be package-private.
14805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 233 Potential violation of Law of Demeter (object not created locally)
14806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 238 Potential violation of Law of Demeter (object not created locally)
14807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 242 JUnit assertions should include a message
14808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 249 JUnit 5 tests should be package-private.
14809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 249 Unit tests should not contain more than 1 assert(s).
14810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 251 Potential violation of Law of Demeter (object not created locally)
14811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 255 Potential violation of Law of Demeter (object not created locally)
14812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 258 JUnit assertions should include a message
14813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 259 JUnit assertions should include a message
14814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 262 Potential violation of Law of Demeter (object not created locally)
14815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 265 JUnit assertions should include a message
14816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 266 JUnit assertions should include a message
14817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 273 JUnit 5 tests should be package-private.
14818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 273 Unit tests should not contain more than 1 assert(s).
14819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 275 Potential violation of Law of Demeter (object not created locally)
14820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 279 Potential violation of Law of Demeter (object not created locally)
14821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 282 JUnit assertions should include a message
14822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 283 JUnit assertions should include a message
14823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 286 Potential violation of Law of Demeter (object not created locally)
14824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 289 JUnit assertions should include a message
14825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 290 JUnit assertions should include a message
14826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 298 JUnit 5 tests should be package-private.
14827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 298 The JUnit 5 test method name 'jaccardDistanceTest_NoValues' doesn't match '[a-z][a-zA-Z0-9]*'
14828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 298 Unit tests should not contain more than 1 assert(s).
14829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 303 Potential violation of Law of Demeter (object not created locally)
14830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 306 JUnit assertions should include a message
14831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 307 JUnit assertions should include a message
14832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 308 JUnit assertions should include a message
14833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 309 JUnit assertions should include a message
14834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 316 JUnit 5 tests should be package-private.
14835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 316 Unit tests should not contain more than 1 assert(s).
14836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 318 Potential violation of Law of Demeter (object not created locally)
14837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 322 Potential violation of Law of Demeter (object not created locally)
14838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 325 JUnit assertions should include a message
14839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 326 JUnit assertions should include a message
14840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 329 Potential violation of Law of Demeter (object not created locally)
14841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 332 JUnit assertions should include a message
14842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 333 JUnit assertions should include a message
14843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 341 JUnit 5 tests should be package-private.
14844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 341 The JUnit 5 test method name 'jaccardSimilarityTest_NoValues' doesn't match '[a-z][a-zA-Z0-9]*'
14845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 341 Unit tests should not contain more than 1 assert(s).
14846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 346 Potential violation of Law of Demeter (object not created locally)
14847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 349 JUnit assertions should include a message
14848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 350 JUnit assertions should include a message
14849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 351 JUnit assertions should include a message
14850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/SetOperationsTest.java 352 JUnit assertions should include a message
14851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 1 Comment is too large: Too many lines
14852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 35 Each class should declare at least one constructor
14853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 35 JUnit 5 tests should be package-private.
14854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 37 Field comments are required
14855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
14856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 38 Avoid variables with short names like hf
14857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 38 Field comments are required
14858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
14859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 39 Field comments are required
14860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
14861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 40 Field comments are required
14862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
14863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 46 JUnit 5 tests should be package-private.
14864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 46 The JUnit 5 test method name 'buildTest_byteArray' doesn't match '[a-z][a-zA-Z0-9]*'
14865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 46 Unit tests should not contain more than 1 assert(s).
14866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 48 Potential violation of Law of Demeter (method chain calls)
14867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 51 Potential violation of Law of Demeter (object not created locally)
14868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 53 JUnit assertions should include a message
14869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 53 Potential violation of Law of Demeter (object not created locally)
14870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 54 JUnit assertions should include a message
14871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 54 Potential violation of Law of Demeter (object not created locally)
14872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 55 JUnit assertions should include a message
14873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 55 Potential violation of Law of Demeter (object not created locally)
14874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 62 JUnit 5 tests should be package-private.
14875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 62 The JUnit 5 test method name 'buildTest_Empty' doesn't match '[a-z][a-zA-Z0-9]*'
14876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 65 Potential violation of Law of Demeter (object not created locally)
14877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 67 JUnit assertions should include a message
14878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 67 Potential violation of Law of Demeter (object not created locally)
14879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 70 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 71 Avoid empty catch blocks
14881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 80 JUnit 5 tests should be package-private.
14882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 80 The JUnit 5 test method name 'buildTest_String' doesn't match '[a-z][a-zA-Z0-9]*'
14883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 80 Unit tests should not contain more than 1 assert(s).
14884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 82 Potential violation of Law of Demeter (method chain calls)
14885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 85 Potential violation of Law of Demeter (object not created locally)
14886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 87 JUnit assertions should include a message
14887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 87 Potential violation of Law of Demeter (object not created locally)
14888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 88 JUnit assertions should include a message
14889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 88 Potential violation of Law of Demeter (object not created locally)
14890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 89 JUnit assertions should include a message
14891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 89 Potential violation of Law of Demeter (object not created locally)
14892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 96 JUnit 5 tests should be package-private.
14893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 96 The JUnit 5 test method name 'buildTest_UnencodedString' doesn't match '[a-z][a-zA-Z0-9]*'
14894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 96 Unit tests should not contain more than 1 assert(s).
14895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 98 Potential violation of Law of Demeter (method chain calls)
14896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 101 Potential violation of Law of Demeter (object not created locally)
14897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 103 JUnit assertions should include a message
14898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 103 Potential violation of Law of Demeter (object not created locally)
14899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 104 JUnit assertions should include a message
14900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 104 Potential violation of Law of Demeter (object not created locally)
14901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 105 JUnit assertions should include a message
14902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 105 Potential violation of Law of Demeter (object not created locally)
14903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 112 JUnit 5 tests should be package-private.
14904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 112 Unit tests should not contain more than 1 assert(s).
14905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 114 Potential violation of Law of Demeter (method chain calls)
14906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 116 JUnit assertions should include a message
14907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 116 Potential violation of Law of Demeter (object not created locally)
14908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 117 Potential violation of Law of Demeter (object not created locally)
14909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 118 JUnit assertions should include a message
14910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 118 Potential violation of Law of Demeter (object not created locally)
14911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 121 Potential violation of Law of Demeter (method chain calls)
14912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 122 JUnit assertions should include a message
14913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherBuilderTest.java 122 Potential violation of Law of Demeter (object not created locally)
14914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 1 Comment is too large: Too many lines
14915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 36 Each class should declare at least one constructor
14916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 36 JUnit 5 tests should be package-private.
14917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 37 Field comments are required
14918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
14919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 38 Field comments are required
14920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
14921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 40 Field comments are required
14922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
14923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 81 JUnit 5 tests should be package-private.
14924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 81 Unit tests should not contain more than 1 assert(s).
14925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 85 Potential violation of Law of Demeter (method chain calls)
14926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 87 Potential violation of Law of Demeter (object not created locally)
14927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 90 JUnit assertions should include a message
14928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 91 JUnit assertions should include a message
14929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 93 JUnit assertions should include a message
14930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 93 Potential violation of Law of Demeter (object not created locally)
14931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 100 JUnit 5 tests should be package-private.
14932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 100 The JUnit 5 test method name 'testGetBits_MultipleHashes' doesn't match '[a-z][a-zA-Z0-9]*'
14933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 100 Unit tests should not contain more than 1 assert(s).
14934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 104 Potential violation of Law of Demeter (method chain calls)
14935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 104 Potential violation of Law of Demeter (method chain calls)
14936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 106 Potential violation of Law of Demeter (object not created locally)
14937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 109 JUnit assertions should include a message
14938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 110 JUnit assertions should include a message
14939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 112 JUnit assertions should include a message
14940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 112 Potential violation of Law of Demeter (object not created locally)
14941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 115 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 116 Avoid empty catch blocks
14943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 125 JUnit 5 tests should be package-private.
14944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 125 The JUnit 5 test method name 'testGetBits_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
14945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 127 Potential violation of Law of Demeter (method chain calls)
14946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/DynamicHasherTest.java 131 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
14947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 1 Comment is too large: Too many lines
14948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 26 Comment is too large: Line too long
14949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 28 Each class should declare at least one constructor
14950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 28 JUnit 5 tests should be package-private.
14951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 34 JUnit 5 tests should be package-private.
14952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 34 Unit tests should not contain more than 1 assert(s).
14953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 39 The String literal "NAME" appears 4 times in this file; the first occurrence is on line 39
14954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 49 The String literal "Provider" appears 4 times in this file; the first occurrence is on line 49
14955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 64 JUnit assertions should include a message
14956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 65 JUnit assertions should include a message
14957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 66 JUnit assertions should include a message
14958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 67 JUnit assertions should include a message
14959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 68 JUnit assertions should include a message
14960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 75 JUnit 5 tests should be package-private.
14961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 75 Unit tests should not contain more than 1 assert(s).
14962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 78 JUnit assertions should include a message
14963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 79 JUnit assertions should include a message
14964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 80 JUnit assertions should include a message
14965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 81 JUnit assertions should include a message
14966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java 82 JUnit assertions should include a message
14967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 1 Comment is too large: Too many lines
14968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 30 Each class should declare at least one constructor
14969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 30 JUnit 5 tests should be package-private.
14970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 36 JUnit 5 tests should be package-private.
14971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 36 Unit tests should not contain more than 1 assert(s).
14972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 37 The String literal "Testing Suite" appears 11 times in this file; the first occurrence is on line 37
14973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 37 The String literal "impl1" appears 10 times in this file; the first occurrence is on line 37
14974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 42 JUnit assertions should include a message
14975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 43 JUnit assertions should include a message
14976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 44 JUnit assertions should include a message
14977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 45 JUnit assertions should include a message
14978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 52 JUnit 5 tests should be package-private.
14979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 58 JUnit assertions should include a message
14980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 65 JUnit 5 tests should be package-private.
14981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 65 Unit tests should not contain more than 1 assert(s).
14982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 71 JUnit assertions should include a message
14983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 72 JUnit assertions should include a message
14984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 73 JUnit assertions should include a message
14985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 74 JUnit assertions should include a message
14986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 81 JUnit 5 tests should be package-private.
14987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 81 Unit tests should not contain more than 1 assert(s).
14988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 87 JUnit assertions should include a message
14989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 88 JUnit assertions should include a message
14990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 89 JUnit assertions should include a message
14991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 90 JUnit assertions should include a message
14992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 97 JUnit 5 tests should be package-private.
14993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 97 Unit tests should not contain more than 1 assert(s).
14994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 103 JUnit assertions should include a message
14995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 104 JUnit assertions should include a message
14996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 105 JUnit assertions should include a message
14997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 106 JUnit assertions should include a message
14998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionValidatorTest.java 113 JUnit 5 tests should be package-private.
14999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 1 Comment is too large: Too many lines
15000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 34 Comment is too large: Line too long
15001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 36 Each class should declare at least one constructor
15002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 36 JUnit 5 tests should be package-private.
15003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 42 Avoid using implementation types like 'ArrayList'; use the interface instead
15004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 42 Field comments are required
15005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
15006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 42 To avoid mistakes add a comment at the beginning of the items field if you want a default access modifier
15007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 60 JUnit 5 tests should be package-private.
15008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 64 Avoid instantiating new objects inside loops
15009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 67 Avoid instantiating new objects inside loops
15010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 69 JUnit assertions should include a message
15011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 69 Potential violation of Law of Demeter (static property access)
15012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 78 JUnit 5 tests should be package-private.
15013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 78 Unit tests should not contain more than 1 assert(s).
15014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 82 Avoid instantiating new objects inside loops
15015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 84 Potential violation of Law of Demeter (static property access)
15016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 87 JUnit assertions should include a message
15017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 89 Potential violation of Law of Demeter (method chain calls)
15018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 89 Potential violation of Law of Demeter (method chain calls)
15019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 92 JUnit assertions should include a message
15020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 92 Potential violation of Law of Demeter (object not created locally)
15021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java 102 To avoid mistakes add a comment at the beginning of the getExtendedString method if you want a default access modifier
15022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 1 Comment is too large: Too many lines
15023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 33 Each class should declare at least one constructor
15024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 33 JUnit 5 tests should be package-private.
15025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 33 This class has too many methods, consider refactoring it.
15026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 35 Field comments are required
15027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
15028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 63 Comment is too large: Too many lines
15029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 75 Field comments are required
15030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 75 Found non-transient, non-static member. Please mark as transient or provide accessors.
15031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 78 Comment is too large: Line too long
15032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 81 JUnit 5 tests should be package-private.
15033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 81 The JUnit 5 test method name 'constructor_items_bits_BadNumberOfBitsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 84 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 84 The String literal "Should have thrown IllegalArgumentException" appears 19 times in this file; the first occurrence is on line 84
15036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 91 Comment is too large: Line too long
15037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 94 JUnit 5 tests should be package-private.
15038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 94 The JUnit 5 test method name 'constructor_items_bits_BadNumberOfHashFunctionsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 97 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 104 Comment is too large: Line too long
15041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 107 JUnit 5 tests should be package-private.
15042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 107 The JUnit 5 test method name 'constructor_items_bits_BadNumberOfItemsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 110 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 120 JUnit 5 tests should be package-private.
15045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 120 The JUnit 5 test method name 'constructor_items_bits_hash_BadNumberOfBitsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 123 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 130 Comment is too large: Line too long
15048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 133 JUnit 5 tests should be package-private.
15049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 133 The JUnit 5 test method name 'constructor_items_bits_hash_BadNumberOfHashFunctionsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 136 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 146 JUnit 5 tests should be package-private.
15052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 146 The JUnit 5 test method name 'constructor_items_bits_hash_BadNumberOfItemsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 149 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 156 Comment is too large: Line too long
15055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 159 JUnit 5 tests should be package-private.
15056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 159 The JUnit 5 test method name 'constructor_items_bits_hash_BadProbabilityTest' doesn't match '[a-z][a-zA-Z0-9]*'
15057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 162 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 169 Comment is too large: Line too long
15059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 173 JUnit 5 tests should be package-private.
15060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 173 The JUnit 5 test method name 'constructor_items_bits_hashTest' doesn't match '[a-z][a-zA-Z0-9]*'
15061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 173 Unit tests should not contain more than 1 assert(s).
15062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 179 JUnit assertions should include a message
15063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 180 JUnit assertions should include a message
15064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 181 JUnit assertions should include a message
15065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 182 JUnit assertions should include a message
15066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 182 Number 0.000001 should separate every third digit with an underscore
15067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 182 Number 0.102194782 should separate every third digit with an underscore
15068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 186 Comment is too large: Line too long
15069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 189 JUnit 5 tests should be package-private.
15070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 189 The JUnit 5 test method name 'constructor_items_bitsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 189 Unit tests should not contain more than 1 assert(s).
15072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 195 JUnit assertions should include a message
15073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 196 JUnit assertions should include a message
15074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 197 JUnit assertions should include a message
15075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 198 JUnit assertions should include a message
15076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 198 Number 0.000001 should separate every third digit with an underscore
15077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 198 Number 0.100375138 should separate every third digit with an underscore
15078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 202 Comment is too large: Line too long
15079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 205 JUnit 5 tests should be package-private.
15080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 205 The JUnit 5 test method name 'constructor_items_probability_BadNumberOfItemsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 208 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 215 Comment is too large: Line too long
15083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 218 JUnit 5 tests should be package-private.
15084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 218 The JUnit 5 test method name 'constructor_items_probability_BadProbabilityTest' doesn't match '[a-z][a-zA-Z0-9]*'
15085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 221 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 227 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 233 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 240 Comment is too large: Line too long
15089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 243 JUnit 5 tests should be package-private.
15090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 243 The JUnit 5 test method name 'constructor_items_probability_NumberOfBitsOverflowTest' doesn't match '[a-z][a-zA-Z0-9]*'
15091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 246 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 256 JUnit 5 tests should be package-private.
15093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 256 The JUnit 5 test method name 'constructor_items_probability_Test' doesn't match '[a-z][a-zA-Z0-9]*'
15094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 256 Unit tests should not contain more than 1 assert(s).
15095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 258 JUnit assertions should include a message
15096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 259 JUnit assertions should include a message
15097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 260 JUnit assertions should include a message
15098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 261 JUnit assertions should include a message
15099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 261 Number 0.000001 should separate every third digit with an underscore
15100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 261 Number 0.100375138 should separate every third digit with an underscore
15101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 265 Comment is too large: Line too long
15102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 268 JUnit 5 tests should be package-private.
15103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 268 The JUnit 5 test method name 'constructor_nm_noName' doesn't match '[a-z][a-zA-Z0-9]*'
15104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 271 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 271 The String literal "Should throw NullPointerException" appears 4 times in this file; the first occurrence is on line 271
15106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 272 Avoid catching NullPointerException; consider removing the cause of the NPE.
15107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 272 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 278 Comment is too large: Line too long
15109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 281 JUnit 5 tests should be package-private.
15110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 281 The JUnit 5 test method name 'constructor_nmk_noName' doesn't match '[a-z][a-zA-Z0-9]*'
15111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 284 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 285 Avoid catching NullPointerException; consider removing the cause of the NPE.
15113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 285 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 291 Comment is too large: Line too long
15115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 294 JUnit 5 tests should be package-private.
15116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 294 The JUnit 5 test method name 'constructor_np_noName' doesn't match '[a-z][a-zA-Z0-9]*'
15117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 297 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 298 Avoid catching NullPointerException; consider removing the cause of the NPE.
15119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 298 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 304 Comment is too large: Line too long
15121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 307 JUnit 5 tests should be package-private.
15122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 307 The JUnit 5 test method name 'constructor_pmk_noName' doesn't match '[a-z][a-zA-Z0-9]*'
15123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 310 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 311 Avoid catching NullPointerException; consider removing the cause of the NPE.
15125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 311 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 320 JUnit 5 tests should be package-private.
15127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 320 The JUnit 5 test method name 'constructor_probability_bits_hash_BadNumberOfBitsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 323 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 333 JUnit 5 tests should be package-private.
15130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 333 The JUnit 5 test method name 'constructor_probability_bits_hash_BadNumberOfHashFunctionsTest' doesn't match '[a-z][a-zA-Z0-9]*'
15131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 336 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 343 Comment is too large: Line too long
15133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 346 JUnit 5 tests should be package-private.
15134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 346 The JUnit 5 test method name 'constructor_probability_bits_hash_BadProbabilityTest' doesn't match '[a-z][a-zA-Z0-9]*'
15135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 350 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 358 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 366 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 374 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 382 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 389 Comment is too large: Line too long
15141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 393 JUnit 5 tests should be package-private.
15142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 393 The JUnit 5 test method name 'constructor_probability_bits_hashTest' doesn't match '[a-z][a-zA-Z0-9]*'
15143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 393 Unit tests should not contain more than 1 assert(s).
15144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 399 JUnit assertions should include a message
15145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 400 JUnit assertions should include a message
15146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 401 JUnit assertions should include a message
15147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 402 JUnit assertions should include a message
15148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 402 Number 0.000001 should separate every third digit with an underscore
15149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 402 Number 0.100375138 should separate every third digit with an underscore
15150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 409 JUnit 5 tests should be package-private.
15151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 409 Unit tests should not contain more than 1 assert(s).
15152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 411 JUnit assertions should include a message
15153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 412 JUnit assertions should include a message
15154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 418 Number 10000 should separate every third digit with an underscore
15155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 420 Avoid excessively long variable names like numberOfHashFunctions
15156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 421 JUnit assertions should include a message
15157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 464 JUnit 5 tests should be package-private.
15158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 464 Unit tests should not contain more than 1 assert(s).
15159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 465 Comment is too large: Line too long
15160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 467 The String literal "Name" appears 6 times in this file; the first occurrence is on line 467
15161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 467 The String literal "Provider" appears 7 times in this file; the first occurrence is on line 467
15162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 485 Avoid excessively long variable names like numberOfHashFunctions
15163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 487 JUnit assertions should include a message
15164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 491 Avoid instantiating new objects inside loops
15165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 492 JUnit assertions should include a message
15166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/ShapeTest.java 496 JUnit assertions should include a message
15167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 1 Comment is too large: Too many lines
15168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 34 Each class should declare at least one constructor
15169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 34 JUnit 5 tests should be package-private.
15170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 34 This class has too many methods, consider refactoring it.
15171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 36 Field comments are required
15172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
15173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 64 Field comments are required
15174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
15175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 92 Field comments are required
15176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 92 Found non-transient, non-static member. Please mark as transient or provide accessors.
15177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 104 Potential violation of Law of Demeter (object not created locally)
15178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 106 JUnit assertions should include a message
15179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 108 Potential violation of Law of Demeter (object not created locally)
15180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 112 Comment is too large: Line too long
15181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 116 JUnit 5 tests should be package-private.
15182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 116 The JUnit 5 test method name 'testConstructor_Hasher' doesn't match '[a-z][a-zA-Z0-9]*'
15183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 116 Unit tests should not contain more than 1 assert(s).
15184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 124 Potential violation of Law of Demeter (method chain calls)
15185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 136 JUnit assertions should include a message
15186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 137 JUnit assertions should include a message
15187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 139 JUnit assertions should include a message
15188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 139 Potential violation of Law of Demeter (object not created locally)
15189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 143 Comment is too large: Line too long
15190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 147 JUnit 5 tests should be package-private.
15191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 147 The JUnit 5 test method name 'testConstructor_Hasher_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
15192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 153 Potential violation of Law of Demeter (method chain calls)
15193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 164 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 164 The String literal "Should have thrown IllegalArgumentException" appears 5 times in this file; the first occurrence is on line 164
15195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 171 Comment is too large: Line too long
15196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 174 JUnit 5 tests should be package-private.
15197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 174 The JUnit 5 test method name 'testConstructor_Iterator' doesn't match '[a-z][a-zA-Z0-9]*'
15198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 174 Unit tests should not contain more than 1 assert(s).
15199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 177 Potential violation of Law of Demeter (method chain calls)
15200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 180 JUnit assertions should include a message
15201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 181 JUnit assertions should include a message
15202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 183 JUnit assertions should include a message
15203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 183 Potential violation of Law of Demeter (method chain calls)
15204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 184 JUnit assertions should include a message
15205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 184 Potential violation of Law of Demeter (method chain calls)
15206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 185 JUnit assertions should include a message
15207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 185 Potential violation of Law of Demeter (method chain calls)
15208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 186 JUnit assertions should include a message
15209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 186 Potential violation of Law of Demeter (method chain calls)
15210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 194 JUnit assertions should include a message
15211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 198 Comment is too large: Line too long
15212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 202 JUnit 5 tests should be package-private.
15213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 202 The JUnit 5 test method name 'testConstructor_Iterator_ValueTooBig' doesn't match '[a-z][a-zA-Z0-9]*'
15214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 205 Potential violation of Law of Demeter (method chain calls)
15215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 208 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 215 Comment is too large: Line too long
15217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 219 JUnit 5 tests should be package-private.
15218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 219 The JUnit 5 test method name 'testConstructor_Iterator_ValueTooSmall' doesn't match '[a-z][a-zA-Z0-9]*'
15219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 222 Potential violation of Law of Demeter (method chain calls)
15220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 225 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 232 Comment is too large: Line too long
15222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 235 JUnit 5 tests should be package-private.
15223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 235 The JUnit 5 test method name 'testConstructor_StaticHasher' doesn't match '[a-z][a-zA-Z0-9]*'
15224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 235 Unit tests should not contain more than 1 assert(s).
15225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 237 Potential violation of Law of Demeter (method chain calls)
15226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 241 JUnit assertions should include a message
15227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 250 JUnit 5 tests should be package-private.
15228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 250 The JUnit 5 test method name 'testConstructor_StaticHasher_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
15229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 252 Potential violation of Law of Demeter (method chain calls)
15230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 257 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 267 JUnit 5 tests should be package-private.
15232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 267 Unit tests should not contain more than 1 assert(s).
15233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 270 Potential violation of Law of Demeter (object not created locally)
15234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 271 JUnit assertions should include a message
15235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 274 JUnit assertions should include a message
15236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 275 JUnit assertions should include a message
15237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 277 JUnit assertions should include a message
15238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 277 Potential violation of Law of Demeter (object not created locally)
15239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 284 JUnit 5 tests should be package-private.
15240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 284 The JUnit 5 test method name 'testGetBits_DuplicateValues' doesn't match '[a-z][a-zA-Z0-9]*'
15241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 284 Unit tests should not contain more than 1 assert(s).
15242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 290 Potential violation of Law of Demeter (method chain calls)
15243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 294 JUnit assertions should include a message
15244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 295 JUnit assertions should include a message
15245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 297 JUnit assertions should include a message
15246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 297 Potential violation of Law of Demeter (object not created locally)
15247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 304 JUnit 5 tests should be package-private.
15248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 304 The JUnit 5 test method name 'testGetBits_WrongShape' doesn't match '[a-z][a-zA-Z0-9]*'
15249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 306 Potential violation of Law of Demeter (object not created locally)
15250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasherTest.java 310 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 1 Comment is too large: Too many lines
15252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 28 Each class should declare at least one constructor
15253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 34 JUnit 5 tests should be package-private.
15254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 34 Unit tests should not contain more than 1 assert(s).
15255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 35 Avoid variables with short names like hf
15256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 36 Potential violation of Law of Demeter (object not created locally)
15257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 37 JUnit assertions should include a message
15258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 37 Potential violation of Law of Demeter (object not created locally)
15259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 39 Potential violation of Law of Demeter (object not created locally)
15260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 40 JUnit assertions should include a message
15261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 41 JUnit assertions should include a message
15262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/AbstractHashFunctionTest.java 41 Potential violation of Law of Demeter (object not created locally)
15263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 1 Comment is too large: Too many lines
15264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 27 Each class should declare at least one constructor
15265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 27 JUnit 5 tests should be package-private.
15266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 33 JUnit 5 tests should be package-private.
15267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 33 Unit tests should not contain more than 1 assert(s).
15268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 35 Avoid variables with short names like l1
15269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 36 Avoid variables with short names like l2
15270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 39 Avoid variables with short names like l
15271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 40 JUnit assertions should include a message
15272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 42 JUnit assertions should include a message
15273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/MD5CyclicTest.java 44 JUnit assertions should include a message
15274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 1 Comment is too large: Too many lines
15275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 28 Each class should declare at least one constructor
15276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 28 JUnit 5 tests should be package-private.
15277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 34 JUnit 5 tests should be package-private.
15278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 34 Unit tests should not contain more than 1 assert(s).
15279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 37 Avoid variables with short names like l1
15280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 38 Avoid variables with short names like l2
15281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 42 Avoid variables with short names like l
15282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 43 JUnit assertions should include a message
15283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 45 JUnit assertions should include a message
15284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur128x64CyclicTest.java 47 JUnit assertions should include a message
15285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 1 Comment is too large: Too many lines
15286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 28 Each class should declare at least one constructor
15287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 28 JUnit 5 tests should be package-private.
15288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 34 JUnit 5 tests should be package-private.
15289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 34 Unit tests should not contain more than 1 assert(s).
15290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 40 Avoid variables with short names like l
15291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 41 JUnit assertions should include a message
15292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 41 Number 82674681 should separate every third digit with an underscore
15293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 43 JUnit assertions should include a message
15294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 43 Number 1475490736 should separate every third digit with an underscore
15295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 45 JUnit assertions should include a message
15296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/Murmur32x86IterativeTest.java 45 Number 1561435247 should separate every third digit with an underscore
15297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 1 Comment is too large: Too many lines
15298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 29 Each class should declare at least one constructor
15299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 29 JUnit 5 tests should be package-private.
15300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 35 JUnit 5 tests should be package-private.
15301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 35 Unit tests should not contain more than 1 assert(s).
15302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 41 Avoid variables with short names like l
15303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 43 JUnit assertions should include a message
15304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 47 Avoid instantiating new objects inside loops
15305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/function/ObjectsHashIterativeTest.java 47 JUnit assertions should include a message
15306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1 Comment is too large: Too many lines
15307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 41 Comment is too large: Too many lines
15308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 95 Comment is too large: Line too long
15309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 109 Comment is too large: Line too long
15310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 123 Avoid really long classes.
15311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 123 Possible God Class (WMC=142, ATFD=31, TCC=0.202%)
15312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 123 The class 'AbstractCollectionTest' has a total cyclomatic complexity of 142 (highest 11).
15313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 123 This class has too many methods, consider refactoring it.
15314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 162 Comment is too large: Too many lines
15315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 200 Comment is too large: Too many lines
15316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 242 The method 'verify()' has a cognitive complexity of 15, current threshold is 15
15317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 243 Potential violation of Law of Demeter (method chain calls)
15318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 245 Potential violation of Law of Demeter (method chain calls)
15319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 247 Potential violation of Law of Demeter (method chain calls)
15320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 247 Potential violation of Law of Demeter (method chain calls)
15321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 263 Potential violation of Law of Demeter (method chain calls)
15322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 275 Potential violation of Law of Demeter (method chain calls)
15323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 277 Avoid variables with short names like o
15324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 363 Avoid variables with short names like c
15325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 364 Potential violation of Law of Demeter (object not created locally)
15326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 374 Potential violation of Law of Demeter (method chain calls)
15327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 374 Potential violation of Law of Demeter (method chain calls)
15328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 377 Comment is too large: Too many lines
15329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 387 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 387
15330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 392 A method should have only one exit point, and that should be the last statement in the method
15331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 392 Avoid unnecessary casts
15332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 392 This usage of the Collection.toArray() method will throw a ClassCastException.
15333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 394 Potential violation of Law of Demeter (method chain calls)
15334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 397 Comment is too large: Too many lines
15335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 492 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 492 Unit tests should not contain more than 1 assert(s).
15337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 500 Avoid variables with short names like r
15338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 500 Potential violation of Law of Demeter (method chain calls)
15339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 501 Potential violation of Law of Demeter (method chain calls)
15340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 504 Potential violation of Law of Demeter (method chain calls)
15341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 510 Avoid variables with short names like r
15342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 510 Potential violation of Law of Demeter (method chain calls)
15343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 511 Potential violation of Law of Demeter (method chain calls)
15344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 516 Potential violation of Law of Demeter (method chain calls)
15345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 517 Potential violation of Law of Demeter (method chain calls)
15346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 524 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 524 Unit tests should not contain more than 1 assert(s).
15348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 531 Avoid variables with short names like r
15349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 531 Potential violation of Law of Demeter (method chain calls)
15350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 532 Potential violation of Law of Demeter (method chain calls)
15351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 536 Potential violation of Law of Demeter (method chain calls)
15352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 540 Potential violation of Law of Demeter (method chain calls)
15353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 542 Potential violation of Law of Demeter (method chain calls)
15354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 543 Potential violation of Law of Demeter (method chain calls)
15355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 548 Potential violation of Law of Demeter (method chain calls)
15356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 550 Potential violation of Law of Demeter (method chain calls)
15357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 553 Potential violation of Law of Demeter (method chain calls)
15358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 554 Potential violation of Law of Demeter (method chain calls)
15359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 555 Potential violation of Law of Demeter (method chain calls)
15360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 558 Potential violation of Law of Demeter (method chain calls)
15361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 560 Potential violation of Law of Demeter (method chain calls)
15362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 568 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 575 Potential violation of Law of Demeter (method chain calls)
15364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 577 Avoid empty catch blocks
15365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 585 Potential violation of Law of Demeter (method chain calls)
15366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 587 Avoid empty catch blocks
15367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 596 Potential violation of Law of Demeter (method chain calls)
15368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 598 Avoid empty catch blocks
15369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 606 Potential violation of Law of Demeter (method chain calls)
15370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 608 Avoid empty catch blocks
15371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 619 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 625 Potential violation of Law of Demeter (method chain calls)
15373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 629 Potential violation of Law of Demeter (method chain calls)
15374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 630 Potential violation of Law of Demeter (method chain calls)
15375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 637 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 637 Unit tests should not contain more than 1 assert(s).
15377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 643 Potential violation of Law of Demeter (method chain calls)
15378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 650 Potential violation of Law of Demeter (method chain calls)
15379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 659 Potential violation of Law of Demeter (method chain calls)
15380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 667 Potential violation of Law of Demeter (method chain calls)
15381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 674 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 674 Unit tests should not contain more than 1 assert(s).
15383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 678 Potential violation of Law of Demeter (method chain calls)
15384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 681 Potential violation of Law of Demeter (method chain calls)
15385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 686 Potential violation of Law of Demeter (method chain calls)
15386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 691 Potential violation of Law of Demeter (method chain calls)
15387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 695 Potential violation of Law of Demeter (method chain calls)
15388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 696 Potential violation of Law of Demeter (method chain calls)
15389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 697 Potential violation of Law of Demeter (method chain calls)
15390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 697 Potential violation of Law of Demeter (method chain calls)
15391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 698 Potential violation of Law of Demeter (method chain calls)
15392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 700 Potential violation of Law of Demeter (method chain calls)
15393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 701 Potential violation of Law of Demeter (method chain calls)
15394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 708 Potential violation of Law of Demeter (method chain calls)
15395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 717 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 717 Unit tests should not contain more than 1 assert(s).
15397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 719 Potential violation of Law of Demeter (method chain calls)
15398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 724 Potential violation of Law of Demeter (method chain calls)
15399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 732 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 732 Unit tests should not contain more than 1 assert(s).
15401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 734 Potential violation of Law of Demeter (method chain calls)
15402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 740 Avoid empty catch blocks
15403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 747 Potential violation of Law of Demeter (method chain calls)
15404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 748 Avoid unused local variables such as 'element'.
15405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 755 Potential violation of Law of Demeter (method chain calls)
15406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 756 Potential violation of Law of Demeter (method chain calls)
15407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 759 Potential violation of Law of Demeter (method chain calls)
15408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 765 Avoid empty catch blocks
15409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 775 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 776 Unit tests should not contain more than 1 assert(s).
15411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 783 Potential violation of Law of Demeter (method chain calls)
15412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 783 Potential violation of Law of Demeter (method chain calls)
15413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 785 Avoid empty catch blocks
15414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 791 Potential violation of Law of Demeter (method chain calls)
15415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 795 Avoid empty catch blocks
15416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 801 Potential violation of Law of Demeter (method chain calls)
15417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 802 Potential violation of Law of Demeter (method chain calls)
15418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 804 Avoid variables with short names like o
15419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 821 Potential violation of Law of Demeter (method chain calls)
15420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 827 Potential violation of Law of Demeter (method chain calls)
15421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 829 Potential violation of Law of Demeter (method chain calls)
15422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 832 Potential violation of Law of Demeter (method chain calls)
15423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 838 Avoid empty catch blocks
15424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 846 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 846 Unit tests should not contain more than 1 assert(s).
15426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 854 Potential violation of Law of Demeter (method chain calls)
15427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 862 Potential violation of Law of Demeter (method chain calls)
15428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 866 Potential violation of Law of Demeter (method chain calls)
15429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 870 Potential violation of Law of Demeter (method chain calls)
15430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 881 Potential violation of Law of Demeter (method chain calls)
15431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 885 Potential violation of Law of Demeter (method chain calls)
15432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 892 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 892 Unit tests should not contain more than 1 assert(s).
15434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 898 Potential violation of Law of Demeter (method chain calls)
15435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 905 Potential violation of Law of Demeter (method chain calls)
15436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 908 Potential violation of Law of Demeter (method chain calls)
15437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 917 Potential violation of Law of Demeter (method chain calls)
15438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 918 Potential violation of Law of Demeter (method chain calls)
15439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 919 Potential violation of Law of Demeter (method chain calls)
15440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 920 Potential violation of Law of Demeter (method chain calls)
15441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 920 Potential violation of Law of Demeter (method chain calls)
15442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 921 Potential violation of Law of Demeter (method chain calls)
15443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 922 Potential violation of Law of Demeter (method chain calls)
15444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 923 Potential violation of Law of Demeter (method chain calls)
15445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 926 Potential violation of Law of Demeter (method chain calls)
15446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 928 Potential violation of Law of Demeter (method chain calls)
15447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 936 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 936 Unit tests should not contain more than 1 assert(s).
15449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 942 Potential violation of Law of Demeter (method chain calls)
15450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 945 Potential violation of Law of Demeter (method chain calls)
15451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 949 Potential violation of Law of Demeter (method chain calls)
15452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 953 Potential violation of Law of Demeter (method chain calls)
15453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 954 Potential violation of Law of Demeter (method chain calls)
15454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 960 Potential violation of Law of Demeter (method chain calls)
15455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 961 Potential violation of Law of Demeter (object not created locally)
15456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 963 Potential violation of Law of Demeter (method chain calls)
15457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 968 Potential violation of Law of Demeter (method chain calls)
15458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 969 Potential violation of Law of Demeter (method chain calls)
15459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 972 Potential violation of Law of Demeter (method chain calls)
15460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 973 Potential violation of Law of Demeter (method chain calls)
15461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 979 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 979 Unit tests should not contain more than 1 assert(s).
15463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 988 Potential violation of Law of Demeter (method chain calls)
15464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 991 Potential violation of Law of Demeter (method chain calls)
15465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 996 Potential violation of Law of Demeter (method chain calls)
15466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 997 Potential violation of Law of Demeter (method chain calls)
15467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1001 Potential violation of Law of Demeter (method chain calls)
15468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1002 Potential violation of Law of Demeter (method chain calls)
15469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1006 Potential violation of Law of Demeter (method chain calls)
15470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1007 Potential violation of Law of Demeter (method chain calls)
15471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1009 Potential violation of Law of Demeter (method chain calls)
15472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1011 Avoid using Literals in Conditional Statements
15473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1011 Potential violation of Law of Demeter (method chain calls)
15474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1013 Potential violation of Law of Demeter (method chain calls)
15475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1013 The value assigned to variable 'size' is never used (overwritten on line 1028)
15476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1014 Potential violation of Law of Demeter (method chain calls)
15477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1015 Potential violation of Law of Demeter (method chain calls)
15478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1015 Potential violation of Law of Demeter (method chain calls)
15479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1017 Potential violation of Law of Demeter (method chain calls)
15480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1018 Potential violation of Law of Demeter (method chain calls)
15481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1022 Potential violation of Law of Demeter (method chain calls)
15482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1028 Potential violation of Law of Demeter (method chain calls)
15483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1030 Potential violation of Law of Demeter (method chain calls)
15484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1033 Potential violation of Law of Demeter (method chain calls)
15485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1039 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1039 Unit tests should not contain more than 1 assert(s).
15487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1041 Potential violation of Law of Demeter (method chain calls)
15488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1044 Potential violation of Law of Demeter (method chain calls)
15489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1050 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1050 Unit tests should not contain more than 1 assert(s).
15491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1053 Potential violation of Law of Demeter (method chain calls)
15492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1053 Potential violation of Law of Demeter (method chain calls)
15493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1056 Potential violation of Law of Demeter (method chain calls)
15494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1058 Potential violation of Law of Demeter (method chain calls)
15495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1059 Potential violation of Law of Demeter (method chain calls)
15496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1066 Potential violation of Law of Demeter (method chain calls)
15497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1094 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1094 Unit tests should not contain more than 1 assert(s).
15499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1096 Array initialization can be written shorter
15500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1096 Avoid variables with short names like a
15501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1097 Potential violation of Law of Demeter (method chain calls)
15502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1104 The value assigned to variable 'array' is never used (overwritten on lines 1113 and 1120)
15503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1106 Avoid empty catch blocks
15504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1113 The value assigned to variable 'array' is never used (overwritten on line 1120)
15505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1115 Avoid catching NullPointerException; consider removing the cause of the NPE.
15506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1115 Avoid empty catch blocks
15508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1121 Potential violation of Law of Demeter (method chain calls)
15509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1131 Avoid using Literals in Conditional Statements
15510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1135 Avoid variables with short names like cl
15511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1135 Potential violation of Law of Demeter (method chain calls)
15512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1140 Potential violation of Law of Demeter (method chain calls)
15513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1142 Potential violation of Law of Demeter (object not created locally)
15514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1142 Potential violation of Law of Demeter (object not created locally)
15515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1145 Potential violation of Law of Demeter (method chain calls)
15516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1152 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1152 Unit tests should not contain more than 1 assert(s).
15518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1154 Potential violation of Law of Demeter (method chain calls)
15519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1157 Potential violation of Law of Demeter (method chain calls)
15520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1164 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1171 Potential violation of Law of Demeter (method chain calls)
15522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1173 Avoid empty catch blocks
15523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1179 Potential violation of Law of Demeter (method chain calls)
15524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1181 Avoid empty catch blocks
15525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1187 Potential violation of Law of Demeter (method chain calls)
15526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1189 Avoid empty catch blocks
15527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1195 Potential violation of Law of Demeter (method chain calls)
15528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1197 Avoid empty catch blocks
15529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1203 Potential violation of Law of Demeter (method chain calls)
15530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1205 Avoid empty catch blocks
15531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1212 Potential violation of Law of Demeter (method chain calls)
15532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1216 Avoid empty catch blocks
15533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1226 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1226 The method 'testCollectionIteratorFailFast()' has a cyclomatic complexity of 11.
15535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1226 The method 'testCollectionIteratorFailFast()' has an NPath complexity of 640, current threshold is 200
15536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1228 A method should have only one exit point, and that should be the last statement in the method
15537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1234 Potential violation of Law of Demeter (method chain calls)
15538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1235 Avoid variables with short names like o
15539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1236 Potential violation of Law of Demeter (method chain calls)
15540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1237 Potential violation of Law of Demeter (method chain calls)
15541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1240 Avoid empty catch blocks
15542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1247 Potential violation of Law of Demeter (method chain calls)
15543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1248 Potential violation of Law of Demeter (method chain calls)
15544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1249 Potential violation of Law of Demeter (method chain calls)
15545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1252 Avoid empty catch blocks
15546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1264 Potential violation of Law of Demeter (method chain calls)
15547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1265 Potential violation of Law of Demeter (method chain calls)
15548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1268 Avoid empty catch blocks
15549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1275 Potential violation of Law of Demeter (method chain calls)
15550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1276 Potential violation of Law of Demeter (method chain calls)
15551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1279 Avoid empty catch blocks
15552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1285 Potential violation of Law of Demeter (method chain calls)
15553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1286 Potential violation of Law of Demeter (method chain calls)
15554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1289 Avoid empty catch blocks
15555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1295 Potential violation of Law of Demeter (method chain calls)
15556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1296 Potential violation of Law of Demeter (method chain calls)
15557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1297 Potential violation of Law of Demeter (method chain calls)
15558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1300 Avoid empty catch blocks
15559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1306 Potential violation of Law of Demeter (method chain calls)
15560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1307 Potential violation of Law of Demeter (method chain calls)
15561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1308 Potential violation of Law of Demeter (method chain calls)
15562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1311 Avoid empty catch blocks
15563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1316 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1317 Unit tests should not contain more than 1 assert(s).
15565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1325 Avoid variables with short names like in
15566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1339 Avoid variables with short names like in
15567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1380 Avoid catching NullPointerException; consider removing the cause of the NPE.
15568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1380 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1380 Avoid empty catch blocks
15570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1386 Comment is too large: Line too long
15571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1393 Avoid catching NullPointerException; consider removing the cause of the NPE.
15572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1393 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1393 Avoid empty catch blocks
15574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1406 Avoid catching NullPointerException; consider removing the cause of the NPE.
15575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1406 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1406 Avoid empty catch blocks
15577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1419 Avoid catching NullPointerException; consider removing the cause of the NPE.
15578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1419 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/AbstractCollectionTest.java 1419 Avoid empty catch blocks
15580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 1 Comment is too large: Too many lines
15581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 35 This class has too many methods, consider refactoring it.
15582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 37 Avoid variables with short names like c
15583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 37 Field comments are required
15584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
15585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 39 Field comments are required
15586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
15587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 41 Field comments are required
15588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
15589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 43 Public method and constructor comments are required
15590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 53 The String literal "unchecked" appears 16 times in this file; the first occurrence is on line 53
15591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 91 Avoid excessively long variable names like compositeCollection
15592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 94 Avoid instantiating new objects inside loops
15593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 109 Protected method constructor comments are required
15594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 141 Protected method constructor comments are required
15595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 147 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 148 Public method and constructor comments are required
15597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 148 Unit tests should not contain more than 1 assert(s).
15598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 177 The String literal "foo" appears 6 times in this file; the first occurrence is on line 177
15599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 179 JUnit assertions should include a message
15600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 180 JUnit assertions should include a message
15601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 183 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 184 Public method and constructor comments are required
15603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 184 Unit tests should not contain more than 1 assert(s).
15604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 190 JUnit assertions should include a message
15605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 191 JUnit assertions should include a message
15606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 194 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 195 Public method and constructor comments are required
15608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 195 Unit tests should not contain more than 1 assert(s).
15609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 225 JUnit assertions should include a message
15610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 226 JUnit assertions should include a message
15611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 230 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 231 Public method and constructor comments are required
15613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 231 Unit tests should not contain more than 1 assert(s).
15614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 237 JUnit assertions should include a message
15615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 238 JUnit assertions should include a message
15616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 239 JUnit assertions should include a message
15617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 242 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 243 Public method and constructor comments are required
15619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 243 Unit tests should not contain more than 1 assert(s).
15620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 248 JUnit assertions should include a message
15621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 249 JUnit assertions should include a message
15622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 252 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 252 Public method and constructor comments are required
15624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 254 Avoid variables with short names like cc
15625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 259 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 259 Public method and constructor comments are required
15627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 261 Avoid variables with short names like cc
15628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 266 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 266 Public method and constructor comments are required
15630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 268 Avoid variables with short names like cc
15631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 273 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 274 Public method and constructor comments are required
15633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 274 Unit tests should not contain more than 1 assert(s).
15634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 276 JUnit assertions should include a message
15635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 279 JUnit assertions should include a message
15636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 281 JUnit assertions should include a message
15637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 284 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 285 Public method and constructor comments are required
15639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 285 Unit tests should not contain more than 1 assert(s).
15640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 291 Avoid variables with short names like i
15641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 293 JUnit assertions should include a message
15642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 294 JUnit assertions should include a message
15643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 297 JUnit assertions should include a message
15644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 298 JUnit assertions should include a message
15645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 301 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 302 Public method and constructor comments are required
15647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 311 JUnit assertions should include a message
15648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 314 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 315 Public method and constructor comments are required
15650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 315 Unit tests should not contain more than 1 assert(s).
15651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 322 JUnit assertions should include a message
15652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 323 JUnit assertions should include a message
15653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 324 JUnit assertions should include a message
15654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 327 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 328 Public method and constructor comments are required
15656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 328 Unit tests should not contain more than 1 assert(s).
15657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 337 JUnit assertions should include a message
15658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 338 JUnit assertions should include a message
15659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 339 JUnit assertions should include a message
15660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 341 JUnit assertions should include a message
15661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 342 JUnit assertions should include a message
15662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 343 JUnit assertions should include a message
15663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 349 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 350 Unit tests should not contain more than 1 assert(s).
15665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 359 JUnit assertions should include a message
15666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 360 JUnit assertions should include a message
15667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 361 JUnit assertions should include a message
15668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 363 JUnit assertions should include a message
15669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 364 JUnit assertions should include a message
15670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 365 JUnit assertions should include a message
15671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 368 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 369 Public method and constructor comments are required
15673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 369 Unit tests should not contain more than 1 assert(s).
15674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 376 JUnit assertions should include a message
15675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 377 JUnit assertions should include a message
15676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 380 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 381 Public method and constructor comments are required
15678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 381 Unit tests should not contain more than 1 assert(s).
15679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 388 JUnit assertions should include a message
15680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 389 JUnit assertions should include a message
15681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 390 JUnit assertions should include a message
15682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 391 JUnit assertions should include a message
15683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 393 JUnit assertions should include a message
15684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 394 JUnit assertions should include a message
15685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 395 JUnit assertions should include a message
15686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 396 JUnit assertions should include a message
15687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 399 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 400 Public method and constructor comments are required
15689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 406 JUnit assertions should include a message
15690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 409 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 410 Public method and constructor comments are required
15692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 410 Unit tests should not contain more than 1 assert(s).
15693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 416 JUnit assertions should include a message
15694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 416 Potential violation of Law of Demeter (object not created locally)
15695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 417 JUnit assertions should include a message
15696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 417 Potential violation of Law of Demeter (object not created locally)
15697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 419 JUnit assertions should include a message
15698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 419 Potential violation of Law of Demeter (object not created locally)
15699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 426 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 430 Potential violation of Law of Demeter (method chain calls)
15701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 432 Avoid empty catch blocks
15702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 440 Comment is too large: Line too long
15703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java 442 Comment is too large: Line too long
15704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 1 Comment is too large: Too many lines
15705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 35 This class has too many methods, consider refactoring it.
15706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 37 Public method and constructor comments are required
15707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 43 Protected method constructor comments are required
15708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 47 Protected method constructor comments are required
15709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 51 Class comments are required
15710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 82 Unnecessary use of fully qualified name 'Arrays.asList' due to existing static import 'java.util.Arrays.asList'
15711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 87 Unnecessary use of fully qualified name 'Arrays.asList' due to existing static import 'java.util.Arrays.asList'
15712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 90 Public method and constructor comments are required
15713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 94 Public method and constructor comments are required
15714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 106 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 106 Public method and constructor comments are required
15716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 106 Unit tests should not contain more than 1 assert(s).
15717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 108 Potential violation of Law of Demeter (object not created locally)
15718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 109 Potential violation of Law of Demeter (object not created locally)
15719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 110 Potential violation of Law of Demeter (object not created locally)
15720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 111 Potential violation of Law of Demeter (object not created locally)
15721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 115 Potential violation of Law of Demeter (object not created locally)
15722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 116 Potential violation of Law of Demeter (object not created locally)
15723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 117 Potential violation of Law of Demeter (object not created locally)
15724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 118 Potential violation of Law of Demeter (object not created locally)
15725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 119 Potential violation of Law of Demeter (object not created locally)
15726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 120 Potential violation of Law of Demeter (object not created locally)
15727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 123 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 123 Public method and constructor comments are required
15729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 126 Potential violation of Law of Demeter (object not created locally)
15730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 130 Avoid empty catch blocks
15731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 135 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 135 Public method and constructor comments are required
15733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 135 Unit tests should not contain more than 1 assert(s).
15734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 139 Potential violation of Law of Demeter (object not created locally)
15735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 140 Potential violation of Law of Demeter (object not created locally)
15736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 141 Potential violation of Law of Demeter (object not created locally)
15737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 144 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 144 Public method and constructor comments are required
15739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 144 Unit tests should not contain more than 1 assert(s).
15740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 152 Potential violation of Law of Demeter (object not created locally)
15741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 153 Potential violation of Law of Demeter (object not created locally)
15742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 154 Potential violation of Law of Demeter (object not created locally)
15743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 156 Potential violation of Law of Demeter (object not created locally)
15744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 158 Potential violation of Law of Demeter (object not created locally)
15745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 159 Potential violation of Law of Demeter (object not created locally)
15746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java 160 Potential violation of Law of Demeter (object not created locally)
15747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 1 Comment is too large: Too many lines
15748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 38 Each class should declare at least one constructor
15749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 38 JUnit 5 tests should be package-private.
15750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 44 JUnit 5 tests should be package-private.
15751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 47 JUnit assertions should include a message
15752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 47 Potential violation of Law of Demeter (method chain calls)
15753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 54 JUnit 5 tests should be package-private.
15754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 54 Unit tests should not contain more than 1 assert(s).
15755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 57 JUnit assertions should include a message
15756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 57 Potential violation of Law of Demeter (method chain calls)
15757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 59 JUnit assertions should include a message
15758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 59 Potential violation of Law of Demeter (method chain calls)
15759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 66 JUnit 5 tests should be package-private.
15760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 69 JUnit assertions should include a message
15761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 69 Potential violation of Law of Demeter (method chain calls)
15762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 73 JUnit 5 tests should be package-private.
15763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 73 JUnit tests should include assert() or fail()
15764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 73 Public method and constructor comments are required
15765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 92 JUnit assertions should include a message
15766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 95 JUnit assertions should include a message
15767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 102 JUnit 5 tests should be package-private.
15768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 102 JUnit tests should include assert() or fail()
15769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 102 Public method and constructor comments are required
15770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 103 Avoid variables with short names like p
15771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 124 JUnit assertions should include a message
15772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 126 JUnit assertions should include a message
15773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 129 JUnit assertions should include a message
15774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionBuilderTest.java 132 Class comments are required
15775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 1 Comment is too large: Too many lines
15776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 35 Public method and constructor comments are required
15777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 40 Field comments are required
15778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 40 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
15780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 42 Protected method constructor comments are required
15781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 74 Field comments are required
15782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 74 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 74 Found non-transient, non-static member. Please mark as transient or provide accessors.
15784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 77 Public method and constructor comments are required
15785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 82 Public method and constructor comments are required
15787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 83 Avoid variables with short names like c
15788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 84 Avoid variables with short names like i
15789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 88 Avoid empty catch blocks
15790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 91 Potential violation of Law of Demeter (object not created locally)
15791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 91 The String literal "Collection shouldn't contain illegal element" appears 5 times in this file; the first occurrence is on line 91
15792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 94 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 95 Public method and constructor comments are required
15794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 95 Unit tests should not contain more than 1 assert(s).
15795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 96 Avoid variables with short names like c
15796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 105 Avoid empty catch blocks
15797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 108 Potential violation of Law of Demeter (object not created locally)
15798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 109 Potential violation of Law of Demeter (object not created locally)
15799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 110 Potential violation of Law of Demeter (object not created locally)
15800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 111 Potential violation of Law of Demeter (object not created locally)
15801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 121 Comment is too large: Line too long
15802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/PredicatedCollectionTest.java 123 Comment is too large: Line too long
15803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/SynchronizedCollectionTest.java 1 Comment is too large: Too many lines
15804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/SynchronizedCollectionTest.java 31 Public method and constructor comments are required
15805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/SynchronizedCollectionTest.java 57 Comment is too large: Line too long
15806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/SynchronizedCollectionTest.java 59 Comment is too large: Line too long
15807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 1 Comment is too large: Too many lines
15808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 29 Comment is too large: Line too long
15809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 36 Class comments are required
15810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 43 Class comments are required
15811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 46 When doing a String.toLowerCase()/toUpperCase() call, use a Locale
15812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 50 Field comments are required
15813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 50 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 51 Avoid excessively long variable names like STRING_TO_INTEGER_TRANSFORMER
15815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 51 Field comments are required
15816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 51 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 52 Avoid excessively long variable names like TO_LOWER_CASE_TRANSFORMER
15818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 52 Field comments are required
15819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 52 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 54 Public method and constructor comments are required
15821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 89 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 89 Public method and constructor comments are required
15823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 89 Unit tests should not contain more than 1 assert(s).
15824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 103 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 103 Public method and constructor comments are required
15826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 103 The instance method name 'testTransformedCollection_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
15827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 103 Unit tests should not contain more than 1 assert(s).
15828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 104 Avoid excessively long variable names like originalCollection
15829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 108 Potential violation of Law of Demeter (object not created locally)
15830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 114 Potential violation of Law of Demeter (object not created locally)
15831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 115 Potential violation of Law of Demeter (object not created locally)
15832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 125 Comment is too large: Line too long
15833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/TransformedCollectionTest.java 127 Comment is too large: Line too long
15834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 1 Comment is too large: Too many lines
15835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 34 Public method and constructor comments are required
15836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 82 Public method and constructor comments are required
15838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 82 Unit tests should not contain more than 1 assert(s).
15839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 87 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 87 Public method and constructor comments are required
15841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 94 Avoid catching NullPointerException; consider removing the cause of the NPE.
15842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableBoundedCollectionTest.java 94 Avoid empty catch blocks
15844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 1 Comment is too large: Too many lines
15845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 34 Public method and constructor comments are required
15846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 70 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 70 Public method and constructor comments are required
15848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 70 Unit tests should not contain more than 1 assert(s).
15849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
15850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 75 Public method and constructor comments are required
15851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 82 Avoid catching NullPointerException; consider removing the cause of the NPE.
15852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 82 Avoid empty catch blocks
15854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 93 Comment is too large: Line too long
15855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/collection/UnmodifiableCollectionTest.java 95 Comment is too large: Line too long
15856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 1 Comment is too large: Too many lines
15857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 36 This class has too many methods, consider refactoring it.
15858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 162 Public method and constructor comments are required
15859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 165 Potential violation of Law of Demeter (method chain calls)
15860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 166 Potential violation of Law of Demeter (object not created locally)
15861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 166 Potential violation of Law of Demeter (object not created locally)
15862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 166 String.indexOf(char) is faster than String.indexOf(String).
15863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 167 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
15864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 168 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
15865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 169 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
15866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractComparatorTest.java 189 Avoid excessively long variable names like autoCreateSerialized
15867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java 1 Comment is too large: Too many lines
15868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java 32 Public method and constructor comments are required
15869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java 36 JUnit 4 indicates test suites via annotations, not the suite method.
15870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java 36 Public method and constructor comments are required
15871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java 48 Public method and constructor comments are required
15872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java 80 Comment is too large: Line too long
15873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java 90 Public method and constructor comments are required
15874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/AbstractNullComparatorTest.java 122 Comment is too large: Line too long
15875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 1 Comment is too large: Too many lines
15876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 38 Public method and constructor comments are required
15877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 62 Comment is too large: Line too long
15878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 69 JUnit tests should include assert() or fail()
15879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 69 Public method and constructor comments are required
15880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 77 JUnit tests should include assert() or fail()
15881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 77 Public method and constructor comments are required
15882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 85 Public method and constructor comments are required
15883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 85 Unit tests should not contain more than 1 assert(s).
15884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 86 JUnit assertions should include a message
15885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 87 JUnit assertions should include a message
15886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 88 JUnit assertions should include a message
15887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 89 JUnit assertions should include a message
15888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 91 JUnit assertions should include a message
15889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 92 JUnit assertions should include a message
15890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 93 JUnit assertions should include a message
15891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 102 Protected method constructor comments are required
15892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 111 Protected method constructor comments are required
15893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 112 JUnit assertions should include a message
15894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 113 JUnit assertions should include a message
15895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 114 JUnit assertions should include a message
15896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 115 JUnit assertions should include a message
15897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 116 JUnit assertions should include a message
15898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 119 Protected method constructor comments are required
15899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 120 JUnit assertions should include a message
15900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 121 JUnit assertions should include a message
15901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 122 JUnit assertions should include a message
15902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 123 JUnit assertions should include a message
15903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 124 JUnit assertions should include a message
15904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 127 Protected method constructor comments are required
15905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 131 Protected method constructor comments are required
15906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 132 JUnit assertions should include a message
15907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 135 The String literal "Expected NullPointerException" appears 5 times in this file; the first occurrence is on line 135
15908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 136 Avoid catching NullPointerException; consider removing the cause of the NPE.
15909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 136 Avoid empty catch blocks
15911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 142 Avoid catching NullPointerException; consider removing the cause of the NPE.
15912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 142 Avoid empty catch blocks
15914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 148 Avoid catching NullPointerException; consider removing the cause of the NPE.
15915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 148 Avoid empty catch blocks
15917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 154 Avoid catching NullPointerException; consider removing the cause of the NPE.
15918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 154 Avoid empty catch blocks
15920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 160 Avoid catching NullPointerException; consider removing the cause of the NPE.
15921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/BooleanComparatorTest.java 160 Avoid empty catch blocks
15923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparableComparatorTest.java 1 Comment is too large: Too many lines
15924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparableComparatorTest.java 31 Public method and constructor comments are required
15925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparableComparatorTest.java 57 Comment is too large: Line too long
15926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 1 Comment is too large: Too many lines
15927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 33 Public method and constructor comments are required
15928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 51 Comment is too large: Line too long
15929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 55 Public method and constructor comments are required
15930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 57 Avoid variables with short names like i1
15931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 58 Avoid variables with short names like i2
15932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 61 Potential violation of Law of Demeter (object not created locally)
15933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 66 Public method and constructor comments are required
15934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 68 Avoid variables with short names like i1
15935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 69 Avoid variables with short names like i2
15936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 72 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 73 Avoid empty catch blocks
15938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 78 Public method and constructor comments are required
15939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 82 Avoid variables with short names like i1
15940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 83 Avoid variables with short names like i2
15941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 85 Potential violation of Law of Demeter (object not created locally)
15942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 90 Public method and constructor comments are required
15943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 93 Avoid variables with short names like i1
15944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 94 Avoid variables with short names like i2
15945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 97 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 98 Avoid empty catch blocks
15947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 103 Public method and constructor comments are required
15948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 103 Unit tests should not contain more than 1 assert(s).
15949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 118 JUnit assertions should include a message
15950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 119 JUnit assertions should include a message
15951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 120 JUnit assertions should include a message
15952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 132 Class comments are required
15953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 138 Field comments are required
15954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 138 Found non-transient, non-static member. Please mark as transient or provide accessors.
15955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 140 Public method and constructor comments are required
15956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 146 Public method and constructor comments are required
15957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 156 Avoid variables with short names like o
15958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 156 Ensure you override both equals() and hashCode()
15959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 158 A method should have only one exit point, and that should be the last statement in the method
15960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 163 Potential violation of Law of Demeter (object not created locally)
15961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 163 Potential violation of Law of Demeter (object not created locally)
15962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 163 Potential violation of Law of Demeter (object not created locally)
15963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 167 Class comments are required
15964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 170 Avoid using redundant field initializer for 'colIndex'
15965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 170 Field comments are required
15966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 170 Found non-transient, non-static member. Please mark as transient or provide accessors.
15967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 170 The field initializer for 'colIndex' is never used (overwritten on line 173)
15968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 172 Public method and constructor comments are required
15969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 177 Avoid variables with short names like o1
15970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ComparatorChainTest.java 177 Avoid variables with short names like o2
15971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 1 Comment is too large: Too many lines
15972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 36 Array initialization can be written shorter
15973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 36 The constant name 'topCities' doesn't match '[A-Z][A-Z_0-9]*'
15974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 41 The String literal "New York" appears 11 times in this file; the first occurrence is on line 41
15975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 53 Public method and constructor comments are required
15976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 77 Comment is too large: Line too long
15977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 101 Unit tests should not contain more than 1 assert(s).
15978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 115 Unit tests should not contain more than 1 assert(s).
15979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 129 Unit tests should not contain more than 1 assert(s).
15980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 131 The String literal "Minneapolis" appears 16 times in this file; the first occurrence is on line 131
15981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 132 JUnit assertions should include a message
15982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 133 JUnit assertions should include a message
15983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 134 JUnit assertions should include a message
15984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 141 Unit tests should not contain more than 1 assert(s).
15985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 143 JUnit assertions should include a message
15986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 145 JUnit assertions should include a message
15987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 148 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 149 Avoid empty catch blocks
15989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 155 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 156 Avoid empty catch blocks
15991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 162 Public method and constructor comments are required
15992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 162 Unit tests should not contain more than 1 assert(s).
15993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 166 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 167 Avoid empty catch blocks
15995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 172 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
15996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 173 Avoid empty catch blocks
15997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 176 JUnit assertions should include a message
15998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 180 JUnit assertions should include a message
15999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 185 JUnit assertions should include a message
16000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 186 JUnit assertions should include a message
16001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 187 JUnit assertions should include a message
16002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 195 JUnit assertions should include a message
16003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 196 JUnit assertions should include a message
16004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 197 JUnit assertions should include a message
16005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 221 Avoid variables with short names like j
16006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java 240 JUnit assertions should include a message
16007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ReverseComparatorTest.java 1 Comment is too large: Too many lines
16008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ReverseComparatorTest.java 36 Public method and constructor comments are required
16009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ReverseComparatorTest.java 40 Comment is too large: Too many lines
16010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ReverseComparatorTest.java 61 Comment is too large: Line too long
16011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/ReverseComparatorTest.java 90 Avoid variables with short names like in
16012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 1 Comment is too large: Too many lines
16013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 37 Public method and constructor comments are required
16014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 63 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 63 Public method and constructor comments are required
16016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 63 Unit tests should not contain more than 1 assert(s).
16017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 64 Avoid variables with short names like t1
16018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 70 Ternary operators that can be simplified with || or &&
16019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 74 Ternary operators that can be simplified with || or &&
16020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/comparators/TransformingComparatorTest.java 83 Comment is too large: Line too long
16021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 1 Comment is too large: Too many lines
16022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 38 Comment is too large: Line too long
16023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 45 Comment is too large: Line too long
16024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 50 JUnit 5 tests should be package-private.
16025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 57 Comment is too large: Line too long
16026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 62 JUnit 5 tests should be package-private.
16027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 70 Comment is too large: Line too long
16028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 75 JUnit assertions should include a message
16029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 75 Potential violation of Law of Demeter (method chain calls)
16030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 76 JUnit assertions should include a message
16031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractAnyAllOnePredicateTest.java 76 Potential violation of Law of Demeter (method chain calls)
16032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractClosureTest.java 1 Comment is too large: Too many lines
16033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractClosureTest.java 24 Class comments are required
16034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractClosureTest.java 24 Each class should declare at least one constructor
16035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractClosureTest.java 27 A method/constructor should not explicitly throw java.lang.Exception
16036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractClosureTest.java 27 JUnit 5 tests should be package-private.
16037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractClosureTest.java 27 Public method and constructor comments are required
16038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractClosureTest.java 29 JUnit assertions should include a message
16039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 1 Comment is too large: Too many lines
16040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 40 Comment is too large: Line too long
16041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 67 Comment is too large: Line too long
16042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 81 Comment is too large: Line too long
16043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 91 Comment is too large: Line too long
16044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 94 Probable detached JUnit test case.
16045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 105 JUnit 5 tests should be package-private.
16046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 114 JUnit 5 tests should be package-private.
16047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 123 JUnit 5 tests should be package-private.
16048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 132 JUnit 5 tests should be package-private.
16049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 137 Comment is too large: Line too long
16050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java 140 JUnit 5 tests should be package-private.
16051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractMockPredicateTest.java 1 Comment is too large: Too many lines
16052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractMockPredicateTest.java 30 Comment is too large: Line too long
16053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractMockPredicateTest.java 35 This abstract class does not have any abstract methods
16054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractMockPredicateTest.java 37 Comment is too large: Line too long
16055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractMockPredicateTest.java 39 Avoid excessively long variable names like mockPredicatesToVerify
16056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractMockPredicateTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
16057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractMockPredicateTest.java 85 Comment is too large: Line too long
16058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractMockPredicateTest.java 93 Potential violation of Law of Demeter (method chain calls)
16059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 1 Comment is too large: Too many lines
16060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 24 Class comments are required
16061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 24 Each class should declare at least one constructor
16062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 26 Field comments are required
16063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
16064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 27 Field comments are required
16065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
16066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 28 Field comments are required
16067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
16068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 31 A method/constructor should not explicitly throw java.lang.Exception
16069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 31 Public method and constructor comments are required
16070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 38 A method/constructor should not explicitly throw java.lang.Exception
16071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 38 JUnit 5 tests should be package-private.
16072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 38 Public method and constructor comments are required
16073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 48 Protected method constructor comments are required
16074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AbstractPredicateTest.java 52 Protected method constructor comments are required
16075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 1 Comment is too large: Too many lines
16076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 35 JUnit 5 tests should be package-private.
16077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 49 Unnecessary use of fully qualified name 'AllPredicate.allPredicate' due to existing static import 'org.apache.commons.collections4.functors.AllPredicate.allPredicate'
16078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 57 Unnecessary use of fully qualified name 'AllPredicate.allPredicate' due to existing static import 'org.apache.commons.collections4.functors.AllPredicate.allPredicate'
16079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 65 JUnit 5 tests should be package-private.
16080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 73 JUnit 5 tests should be package-private.
16081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 76 Potential violation of Law of Demeter (object not created locally)
16082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 84 JUnit 5 tests should be package-private.
16083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 85 Comment is too large: Line too long
16084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 89 Potential violation of Law of Demeter (method chain calls)
16085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 97 JUnit 5 tests should be package-private.
16086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 98 Comment is too large: Line too long
16087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 101 Potential violation of Law of Demeter (method chain calls)
16088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 109 JUnit 5 tests should be package-private.
16089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 109 Unit tests should not contain more than 1 assert(s).
16090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 110 Potential violation of Law of Demeter (method chain calls)
16091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 112 Potential violation of Law of Demeter (method chain calls)
16092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 117 Comment is too large: Line too long
16093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 121 JUnit 5 tests should be package-private.
16094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 121 Unit tests should not contain more than 1 assert(s).
16095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 122 Potential violation of Law of Demeter (method chain calls)
16096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 123 The String literal "false predicate evaluated to true" appears 5 times in this file; the first occurrence is on line 123
16097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 124 Potential violation of Law of Demeter (method chain calls)
16098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 126 Potential violation of Law of Demeter (method chain calls)
16099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 128 Potential violation of Law of Demeter (method chain calls)
16100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/AllPredicateTest.java 130 Potential violation of Law of Demeter (method chain calls)
16101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 1 Comment is too large: Too many lines
16102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 28 Class comments are required
16103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 28 Each class should declare at least one constructor
16104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 28 JUnit 5 tests should be package-private.
16105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 45 Avoid throwing null pointer exceptions.
16106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 54 Document empty method body
16107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 65 JUnit 5 tests should be package-private.
16108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 65 Public method and constructor comments are required
16109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 65 Unit tests should not contain more than 1 assert(s).
16110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 70 JUnit assertions should include a message
16112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 76 JUnit assertions should include a message
16113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 78 JUnit assertions should include a message
16114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 80 JUnit assertions should include a message
16116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 86 JUnit assertions should include a message
16117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 88 JUnit assertions should include a message
16118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 90 An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type.
16120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/CatchAndRethrowClosureTest.java 90 JUnit assertions should include a message
16121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 1 Comment is too large: Too many lines
16122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 19 Unused import 'org.apache.commons.collections4.functors.ComparatorPredicate.*'
16123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 27 Class comments are required
16124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 27 Each class should declare at least one constructor
16125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 28 Class comments are required
16126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 28 Each class should declare at least one constructor
16127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 36 Public method and constructor comments are required
16128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 36 Unit tests should not contain more than 1 assert(s).
16129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 38 Avoid variables with short names like p
16130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 39 Potential violation of Law of Demeter (object not created locally)
16131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 40 Potential violation of Law of Demeter (object not created locally)
16132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 41 Potential violation of Law of Demeter (object not created locally)
16133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 45 Public method and constructor comments are required
16134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 45 Unit tests should not contain more than 1 assert(s).
16135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 47 Avoid variables with short names like p
16136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 48 Potential violation of Law of Demeter (object not created locally)
16137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 49 Potential violation of Law of Demeter (object not created locally)
16138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 50 Potential violation of Law of Demeter (object not created locally)
16139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 54 Public method and constructor comments are required
16140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 54 Unit tests should not contain more than 1 assert(s).
16141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 56 Avoid variables with short names like p
16142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 57 Potential violation of Law of Demeter (object not created locally)
16143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 58 Potential violation of Law of Demeter (object not created locally)
16144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 59 Potential violation of Law of Demeter (object not created locally)
16145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 63 Public method and constructor comments are required
16146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 63 Unit tests should not contain more than 1 assert(s).
16147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 65 Avoid variables with short names like p
16148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 66 Potential violation of Law of Demeter (object not created locally)
16149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 67 Potential violation of Law of Demeter (object not created locally)
16150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 68 Potential violation of Law of Demeter (object not created locally)
16151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 72 Public method and constructor comments are required
16152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 72 Unit tests should not contain more than 1 assert(s).
16153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 74 Avoid variables with short names like p
16154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 75 Potential violation of Law of Demeter (object not created locally)
16155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 76 Potential violation of Law of Demeter (object not created locally)
16156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/ComparatorPredicateTest.java 77 Potential violation of Law of Demeter (object not created locally)
16157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 1 Comment is too large: Too many lines
16158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 27 Class comments are required
16159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 27 Each class should declare at least one constructor
16160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 27 JUnit 5 tests should be package-private.
16161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 28 Field comments are required
16162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 29 Field comments are required
16163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 37 JUnit 5 tests should be package-private.
16164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 37 Public method and constructor comments are required
16165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 38 JUnit assertions should include a message
16166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 42 A method/constructor should not explicitly throw java.lang.Exception
16167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 42 JUnit 5 tests should be package-private.
16168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 42 Public method and constructor comments are required
16169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 42 Unit tests should not contain more than 1 assert(s).
16170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 50 JUnit 5 tests should be package-private.
16171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 50 Public method and constructor comments are required
16172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 55 Class comments are required
16173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 56 Avoid variables with short names like b
16174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 56 Field comments are required
16175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 56 Found non-transient, non-static member. Please mark as transient or provide accessors.
16176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 58 Avoid variables with short names like b
16177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 58 Public method and constructor comments are required
16178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/EqualPredicateTest.java 63 Ensure you override both equals() and hashCode()
16179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 1 Comment is too large: Too many lines
16180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 25 Class comments are required
16181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 25 Each class should declare at least one constructor
16182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 25 JUnit 5 tests should be package-private.
16183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 27 JUnit 5 tests should be package-private.
16184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 27 Public method and constructor comments are required
16185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 27 Unit tests should not contain more than 1 assert(s).
16186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 28 JUnit assertions should include a message
16187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 28 Unnecessary use of fully qualified name 'NullPredicate.nullPredicate' due to existing static import 'org.apache.commons.collections4.functors.NullPredicate.nullPredicate'
16188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 28 Unnecessary use of fully qualified name 'NullPredicate.nullPredicate' due to existing static import 'org.apache.commons.collections4.functors.NullPredicate.nullPredicate'
16189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 33 A method/constructor should not explicitly throw java.lang.Exception
16190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 33 JUnit 5 tests should be package-private.
16191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 33 Public method and constructor comments are required
16192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/functors/NullPredicateTest.java 34 Unnecessary use of fully qualified name 'NullPredicate.nullPredicate' due to existing static import 'org.apache.commons.collections4.functors.NullPredicate.nullPredicate'
16193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 1 Comment is too large: Too many lines
16194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 24 Comment is too large: Too many lines
16195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 93 An empty method in an abstract class should be abstract instead
16196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 100 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 100 Unit tests should not contain more than 1 assert(s).
16198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 105 Avoid variables with short names like it
16199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 114 Avoid empty catch blocks
16200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 124 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 124 Unit tests should not contain more than 1 assert(s).
16202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 129 Avoid variables with short names like it
16203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 151 Avoid empty catch blocks
16204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 160 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 161 Avoid variables with short names like it
16206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 167 Avoid empty catch blocks
16207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 175 Avoid empty catch blocks
16208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractIteratorTest.java 186 Avoid empty catch blocks
16209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 1 Comment is too large: Too many lines
16210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 23 Comment is too large: Too many lines
16211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 33 This class has too many methods, consider refactoring it.
16212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 84 An empty method in an abstract class should be abstract instead
16213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 91 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 91 Unit tests should not contain more than 1 assert(s).
16215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 96 Avoid variables with short names like it
16216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 107 Avoid empty catch blocks
16217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 114 Avoid empty catch blocks
16218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 121 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 121 Unit tests should not contain more than 1 assert(s).
16220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 123 Avoid variables with short names like it
16221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 134 Avoid empty catch blocks
16222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 152 Avoid empty catch blocks
16223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 159 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 159 Unit tests should not contain more than 1 assert(s).
16225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 160 Avoid variables with short names like it
16226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 167 Potential violation of Law of Demeter (method chain calls)
16227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 168 Avoid empty catch blocks
16228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 196 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 197 Avoid variables with short names like it
16230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 203 Potential violation of Law of Demeter (method chain calls)
16231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 204 Avoid empty catch blocks
16232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 212 Avoid empty catch blocks
16233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 223 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 223 Public method and constructor comments are required
16235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 224 Avoid variables with short names like it
16236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 231 Avoid empty catch blocks
16237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 236 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 236 Public method and constructor comments are required
16239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 237 Avoid variables with short names like it
16240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 245 Avoid empty catch blocks
16241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 253 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 254 Avoid variables with short names like it
16243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractListIteratorTest.java 263 Avoid empty catch blocks
16244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 1 Comment is too large: Too many lines
16245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 26 Comment is too large: Too many lines
16246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 36 This class has too many methods, consider refactoring it.
16247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 111 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 116 Avoid variables with short names like it
16249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 123 Avoid empty catch blocks
16250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 129 Avoid empty catch blocks
16251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 135 Avoid empty catch blocks
16252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 137 Avoid if (x != y) ..; else ..;
16253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 142 Avoid empty catch blocks
16254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 150 Avoid empty catch blocks
16255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 157 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 157 Unit tests should not contain more than 1 assert(s).
16257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 162 Avoid variables with short names like it
16258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 186 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 186 Public method and constructor comments are required
16260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 186 Unit tests should not contain more than 1 assert(s).
16261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 188 A method should have only one exit point, and that should be the last statement in the method
16262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 192 Avoid declaring a variable if it is unreferenced before a possible exit point.
16263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 192 Potential violation of Law of Demeter (method chain calls)
16264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 193 Avoid variables with short names like it
16265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 194 Avoid declaring a variable if it is unreferenced before a possible exit point.
16266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 195 Avoid declaring a variable if it is unreferenced before a possible exit point.
16267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 197 Avoid declaring a variable if it is unreferenced before a possible exit point.
16268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 198 Avoid declaring a variable if it is unreferenced before a possible exit point.
16269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 204 Avoid empty catch blocks
16270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 208 Potential violation of Law of Demeter (object not created locally)
16271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 212 Potential violation of Law of Demeter (object not created locally)
16272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 215 Potential violation of Law of Demeter (object not created locally)
16273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 215 Potential violation of Law of Demeter (object not created locally)
16274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 216 Potential violation of Law of Demeter (object not created locally)
16275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 220 Potential violation of Law of Demeter (object not created locally)
16276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 226 Potential violation of Law of Demeter (object not created locally)
16277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 232 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 233 Unit tests should not contain more than 1 assert(s).
16279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 234 Avoid variables with short names like it
16280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 235 Avoid declaring a variable if it is unreferenced before a possible exit point.
16281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 236 Avoid declaring a variable if it is unreferenced before a possible exit point.
16282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 238 Avoid declaring a variable if it is unreferenced before a possible exit point.
16283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 244 Avoid empty catch blocks
16284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 250 Potential violation of Law of Demeter (object not created locally)
16285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 251 Potential violation of Law of Demeter (object not created locally)
16286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 256 Avoid empty catch blocks
16287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 261 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 261 Public method and constructor comments are required
16289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 266 Avoid variables with short names like it
16290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 274 Potential violation of Law of Demeter (object not created locally)
16291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 280 Avoid empty catch blocks
16292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 284 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 284 Public method and constructor comments are required
16294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 288 Avoid variables with short names like it
16295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 295 Potential violation of Law of Demeter (object not created locally)
16296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 301 Avoid empty catch blocks
16297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 305 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 305 Public method and constructor comments are required
16299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 309 Avoid variables with short names like it
16300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 316 Potential violation of Law of Demeter (object not created locally)
16301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractMapIteratorTest.java 322 Avoid empty catch blocks
16302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 1 Comment is too large: Too many lines
16303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 29 Comment is too large: Too many lines
16304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 59 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 67 Avoid variables with short names like it
16306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 72 Avoid empty catch blocks
16307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 78 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 79 Unit tests should not contain more than 1 assert(s).
16309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 86 Avoid variables with short names like it
16310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 133 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 133 Unit tests should not contain more than 1 assert(s).
16312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 138 Avoid variables with short names like it
16313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 141 Potential violation of Law of Demeter (object not created locally)
16314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 141 Potential violation of Law of Demeter (object not created locally)
16315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 143 Potential violation of Law of Demeter (method chain calls)
16316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 143 Potential violation of Law of Demeter (object not created locally)
16317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorTest.java 152 Potential violation of Law of Demeter (object not created locally)
16318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 1 Comment is too large: Too many lines
16319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 28 Field comments are required
16320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
16321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 30 Public method and constructor comments are required
16322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 44 Public method and constructor comments are required
16323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 48 Public method and constructor comments are required
16324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 52 Public method and constructor comments are required
16325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 61 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 61 Public method and constructor comments are required
16327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 61 Unit tests should not contain more than 1 assert(s).
16328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 75 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
16330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 79 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 79 Public method and constructor comments are required
16332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 79 The method 'testIndexedArray()' has an NPath complexity of 256, current threshold is 200
16333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 79 Unit tests should not contain more than 1 assert(s).
16334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 102 The value assigned to variable 'iter' is never used (overwritten on lines 109, 116, 123, 130 and 139)
16335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 104 Avoid empty catch blocks
16336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 109 The value assigned to variable 'iter' is never used (overwritten on lines 116, 123, 130 and 139)
16337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 111 Avoid empty catch blocks
16338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 116 The value assigned to variable 'iter' is never used (overwritten on lines 123, 130 and 139)
16339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 118 Avoid empty catch blocks
16340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 123 The value assigned to variable 'iter' is never used (overwritten on lines 130 and 139)
16341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 125 Avoid empty catch blocks
16342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 130 The value assigned to variable 'iter' is never used (overwritten on line 139)
16343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 139 The value assigned to variable 'iter' is never used
16344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIterator2Test.java 141 Avoid empty catch blocks
16345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 1 Comment is too large: Too many lines
16346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 32 Field comments are required
16347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
16348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 34 Public method and constructor comments are required
16349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 53 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 53 Public method and constructor comments are required
16351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 53 Unit tests should not contain more than 1 assert(s).
16352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 66 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 66 Public method and constructor comments are required
16354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 70 Avoid catching NullPointerException; consider removing the cause of the NPE.
16355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 70 Avoid empty catch blocks
16357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 75 Public method and constructor comments are required
16359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 76 Avoid variables with short names like it
16360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayIteratorTest.java 79 JUnit assertions should include a message
16361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIterator2Test.java 1 Comment is too large: Too many lines
16362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIterator2Test.java 25 Public method and constructor comments are required
16363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIterator2Test.java 39 Public method and constructor comments are required
16364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIterator2Test.java 43 Public method and constructor comments are required
16365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIterator2Test.java 47 Public method and constructor comments are required
16366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 1 Comment is too large: Too many lines
16367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 29 Public method and constructor comments are required
16368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 43 Public method and constructor comments are required
16369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 56 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 56 Unit tests should not contain more than 1 assert(s).
16371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 79 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
16373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 87 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 89 Array initialization can be written shorter
16375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 91 Array initialization can be written shorter
16376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 94 Avoid variables with short names like x
16377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 104 Comment is too large: Line too long
16378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 110 Avoid empty catch blocks
16379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ArrayListIteratorTest.java 112 A catch statement should never catch throwable since it includes errors.
16380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 1 Comment is too large: Too many lines
16381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 32 This class has too many methods, consider refactoring it.
16382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
16383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 39 Field comments are required
16384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
16385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 41 Public method and constructor comments are required
16386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 45 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
16387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 55 Potential violation of Law of Demeter (method chain calls)
16388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 55 Potential violation of Law of Demeter (method chain calls)
16389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 71 Unit tests should not contain more than 1 assert(s).
16390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 74 JUnit assertions should include a message
16391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 75 JUnit assertions should include a message
16392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 76 JUnit assertions should include a message
16393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 77 JUnit assertions should include a message
16394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 78 JUnit assertions should include a message
16395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 79 JUnit assertions should include a message
16396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 80 JUnit assertions should include a message
16397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 81 JUnit assertions should include a message
16398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 83 JUnit assertions should include a message
16399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 86 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 86 The String literal "Expected NoSuchElementException." appears 9 times in this file; the first occurrence is on line 86
16401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 87 Avoid empty catch blocks
16402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 97 Unit tests should not contain more than 1 assert(s).
16403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 101 JUnit assertions should include a message
16404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 102 JUnit assertions should include a message
16405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 103 JUnit assertions should include a message
16406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 104 JUnit assertions should include a message
16407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 105 JUnit assertions should include a message
16408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 106 JUnit assertions should include a message
16409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 107 JUnit assertions should include a message
16410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 108 JUnit assertions should include a message
16411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 109 JUnit assertions should include a message
16412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 110 JUnit assertions should include a message
16413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 111 JUnit assertions should include a message
16414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 112 JUnit assertions should include a message
16415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 113 JUnit assertions should include a message
16416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 114 JUnit assertions should include a message
16417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 116 JUnit assertions should include a message
16418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 119 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 120 Avoid empty catch blocks
16420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 132 JUnit assertions should include a message
16421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 135 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 136 Avoid empty catch blocks
16423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 148 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 149 Avoid empty catch blocks
16425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 161 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 162 Avoid empty catch blocks
16427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 174 JUnit assertions should include a message
16428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 177 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 178 Avoid empty catch blocks
16430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 189 Unit tests should not contain more than 1 assert(s).
16431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 192 JUnit assertions should include a message
16432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 193 JUnit assertions should include a message
16433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 194 JUnit assertions should include a message
16434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 195 JUnit assertions should include a message
16435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 196 JUnit assertions should include a message
16436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 197 JUnit assertions should include a message
16437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 198 JUnit assertions should include a message
16438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 199 JUnit assertions should include a message
16439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 200 JUnit assertions should include a message
16440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 201 JUnit assertions should include a message
16441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 202 JUnit assertions should include a message
16442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 203 JUnit assertions should include a message
16443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 205 JUnit assertions should include a message
16444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 208 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 209 Avoid empty catch blocks
16446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 224 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 225 Avoid empty catch blocks
16448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 234 Unit tests should not contain more than 1 assert(s).
16449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 238 JUnit assertions should include a message
16450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 239 JUnit assertions should include a message
16451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 244 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 245 Avoid empty catch blocks
16453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 254 Unit tests should not contain more than 1 assert(s).
16454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 258 JUnit assertions should include a message
16455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 259 JUnit assertions should include a message
16456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 262 JUnit assertions should include a message
16457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 264 JUnit assertions should include a message
16458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 265 JUnit assertions should include a message
16459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 266 JUnit assertions should include a message
16460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 267 JUnit assertions should include a message
16461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 268 JUnit assertions should include a message
16462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 269 JUnit assertions should include a message
16463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 270 JUnit assertions should include a message
16464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 271 JUnit assertions should include a message
16465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 273 JUnit assertions should include a message
16466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 276 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 277 Avoid empty catch blocks
16468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 286 Unit tests should not contain more than 1 assert(s).
16469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 290 JUnit assertions should include a message
16470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 291 JUnit assertions should include a message
16471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 292 JUnit assertions should include a message
16472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 293 JUnit assertions should include a message
16473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 294 JUnit assertions should include a message
16474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 295 JUnit assertions should include a message
16475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 298 JUnit assertions should include a message
16476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 300 JUnit assertions should include a message
16477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 301 JUnit assertions should include a message
16478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 302 JUnit assertions should include a message
16479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 303 JUnit assertions should include a message
16480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 305 JUnit assertions should include a message
16481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 308 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 309 Avoid empty catch blocks
16483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 318 Unit tests should not contain more than 1 assert(s).
16484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 322 JUnit assertions should include a message
16485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 323 JUnit assertions should include a message
16486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 324 JUnit assertions should include a message
16487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 325 JUnit assertions should include a message
16488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 326 JUnit assertions should include a message
16489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 327 JUnit assertions should include a message
16490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 328 JUnit assertions should include a message
16491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 329 JUnit assertions should include a message
16492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 330 JUnit assertions should include a message
16493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 331 JUnit assertions should include a message
16494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 333 JUnit assertions should include a message
16495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 336 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 337 Avoid empty catch blocks
16497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 341 JUnit assertions should include a message
16498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 343 JUnit assertions should include a message
16499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 346 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 347 Avoid empty catch blocks
16501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 356 Unit tests should not contain more than 1 assert(s).
16502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 365 JUnit assertions should include a message
16503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 366 JUnit assertions should include a message
16504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 369 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java 370 Avoid empty catch blocks
16506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 1 Comment is too large: Too many lines
16507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 31 This class has too many methods, consider refactoring it.
16508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 35 Public method and constructor comments are required
16509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 41 Avoid using redundant field initializer for 'comparator'
16510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 41 Field comments are required
16511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 41 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
16512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
16513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 42 Avoid using implementation types like 'ArrayList'; use the interface instead
16514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 42 Avoid using redundant field initializer for 'evens'
16515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 42 Field comments are required
16516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 42 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
16517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
16518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 43 Avoid using implementation types like 'ArrayList'; use the interface instead
16519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 43 Avoid using redundant field initializer for 'odds'
16520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 43 Field comments are required
16521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 43 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
16522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
16523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 44 Avoid using implementation types like 'ArrayList'; use the interface instead
16524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 44 Avoid using redundant field initializer for 'fib'
16525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 44 Field comments are required
16526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 44 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
16527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
16528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 46 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
16529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 88 Public method and constructor comments are required
16531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 88 Unit tests should not contain more than 1 assert(s).
16532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 97 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 97 Public method and constructor comments are required
16534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 97 Unit tests should not contain more than 1 assert(s).
16535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 108 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 108 Public method and constructor comments are required
16537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 108 Unit tests should not contain more than 1 assert(s).
16538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 118 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 118 Public method and constructor comments are required
16540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 118 Unit tests should not contain more than 1 assert(s).
16541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 128 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 128 Public method and constructor comments are required
16543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 128 Unit tests should not contain more than 1 assert(s).
16544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 143 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 143 Public method and constructor comments are required
16546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 143 The method 'testIterateFibEvenOdd()' has a NCSS line count of 62.
16547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 143 Unit tests should not contain more than 1 assert(s).
16548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 209 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 209 Public method and constructor comments are required
16550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 214 Avoid variables with short names like o
16551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 216 Potential violation of Law of Demeter (object not created locally)
16552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 224 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 224 Public method and constructor comments are required
16554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 230 Avoid variables with short names like o
16555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 232 Potential violation of Law of Demeter (object not created locally)
16556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 232 Potential violation of Law of Demeter (object not created locally)
16557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 240 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 240 Public method and constructor comments are required
16559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 240 Unit tests should not contain more than 1 assert(s).
16560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 241 Avoid variables with short names like l1
16561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 242 Avoid variables with short names like l2
16562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 244 Avoid excessively long variable names like collatingIterator1
16563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 244 Potential violation of Law of Demeter (object not created locally)
16564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 244 Potential violation of Law of Demeter (object not created locally)
16565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 247 Avoid catching NullPointerException; consider removing the cause of the NPE.
16566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 248 Potential violation of Law of Demeter (method chain calls)
16568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 251 Avoid variables with short names like i
16569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 252 Avoid excessively long variable names like collatingIterator2
16570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 252 Potential violation of Law of Demeter (object not created locally)
16571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 252 Potential violation of Law of Demeter (object not created locally)
16572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 255 Avoid variables with short names like n
16573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 258 Potential violation of Law of Demeter (object not created locally)
16574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/CollatingIteratorTest.java 258 Potential violation of Law of Demeter (object not created locally)
16575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 1 Comment is too large: Too many lines
16576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 35 This class has too many methods, consider refactoring it.
16577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 42 Field comments are required
16578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 42 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
16579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
16580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 43 Field comments are required
16581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 43 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
16582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
16583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 44 Field comments are required
16584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 44 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
16585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
16586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 49 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
16587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 58 JUnit 4 tests that clean up tests should use the @After annotation, JUnit5 tests should use @AfterEach or @AfterAll
16588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 60 Assigning an Object to null is a code smell. Consider refactoring.
16589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 87 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 87 Public method and constructor comments are required
16591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 93 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 94 Public method and constructor comments are required
16593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 101 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 101 Public method and constructor comments are required
16595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 116 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 117 Unit tests should not contain more than 1 assert(s).
16597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 119 Potential violation of Law of Demeter (method chain calls)
16598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 119 Potential violation of Law of Demeter (method chain calls)
16599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 135 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 135 Unit tests should not contain more than 1 assert(s).
16601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 153 Avoid empty catch blocks
16602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 158 Consider using varargs for methods or constructors which take an array the last parameter.
16603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 170 Avoid variables with short names like s
16604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 197 Avoid variables with short names like i
16605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterIteratorTest.java 209 Avoid variables with short names like i
16606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 1 Comment is too large: Too many lines
16607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 41 Each class should declare at least one constructor
16608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 41 JUnit 5 tests should be package-private.
16609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 41 This class has too many methods, consider refactoring it.
16610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 43 Avoid using implementation types like 'ArrayList'; use the interface instead
16611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 43 Avoid using redundant field initializer for 'list'
16612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 43 Field comments are required
16613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
16614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 44 Avoid using implementation types like 'ArrayList'; use the interface instead
16615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 44 Avoid using redundant field initializer for 'odds'
16616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 44 Field comments are required
16617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
16618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 45 Avoid using implementation types like 'ArrayList'; use the interface instead
16619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 45 Avoid using redundant field initializer for 'evens'
16620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 45 Field comments are required
16621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
16622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 46 Avoid using implementation types like 'ArrayList'; use the interface instead
16623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 46 Avoid using redundant field initializer for 'threes'
16624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 46 Field comments are required
16625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
16626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 47 Avoid using implementation types like 'ArrayList'; use the interface instead
16627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 47 Avoid using redundant field initializer for 'fours'
16628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 47 Field comments are required
16629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
16630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 48 Avoid using implementation types like 'ArrayList'; use the interface instead
16631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 48 Avoid using redundant field initializer for 'sixes'
16632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 48 Field comments are required
16633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
16634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 49 Avoid using redundant field initializer for 'truePred'
16635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 49 Field comments are required
16636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
16637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 50 Avoid using redundant field initializer for 'falsePred'
16638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 50 Field comments are required
16639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
16640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 51 Avoid using redundant field initializer for 'evenPred'
16641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 51 Field comments are required
16642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
16643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 52 Avoid using redundant field initializer for 'oddPred'
16644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 52 Field comments are required
16645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
16646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 53 Avoid using redundant field initializer for 'threePred'
16647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 53 Field comments are required
16648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 53 Found non-transient, non-static member. Please mark as transient or provide accessors.
16649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 54 Avoid using redundant field initializer for 'fourPred'
16650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 54 Field comments are required
16651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
16652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 55 Field comments are required
16653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 55 Found non-transient, non-static member. Please mark as transient or provide accessors.
16654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 58 Public method and constructor comments are required
16655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 99 Public method and constructor comments are required
16656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 100 Assigning an Object to null is a code smell. Consider refactoring.
16657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 101 Assigning an Object to null is a code smell. Consider refactoring.
16658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 102 Assigning an Object to null is a code smell. Consider refactoring.
16659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 103 Assigning an Object to null is a code smell. Consider refactoring.
16660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 104 Assigning an Object to null is a code smell. Consider refactoring.
16661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 105 Assigning an Object to null is a code smell. Consider refactoring.
16662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 106 Assigning an Object to null is a code smell. Consider refactoring.
16663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 107 Assigning an Object to null is a code smell. Consider refactoring.
16664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 108 Assigning an Object to null is a code smell. Consider refactoring.
16665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 109 Assigning an Object to null is a code smell. Consider refactoring.
16666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 110 Assigning an Object to null is a code smell. Consider refactoring.
16667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 111 Assigning an Object to null is a code smell. Consider refactoring.
16668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 115 JUnit 5 tests should be package-private.
16669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 115 JUnit tests should include assert() or fail()
16670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 115 Public method and constructor comments are required
16671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 121 JUnit 5 tests should be package-private.
16672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 121 Public method and constructor comments are required
16673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 121 Unit tests should not contain more than 1 assert(s).
16674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 125 JUnit assertions should include a message
16675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 126 JUnit assertions should include a message
16676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 127 JUnit assertions should include a message
16677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 128 JUnit assertions should include a message
16678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 129 JUnit assertions should include a message
16679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 130 JUnit assertions should include a message
16680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 131 JUnit assertions should include a message
16681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 133 JUnit assertions should include a message
16682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 134 JUnit assertions should include a message
16683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 135 JUnit assertions should include a message
16684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 136 JUnit assertions should include a message
16685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 137 JUnit assertions should include a message
16686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 138 JUnit assertions should include a message
16687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 139 JUnit assertions should include a message
16688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 141 JUnit assertions should include a message
16689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 143 JUnit assertions should include a message
16690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 144 JUnit assertions should include a message
16691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 145 JUnit assertions should include a message
16692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 146 JUnit assertions should include a message
16693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 147 JUnit assertions should include a message
16694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 148 JUnit assertions should include a message
16695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 149 JUnit assertions should include a message
16696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 151 JUnit assertions should include a message
16697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 153 JUnit assertions should include a message
16698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 154 JUnit assertions should include a message
16699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 155 JUnit assertions should include a message
16700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 156 JUnit assertions should include a message
16701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 157 JUnit assertions should include a message
16702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 158 JUnit assertions should include a message
16703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 159 JUnit assertions should include a message
16704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 161 JUnit assertions should include a message
16705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 162 JUnit assertions should include a message
16706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 163 JUnit assertions should include a message
16707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 165 JUnit assertions should include a message
16708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 166 JUnit assertions should include a message
16709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 167 JUnit assertions should include a message
16710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 168 JUnit assertions should include a message
16711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 169 JUnit assertions should include a message
16712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 170 JUnit assertions should include a message
16713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 172 JUnit assertions should include a message
16714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 173 JUnit assertions should include a message
16715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 174 JUnit assertions should include a message
16716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 175 JUnit assertions should include a message
16717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 176 JUnit assertions should include a message
16718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 177 JUnit assertions should include a message
16719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 181 JUnit 5 tests should be package-private.
16720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 181 JUnit tests should include assert() or fail()
16721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 181 Public method and constructor comments are required
16722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 187 JUnit 5 tests should be package-private.
16723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 187 JUnit tests should include assert() or fail()
16724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 187 Public method and constructor comments are required
16725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 193 JUnit 5 tests should be package-private.
16726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 193 JUnit tests should include assert() or fail()
16727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 193 Public method and constructor comments are required
16728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 199 JUnit 5 tests should be package-private.
16729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 199 JUnit tests should include assert() or fail()
16730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 199 Public method and constructor comments are required
16731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 205 JUnit 5 tests should be package-private.
16732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 205 JUnit tests should include assert() or fail()
16733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 205 Public method and constructor comments are required
16734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 211 JUnit 5 tests should be package-private.
16735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 211 JUnit tests should include assert() or fail()
16736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 211 Public method and constructor comments are required
16737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 217 JUnit 5 tests should be package-private.
16738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 217 JUnit tests should include assert() or fail()
16739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 217 Public method and constructor comments are required
16740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 226 JUnit 5 tests should be package-private.
16741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 226 JUnit tests should include assert() or fail()
16742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 226 Public method and constructor comments are required
16743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 235 JUnit 5 tests should be package-private.
16744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 235 JUnit tests should include assert() or fail()
16745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 235 Public method and constructor comments are required
16746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 244 JUnit 5 tests should be package-private.
16747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 244 JUnit tests should include assert() or fail()
16748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 244 Public method and constructor comments are required
16749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 257 JUnit 5 tests should be package-private.
16750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 257 JUnit tests should include assert() or fail()
16751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 257 Public method and constructor comments are required
16752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 273 JUnit 5 tests should be package-private.
16753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 273 Public method and constructor comments are required
16754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 273 Unit tests should not contain more than 1 assert(s).
16755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 280 JUnit assertions should include a message
16756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 281 JUnit assertions should include a message
16757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 282 JUnit assertions should include a message
16758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 286 Comment is too large: Line too long
16759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 289 JUnit 5 tests should be package-private.
16760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 289 Unit tests should not contain more than 1 assert(s).
16761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 293 JUnit assertions should include a message
16762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 295 JUnit assertions should include a message
16763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 302 JUnit assertions should include a message
16764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 303 JUnit assertions should include a message
16765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 304 JUnit assertions should include a message
16766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 305 JUnit assertions should include a message
16767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 311 JUnit assertions should include a message
16768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 312 JUnit assertions should include a message
16769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 313 JUnit assertions should include a message
16770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 314 JUnit assertions should include a message
16771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 321 JUnit assertions should include a message
16772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 322 JUnit assertions should include a message
16773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 325 JUnit assertions should include a message
16774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 328 JUnit assertions should include a message
16775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 329 JUnit assertions should include a message
16776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 335 JUnit assertions should include a message
16777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 336 JUnit assertions should include a message
16778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 339 JUnit assertions should include a message
16779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 342 JUnit assertions should include a message
16780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 343 JUnit assertions should include a message
16781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 344 JUnit assertions should include a message
16782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 347 The method 'walkLists(List, ListIterator)' has a cognitive complexity of 20, current threshold is 15
16783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 347 The method 'walkLists(List, ListIterator)' has a cyclomatic complexity of 11.
16784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 358 JUnit assertions should include a message
16785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 359 JUnit assertions should include a message
16786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 360 JUnit assertions should include a message
16787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 361 JUnit assertions should include a message
16788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 362 JUnit assertions should include a message
16789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 363 JUnit assertions should include a message
16790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 364 JUnit assertions should include a message
16791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 365 JUnit assertions should include a message
16792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 374 JUnit assertions should include a message
16793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 375 JUnit assertions should include a message
16794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 376 JUnit assertions should include a message
16795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 377 JUnit assertions should include a message
16796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 378 JUnit assertions should include a message
16797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 382 JUnit assertions should include a message
16798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 383 JUnit assertions should include a message
16799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 384 JUnit assertions should include a message
16800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 385 JUnit assertions should include a message
16801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 386 JUnit assertions should include a message
16802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 390 JUnit assertions should include a message
16803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 391 JUnit assertions should include a message
16804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 392 JUnit assertions should include a message
16805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 393 JUnit assertions should include a message
16806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 394 JUnit assertions should include a message
16807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 398 JUnit assertions should include a message
16808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 399 JUnit assertions should include a message
16809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 400 JUnit assertions should include a message
16810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 401 JUnit assertions should include a message
16811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 402 JUnit assertions should include a message
16812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 411 Avoid appending characters as strings in StringBuffer.append.
16813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/FilterListIteratorTest.java 417 Avoid appending characters as strings in StringBuffer.append.
16814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 1 Comment is too large: Too many lines
16815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 33 Field comments are required
16816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
16817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 37 Avoid using redundant field initializer for 'list1'
16818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 37 Field comments are required
16819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
16820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 38 Avoid using redundant field initializer for 'list2'
16821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 38 Field comments are required
16822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
16823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 39 Avoid using redundant field initializer for 'list3'
16824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 39 Field comments are required
16825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
16826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 41 Public method and constructor comments are required
16827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 45 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
16828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 74 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 74 Public method and constructor comments are required
16830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 74 Unit tests should not contain more than 1 assert(s).
16831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 87 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
16833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 91 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 91 Public method and constructor comments are required
16835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 91 Unit tests should not contain more than 1 assert(s).
16836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 106 Avoid variables with short names like it
16837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 115 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 116 Unit tests should not contain more than 1 assert(s).
16839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 122 Avoid empty catch blocks
16840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 131 Position literals first in String comparisons
16841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 131 Potential violation of Law of Demeter (object not created locally)
16842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 141 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 141 Public method and constructor comments are required
16844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 141 Unit tests should not contain more than 1 assert(s).
16845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 159 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 159 Public method and constructor comments are required
16847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 165 Avoid empty catch blocks
16848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorChainTest.java 169 Avoid empty catch blocks
16849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 1 Comment is too large: Too many lines
16850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 34 Each class should declare at least one constructor
16851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 34 JUnit 5 tests should be package-private.
16852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 37 JUnit 5 tests should be package-private.
16853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 37 Public method and constructor comments are required
16854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 37 Unit tests should not contain more than 1 assert(s).
16855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 38 Potential violation of Law of Demeter (method chain calls)
16856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 41 JUnit assertions should include a message
16857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 43 JUnit assertions should include a message
16858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 44 JUnit assertions should include a message
16859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 45 JUnit assertions should include a message
16860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 46 JUnit assertions should include a message
16861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 47 JUnit assertions should include a message
16862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 51 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorEnumerationTest.java 52 Avoid empty catch blocks
16864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 1 Comment is too large: Too many lines
16865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 33 JUnit 4 indicates test suites via annotations, not the suite method.
16866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 33 Public method and constructor comments are required
16867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 37 Public method and constructor comments are required
16868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 47 Consider simply returning the value vs storing it in local variable 'iter'
16869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 50 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 51 Public method and constructor comments are required
16871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 64 Public method and constructor comments are required
16873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 79 JUnit assertions should include a message
16874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/IteratorIterableTest.java 82 JUnit assertions should include a message
16875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 1 Comment is too large: Too many lines
16876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 33 Field comments are required
16877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
16878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 37 Avoid using redundant field initializer for 'list1'
16879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 37 Field comments are required
16880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
16881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 38 Avoid using redundant field initializer for 'list2'
16882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 38 Field comments are required
16883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
16884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 39 Avoid using redundant field initializer for 'list3'
16885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 39 Field comments are required
16886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
16887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 41 Public method and constructor comments are required
16888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 45 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
16889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 73 Switch statements should be exhaustive, add a default case (or missing enum branches)
16890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 75 A method should have only one exit point, and that should be the last statement in the method
16891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 77 A method should have only one exit point, and that should be the last statement in the method
16892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 79 A method should have only one exit point, and that should be the last statement in the method
16893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 85 Consider simply returning the value vs storing it in local variable 'chain'
16894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 88 Public method and constructor comments are required
16896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 88 Unit tests should not contain more than 1 assert(s).
16897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 101 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
16899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 105 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 105 Public method and constructor comments are required
16901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 105 Unit tests should not contain more than 1 assert(s).
16902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 120 Avoid variables with short names like it
16903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 129 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 130 Unit tests should not contain more than 1 assert(s).
16905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 136 Avoid empty catch blocks
16906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 145 Position literals first in String comparisons
16907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 145 Potential violation of Law of Demeter (object not created locally)
16908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 155 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 155 Public method and constructor comments are required
16910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 155 Unit tests should not contain more than 1 assert(s).
16911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 164 A switch with less than three branches is inefficient, use a if statement instead.
16912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 164 Switch statements should be exhaustive, add a default case (or missing enum branches)
16913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 166 A method should have only one exit point, and that should be the last statement in the method
16914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 168 A method should have only one exit point, and that should be the last statement in the method
16915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 182 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 182 Public method and constructor comments are required
16917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 184 Potential violation of Law of Demeter (object not created locally)
16918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 188 Avoid empty catch blocks
16919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LazyIteratorChainTest.java 192 Avoid empty catch blocks
16920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 1 Comment is too large: Too many lines
16921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 27 Comment is too large: Line too long
16922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 32 Field comments are required
16923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
16924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 36 Avoid using redundant field initializer for 'list1'
16925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 36 Field comments are required
16926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
16927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 38 Public method and constructor comments are required
16928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 42 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
16929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 65 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 65 Public method and constructor comments are required
16931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 65 Unit tests should not contain more than 1 assert(s).
16932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 70 The String literal "Iteration value is correct" appears 4 times in this file; the first occurrence is on line 70
16933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 78 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
16935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 92 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
16937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 105 Unit tests should not contain more than 1 assert(s).
16939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 115 Avoid empty catch blocks
16940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 123 Avoid variables with short names like sz
16941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 140 Avoid empty catch blocks
16942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 161 Comment is too large: Line too long
16943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 167 Comment is too large: Line too long
16944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 181 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 181 Public method and constructor comments are required
16946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 181 Unit tests should not contain more than 1 assert(s).
16947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapper2Test.java 195 Comment is too large: Line too long
16948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 1 Comment is too large: Too many lines
16949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 33 Field comments are required
16950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
16951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 37 Avoid using redundant field initializer for 'list1'
16952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 37 Field comments are required
16953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
16954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 39 Public method and constructor comments are required
16955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 43 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
16956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 66 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 66 Public method and constructor comments are required
16958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 66 Unit tests should not contain more than 1 assert(s).
16959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 71 The String literal "Iteration value is correct" appears 4 times in this file; the first occurrence is on line 71
16960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 79 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
16962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 93 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
16964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 105 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 106 Unit tests should not contain more than 1 assert(s).
16966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 116 Avoid empty catch blocks
16967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 124 Avoid variables with short names like sz
16968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 141 Avoid empty catch blocks
16969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 162 Comment is too large: Line too long
16970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 176 Avoid empty catch blocks
16971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 187 Comment is too large: Line too long
16972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 204 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
16973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 204 Public method and constructor comments are required
16974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 204 Unit tests should not contain more than 1 assert(s).
16975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ListIteratorWrapperTest.java 218 Comment is too large: Line too long
16976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 1 Comment is too large: Too many lines
16977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 35 Each class should declare at least one constructor
16978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 35 JUnit 5 tests should be package-private.
16979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 41 JUnit 5 tests should be package-private.
16980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 44 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 44 JUnit assertions should include a message
16982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 45 Avoid catching NullPointerException; consider removing the cause of the NPE.
16983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 45 Avoid empty catch blocks
16985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 54 JUnit 5 tests should be package-private.
16986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 61 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
16987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 62 Avoid empty catch blocks
16988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 71 JUnit 5 tests should be package-private.
16989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 71 Unit tests should not contain more than 1 assert(s).
16990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 75 The String literal "1st hasNext should return true" appears 4 times in this file; the first occurrence is on line 75
16991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 76 JUnit assertions should include a message
16992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 78 The String literal "2nd hasNext should return true" appears 4 times in this file; the first occurrence is on line 78
16993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 79 JUnit assertions should include a message
16994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 81 The String literal "3rd hasNext should return true" appears 4 times in this file; the first occurrence is on line 81
16995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 82 JUnit assertions should include a message
16996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 91 JUnit 5 tests should be package-private.
16997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 91 Unit tests should not contain more than 1 assert(s).
16998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 96 JUnit assertions should include a message
16999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 99 JUnit assertions should include a message
17000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 102 JUnit assertions should include a message
17001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 111 JUnit 5 tests should be package-private.
17002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 111 Unit tests should not contain more than 1 assert(s).
17003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 116 JUnit assertions should include a message
17004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 119 JUnit assertions should include a message
17005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 122 JUnit assertions should include a message
17006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 125 JUnit assertions should include a message
17007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 134 JUnit 5 tests should be package-private.
17008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 134 Unit tests should not contain more than 1 assert(s).
17009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 140 JUnit assertions should include a message
17010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 145 JUnit assertions should include a message
17011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 150 JUnit assertions should include a message
17012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 157 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 158 Avoid empty catch blocks
17014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 167 JUnit 5 tests should be package-private.
17015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 167 Unit tests should not contain more than 1 assert(s).
17016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 171 JUnit assertions should include a message
17017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 172 JUnit assertions should include a message
17018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 174 JUnit assertions should include a message
17019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 176 JUnit assertions should include a message
17020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 177 JUnit assertions should include a message
17021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 178 JUnit assertions should include a message
17022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 180 JUnit assertions should include a message
17023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 181 JUnit assertions should include a message
17024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 182 JUnit assertions should include a message
17025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 190 JUnit 5 tests should be package-private.
17026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 190 Unit tests should not contain more than 1 assert(s).
17027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 194 JUnit assertions should include a message
17028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 197 JUnit assertions should include a message
17029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 199 JUnit assertions should include a message
17030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingIteratorTest.java 202 JUnit assertions should include a message
17031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 1 Comment is too large: Too many lines
17032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 35 Each class should declare at least one constructor
17033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 35 JUnit 5 tests should be package-private.
17034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 35 This class has too many methods, consider refactoring it.
17035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 41 JUnit 5 tests should be package-private.
17036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 44 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 44 JUnit assertions should include a message
17038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 45 Avoid catching NullPointerException; consider removing the cause of the NPE.
17039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 45 Avoid empty catch blocks
17041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 53 JUnit 5 tests should be package-private.
17042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 53 Unit tests should not contain more than 1 assert(s).
17043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 56 JUnit assertions should include a message
17044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 57 JUnit assertions should include a message
17045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 61 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 61 JUnit assertions should include a message
17047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 62 Avoid empty catch blocks
17048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 67 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 67 JUnit assertions should include a message
17050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 68 Avoid empty catch blocks
17051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 77 JUnit 5 tests should be package-private.
17052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 77 Unit tests should not contain more than 1 assert(s).
17053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 81 JUnit assertions should include a message
17054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 82 JUnit assertions should include a message
17055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 84 JUnit assertions should include a message
17056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 85 JUnit assertions should include a message
17057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 87 JUnit assertions should include a message
17058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 88 JUnit assertions should include a message
17059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 90 JUnit assertions should include a message
17060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 91 JUnit assertions should include a message
17061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 93 JUnit assertions should include a message
17062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 94 JUnit assertions should include a message
17063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 96 JUnit assertions should include a message
17064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 97 JUnit assertions should include a message
17065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 105 JUnit 5 tests should be package-private.
17066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 105 Unit tests should not contain more than 1 assert(s).
17067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 109 JUnit assertions should include a message
17068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 110 JUnit assertions should include a message
17069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 112 JUnit assertions should include a message
17070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 113 JUnit assertions should include a message
17071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 115 JUnit assertions should include a message
17072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 116 JUnit assertions should include a message
17073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 121 JUnit assertions should include a message
17074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 122 JUnit assertions should include a message
17075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 124 JUnit assertions should include a message
17076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 125 JUnit assertions should include a message
17077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 127 JUnit assertions should include a message
17078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 128 JUnit assertions should include a message
17079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 136 JUnit 5 tests should be package-private.
17080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 136 Unit tests should not contain more than 1 assert(s).
17081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 143 JUnit assertions should include a message
17082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 144 JUnit assertions should include a message
17083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 145 JUnit assertions should include a message
17084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 147 JUnit assertions should include a message
17085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 148 JUnit assertions should include a message
17086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 149 JUnit assertions should include a message
17087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 157 JUnit 5 tests should be package-private.
17088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 157 Unit tests should not contain more than 1 assert(s).
17089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 163 JUnit assertions should include a message
17090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 164 JUnit assertions should include a message
17091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 165 JUnit assertions should include a message
17092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 167 JUnit assertions should include a message
17093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 168 JUnit assertions should include a message
17094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 169 JUnit assertions should include a message
17095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 176 JUnit 5 tests should be package-private.
17096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 176 Unit tests should not contain more than 1 assert(s).
17097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 180 JUnit assertions should include a message
17098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 181 JUnit assertions should include a message
17099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 183 JUnit assertions should include a message
17100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 185 JUnit assertions should include a message
17101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 186 JUnit assertions should include a message
17102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 188 JUnit assertions should include a message
17103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 190 JUnit assertions should include a message
17104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 191 JUnit assertions should include a message
17105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 193 JUnit assertions should include a message
17106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 195 JUnit assertions should include a message
17107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 198 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 198 JUnit assertions should include a message
17109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 199 Avoid empty catch blocks
17110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 207 JUnit 5 tests should be package-private.
17111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 207 Unit tests should not contain more than 1 assert(s).
17112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 211 JUnit assertions should include a message
17113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 212 JUnit assertions should include a message
17114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 214 JUnit assertions should include a message
17115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 216 JUnit assertions should include a message
17116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 217 JUnit assertions should include a message
17117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 219 JUnit assertions should include a message
17118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 221 JUnit assertions should include a message
17119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 222 JUnit assertions should include a message
17120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 224 JUnit assertions should include a message
17121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 226 JUnit assertions should include a message
17122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 229 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 229 JUnit assertions should include a message
17124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 230 Avoid empty catch blocks
17125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 238 JUnit 5 tests should be package-private.
17126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 238 Unit tests should not contain more than 1 assert(s).
17127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 242 JUnit assertions should include a message
17128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 243 JUnit assertions should include a message
17129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 245 JUnit assertions should include a message
17130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 247 JUnit assertions should include a message
17131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 248 JUnit assertions should include a message
17132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 249 JUnit assertions should include a message
17133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 252 JUnit assertions should include a message
17134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 253 JUnit assertions should include a message
17135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 255 JUnit assertions should include a message
17136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 257 JUnit assertions should include a message
17137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 258 JUnit assertions should include a message
17138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 259 JUnit assertions should include a message
17139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 266 JUnit 5 tests should be package-private.
17140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 266 Unit tests should not contain more than 1 assert(s).
17141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 271 JUnit assertions should include a message
17142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 273 JUnit assertions should include a message
17143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 274 JUnit assertions should include a message
17144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 277 JUnit assertions should include a message
17145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 278 JUnit assertions should include a message
17146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 279 JUnit assertions should include a message
17147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 280 JUnit assertions should include a message
17148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 284 JUnit assertions should include a message
17149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 285 JUnit assertions should include a message
17150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 286 JUnit assertions should include a message
17151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 287 JUnit assertions should include a message
17152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 288 JUnit assertions should include a message
17153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 289 JUnit assertions should include a message
17154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 290 JUnit assertions should include a message
17155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 296 JUnit assertions should include a message
17156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 298 JUnit assertions should include a message
17157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 299 JUnit assertions should include a message
17158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 302 JUnit assertions should include a message
17159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 305 JUnit assertions should include a message
17160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 308 JUnit assertions should include a message
17161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 309 JUnit assertions should include a message
17162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 310 JUnit assertions should include a message
17163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 311 JUnit assertions should include a message
17164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 312 JUnit assertions should include a message
17165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 313 JUnit assertions should include a message
17166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 314 JUnit assertions should include a message
17167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 321 JUnit 5 tests should be package-private.
17168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 321 Unit tests should not contain more than 1 assert(s).
17169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 325 JUnit assertions should include a message
17170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 326 JUnit assertions should include a message
17171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 328 JUnit assertions should include a message
17172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 329 JUnit assertions should include a message
17173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 330 JUnit assertions should include a message
17174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 332 JUnit assertions should include a message
17175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 333 JUnit assertions should include a message
17176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 334 JUnit assertions should include a message
17177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 336 JUnit assertions should include a message
17178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 337 JUnit assertions should include a message
17179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 338 JUnit assertions should include a message
17180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 340 JUnit assertions should include a message
17181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 341 JUnit assertions should include a message
17182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 342 JUnit assertions should include a message
17183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 344 JUnit assertions should include a message
17184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 345 JUnit assertions should include a message
17185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 346 JUnit assertions should include a message
17186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 353 JUnit 5 tests should be package-private.
17187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 353 Unit tests should not contain more than 1 assert(s).
17188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 357 JUnit assertions should include a message
17189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 361 JUnit assertions should include a message
17190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 364 JUnit assertions should include a message
17191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 368 JUnit assertions should include a message
17192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 369 JUnit assertions should include a message
17193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/LoopingListIteratorTest.java 370 JUnit assertions should include a message
17194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 1 Comment is too large: Too many lines
17195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 19 Unused import 'org.easymock.EasyMock.*'
17196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 34 Field comments are required
17197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
17198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 38 Avoid excessively long variable names like createIteratorWithStandardConstr
17199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 38 Field comments are required
17200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
17201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 48 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 83 A method should have only one exit point, and that should be the last statement in the method
17203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 86 Potential violation of Law of Demeter (method chain calls)
17204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 86 Potential violation of Law of Demeter (object not created locally)
17205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 113 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 113 Public method and constructor comments are required
17207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 117 Avoid catching NullPointerException; consider removing the cause of the NPE.
17208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 117 Avoid empty catch blocks
17210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 125 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/NodeListIteratorTest.java 133 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 1 Comment is too large: Too many lines
17213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 28 Field comments are required
17214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
17215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 30 Public method and constructor comments are required
17216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 35 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 35
17217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 47 Public method and constructor comments are required
17218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 51 Consider using varargs for methods or constructors which take an array the last parameter.
17219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 51 Public method and constructor comments are required
17220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 55 Public method and constructor comments are required
17221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 59 Public method and constructor comments are required
17222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 68 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 68 Public method and constructor comments are required
17224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 68 Unit tests should not contain more than 1 assert(s).
17225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 81 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
17227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 85 Public method and constructor comments are required
17229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 90 Avoid catching NullPointerException; consider removing the cause of the NPE.
17230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 90 Avoid empty catch blocks
17232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 95 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 96 Public method and constructor comments are required
17234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayIteratorTest.java 97 Avoid variables with short names like it
17235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator2Test.java 1 Comment is too large: Too many lines
17236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator2Test.java 25 Field comments are required
17237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator2Test.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
17238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator2Test.java 27 Public method and constructor comments are required
17239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator2Test.java 43 Consider using varargs for methods or constructors which take an array the last parameter.
17240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator2Test.java 43 Public method and constructor comments are required
17241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 1 Comment is too large: Too many lines
17242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 29 Public method and constructor comments are required
17243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 45 Consider using varargs for methods or constructors which take an array the last parameter.
17244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 45 Public method and constructor comments are required
17245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 53 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 53 Unit tests should not contain more than 1 assert(s).
17247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 76 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
17249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 84 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 86 Array initialization can be written shorter
17251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 88 Array initialization can be written shorter
17252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 91 Avoid variables with short names like x
17253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 101 Comment is too large: Line too long
17254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 107 Avoid empty catch blocks
17255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectArrayListIteratorTest.java 109 A catch statement should never catch throwable since it includes errors.
17256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 1 Comment is too large: Too many lines
17257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 31 This class has too many methods, consider refactoring it.
17258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 33 Field comments are required
17259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
17260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 35 Avoid using redundant field initializer for 'list1'
17261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 35 Field comments are required
17262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
17263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 36 Avoid using redundant field initializer for 'list2'
17264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 36 Field comments are required
17265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
17266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 37 Avoid using redundant field initializer for 'list3'
17267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 37 Field comments are required
17268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
17269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 38 Avoid using redundant field initializer for 'iteratorList'
17270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 38 Field comments are required
17271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
17272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 40 Public method and constructor comments are required
17273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 44 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 72 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 72 Public method and constructor comments are required
17276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 72 The instance method name 'testIteratorConstructor_null1' doesn't match '[a-z][a-zA-Z0-9]*'
17277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 73 Avoid variables with short names like it
17278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 79 Avoid empty catch blocks
17279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 84 Avoid empty catch blocks
17280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 88 Public method and constructor comments are required
17282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 88 The instance method name 'testIteratorConstructor_null_next' doesn't match '[a-z][a-zA-Z0-9]*'
17283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 89 Avoid variables with short names like it
17284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 93 Avoid empty catch blocks
17285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 97 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 97 Public method and constructor comments are required
17287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 97 The instance method name 'testIteratorConstructor_null_remove' doesn't match '[a-z][a-zA-Z0-9]*'
17288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 98 Avoid variables with short names like it
17289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 102 Avoid empty catch blocks
17290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 106 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 106 Public method and constructor comments are required
17292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 106 The instance method name 'testIteratorConstructorIteration_Empty' doesn't match '[a-z][a-zA-Z0-9]*'
17293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 108 Avoid variables with short names like it
17294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 114 Avoid empty catch blocks
17295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 119 Avoid empty catch blocks
17296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 123 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 123 Public method and constructor comments are required
17298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 123 The instance method name 'testIteratorConstructorIteration_Simple' doesn't match '[a-z][a-zA-Z0-9]*'
17299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 123 Unit tests should not contain more than 1 assert(s).
17300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 128 Avoid variables with short names like it
17301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 138 Avoid empty catch blocks
17302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 142 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 142 Public method and constructor comments are required
17304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 142 The instance method name 'testIteratorConstructorIteration_SimpleNoHasNext' doesn't match '[a-z][a-zA-Z0-9]*'
17305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 147 Avoid variables with short names like it
17306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 155 Avoid empty catch blocks
17307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 159 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 159 Public method and constructor comments are required
17309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 159 The instance method name 'testIteratorConstructorIteration_WithEmptyIterators' doesn't match '[a-z][a-zA-Z0-9]*'
17310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 159 Unit tests should not contain more than 1 assert(s).
17311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 168 Avoid variables with short names like it
17312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 178 Avoid empty catch blocks
17313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 182 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 182 Public method and constructor comments are required
17315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 182 Unit tests should not contain more than 1 assert(s).
17316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 187 Avoid variables with short names like it
17317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 199 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 199 Public method and constructor comments are required
17319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 199 The instance method name 'testIteration_IteratorOfIterators' doesn't match '[a-z][a-zA-Z0-9]*'
17320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 199 Unit tests should not contain more than 1 assert(s).
17321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 204 Avoid variables with short names like it
17322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 213 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 213 Public method and constructor comments are required
17324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 213 The instance method name 'testIteration_IteratorOfIteratorsWithEmptyIterators' doesn't match '[a-z][a-zA-Z0-9]*'
17325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 213 Unit tests should not contain more than 1 assert(s).
17326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 222 Avoid variables with short names like it
17327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 231 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 231 Public method and constructor comments are required
17329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 231 The instance method name 'testIteration_RootNull' doesn't match '[a-z][a-zA-Z0-9]*'
17330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 232 Avoid variables with short names like it
17331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 238 Avoid empty catch blocks
17332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 243 Avoid empty catch blocks
17333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 247 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 247 Public method and constructor comments are required
17335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 247 The instance method name 'testIteration_RootNoTransformer' doesn't match '[a-z][a-zA-Z0-9]*'
17336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 247 Unit tests should not contain more than 1 assert(s).
17337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 249 Avoid variables with short names like it
17338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 257 Avoid empty catch blocks
17339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 261 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 261 Public method and constructor comments are required
17341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 261 The instance method name 'testIteration_Transformed1' doesn't match '[a-z][a-zA-Z0-9]*'
17342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 261 Unit tests should not contain more than 1 assert(s).
17343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 263 Avoid variables with short names like l1
17344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 263 Potential violation of Law of Demeter (method chain calls)
17345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 263 Potential violation of Law of Demeter (method chain calls)
17346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 264 Avoid variables with short names like it
17347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 272 Avoid empty catch blocks
17348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 276 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 276 Public method and constructor comments are required
17350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 276 The instance method name 'testIteration_Transformed2' doesn't match '[a-z][a-zA-Z0-9]*'
17351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 276 Unit tests should not contain more than 1 assert(s).
17352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 281 Avoid variables with short names like b1
17353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 281 Potential violation of Law of Demeter (method chain calls)
17354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 282 Avoid variables with short names like b2
17355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 282 Potential violation of Law of Demeter (method chain calls)
17356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 283 Avoid variables with short names like b3
17357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 283 Potential violation of Law of Demeter (method chain calls)
17358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 284 Potential violation of Law of Demeter (method chain calls)
17359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 285 Avoid variables with short names like b5
17360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 285 Potential violation of Law of Demeter (method chain calls)
17361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 286 Avoid variables with short names like l1
17362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 286 Potential violation of Law of Demeter (object not created locally)
17363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 287 Avoid variables with short names like l2
17364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 287 Potential violation of Law of Demeter (object not created locally)
17365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 288 Avoid variables with short names like l3
17366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 288 Potential violation of Law of Demeter (object not created locally)
17367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 289 Avoid variables with short names like l4
17368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 289 Potential violation of Law of Demeter (object not created locally)
17369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 290 Avoid variables with short names like l5
17370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 290 Potential violation of Law of Demeter (object not created locally)
17371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 292 Avoid variables with short names like it
17372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 308 Avoid empty catch blocks
17373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 312 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 312 Public method and constructor comments are required
17375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 312 The instance method name 'testIteration_Transformed3' doesn't match '[a-z][a-zA-Z0-9]*'
17376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 312 Unit tests should not contain more than 1 assert(s).
17377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 317 Avoid variables with short names like b1
17378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 317 Potential violation of Law of Demeter (method chain calls)
17379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 318 Avoid variables with short names like b2
17380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 318 Potential violation of Law of Demeter (method chain calls)
17381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 319 Avoid variables with short names like b3
17382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 319 Potential violation of Law of Demeter (method chain calls)
17383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 320 Avoid variables with short names like b4
17384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 320 Potential violation of Law of Demeter (method chain calls)
17385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 321 Potential violation of Law of Demeter (method chain calls)
17386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 322 Avoid variables with short names like l1
17387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 322 Potential violation of Law of Demeter (object not created locally)
17388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 323 Avoid variables with short names like l2
17389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 323 Potential violation of Law of Demeter (object not created locally)
17390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 324 Avoid variables with short names like l3
17391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 324 Potential violation of Law of Demeter (object not created locally)
17392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 325 Avoid variables with short names like l4
17393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 325 Potential violation of Law of Demeter (object not created locally)
17394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 326 Avoid variables with short names like l5
17395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 326 Potential violation of Law of Demeter (object not created locally)
17396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 328 Avoid variables with short names like it
17397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 344 Avoid empty catch blocks
17398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 348 Class comments are required
17399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 348 To avoid mistakes add a comment at the beginning of the LeafFinder nested class if you want a default access modifier
17400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 352 A method should have only one exit point, and that should be the last statement in the method
17401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 355 A method should have only one exit point, and that should be the last statement in the method
17402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 358 A method should have only one exit point, and that should be the last statement in the method
17403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 367 Class comments are required
17404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 367 To avoid mistakes add a comment at the beginning of the Forest nested class if you want a default access modifier
17405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 368 Field comments are required
17406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 368 Found non-transient, non-static member. Please mark as transient or provide accessors.
17407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 368 To avoid mistakes add a comment at the beginning of the trees field if you want a default access modifier
17408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 370 To avoid mistakes add a comment at the beginning of the addTree method if you want a default access modifier
17409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 375 To avoid mistakes add a comment at the beginning of the getTree method if you want a default access modifier
17410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 379 To avoid mistakes add a comment at the beginning of the treeIterator method if you want a default access modifier
17411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 384 Avoid short class names like Tree
17412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 384 Class comments are required
17413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 384 To avoid mistakes add a comment at the beginning of the Tree nested class if you want a default access modifier
17414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 385 Field comments are required
17415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 385 Found non-transient, non-static member. Please mark as transient or provide accessors.
17416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 385 To avoid mistakes add a comment at the beginning of the branches field if you want a default access modifier
17417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 387 To avoid mistakes add a comment at the beginning of the addBranch method if you want a default access modifier
17418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 392 To avoid mistakes add a comment at the beginning of the getBranch method if you want a default access modifier
17419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 396 To avoid mistakes add a comment at the beginning of the branchIterator method if you want a default access modifier
17420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 401 Class comments are required
17421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 401 To avoid mistakes add a comment at the beginning of the Branch nested class if you want a default access modifier
17422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 402 Field comments are required
17423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 402 Found non-transient, non-static member. Please mark as transient or provide accessors.
17424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 402 To avoid mistakes add a comment at the beginning of the leaves field if you want a default access modifier
17425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 404 To avoid mistakes add a comment at the beginning of the addLeaf method if you want a default access modifier
17426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 409 To avoid mistakes add a comment at the beginning of the getLeaf method if you want a default access modifier
17427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 413 To avoid mistakes add a comment at the beginning of the leafIterator method if you want a default access modifier
17428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 418 Avoid short class names like Leaf
17429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 418 Class comments are required
17430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 418 To avoid mistakes add a comment at the beginning of the Leaf nested class if you want a default access modifier
17431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 419 Field comments are required
17432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 419 To avoid mistakes add a comment at the beginning of the colour field if you want a default access modifier
17433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 421 To avoid mistakes add a comment at the beginning of the getColour method if you want a default access modifier
17434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ObjectGraphIteratorTest.java 425 To avoid mistakes add a comment at the beginning of the setColour method if you want a default access modifier
17435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 1 Comment is too large: Too many lines
17436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 33 Field comments are required
17437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
17438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 35 Field comments are required
17439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
17440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 37 Public method and constructor comments are required
17441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 44 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 53 Potential violation of Law of Demeter (method chain calls)
17443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 53 Potential violation of Law of Demeter (method chain calls)
17444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 68 Public method and constructor comments are required
17445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 69 Avoid variables with short names like it
17446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 70 JUnit assertions should include a message
17447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 75 Public method and constructor comments are required
17448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 75 Unit tests should not contain more than 1 assert(s).
17449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 76 Avoid variables with short names like it
17450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 77 JUnit assertions should include a message
17451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 78 JUnit assertions should include a message
17452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 83 Public method and constructor comments are required
17453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 83 Unit tests should not contain more than 1 assert(s).
17454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 84 Avoid variables with short names like it
17455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 85 JUnit assertions should include a message
17456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 86 JUnit assertions should include a message
17457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 87 JUnit assertions should include a message
17458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 88 JUnit assertions should include a message
17459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 89 JUnit assertions should include a message
17460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 90 JUnit assertions should include a message
17461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 91 JUnit assertions should include a message
17462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 92 JUnit assertions should include a message
17463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 93 JUnit assertions should include a message
17464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 94 JUnit assertions should include a message
17465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 95 JUnit assertions should include a message
17466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 96 JUnit assertions should include a message
17467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 100 Public method and constructor comments are required
17468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 100 Unit tests should not contain more than 1 assert(s).
17469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 101 Avoid variables with short names like it
17470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 105 JUnit assertions should include a message
17471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 106 JUnit assertions should include a message
17472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 110 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 110 JUnit assertions should include a message
17474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 111 Avoid empty catch blocks
17475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 117 Public method and constructor comments are required
17476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 117 Unit tests should not contain more than 1 assert(s).
17477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 118 Avoid variables with short names like it
17478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 122 JUnit assertions should include a message
17479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 123 JUnit assertions should include a message
17480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 127 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 127 JUnit assertions should include a message
17482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 128 Avoid empty catch blocks
17483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 135 JUnit assertions should include a message
17484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 136 JUnit assertions should include a message
17485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PeekingIteratorTest.java 138 JUnit assertions should include a message
17486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 1 Comment is too large: Too many lines
17487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 35 Field comments are required
17488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
17489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 36 Field comments are required
17490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
17491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 38 Public method and constructor comments are required
17492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 42 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 70 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 71 Public method and constructor comments are required
17495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 74 Avoid instantiating new objects inside loops
17496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 78 Avoid instantiating new objects inside loops
17497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 78 Avoid variables with short names like it
17498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 91 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 92 Unit tests should not contain more than 1 assert(s).
17500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 123 Avoid variables with short names like it
17501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 141 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 141 Unit tests should not contain more than 1 assert(s).
17503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 145 Avoid variables with short names like it
17504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 156 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 156 Public method and constructor comments are required
17506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 159 Avoid variables with short names like it
17507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 168 Avoid empty catch blocks
17508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 173 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 173 Public method and constructor comments are required
17510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 173 Unit tests should not contain more than 1 assert(s).
17511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 174 Avoid variables with short names like it
17512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 182 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 182 Public method and constructor comments are required
17514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 182 Unit tests should not contain more than 1 assert(s).
17515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 183 Avoid variables with short names like it
17516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PermutationIteratorTest.java 188 Potential violation of Law of Demeter (object not created locally)
17517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 1 Comment is too large: Too many lines
17518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 33 Field comments are required
17519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
17520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 35 Field comments are required
17521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
17522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 37 Public method and constructor comments are required
17523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 44 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 44 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 44
17525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 53 Potential violation of Law of Demeter (method chain calls)
17526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 53 Potential violation of Law of Demeter (method chain calls)
17527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 69 Public method and constructor comments are required
17528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 69 Unit tests should not contain more than 1 assert(s).
17529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 71 JUnit assertions should include a message
17530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 72 JUnit assertions should include a message
17531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 73 JUnit assertions should include a message
17532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 74 JUnit assertions should include a message
17533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 79 Public method and constructor comments are required
17534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 79 Unit tests should not contain more than 1 assert(s).
17535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 82 JUnit assertions should include a message
17536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 83 JUnit assertions should include a message
17537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 89 Public method and constructor comments are required
17538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 89 Unit tests should not contain more than 1 assert(s).
17539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 91 JUnit assertions should include a message
17540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 93 JUnit assertions should include a message
17541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 94 JUnit assertions should include a message
17542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 100 Public method and constructor comments are required
17543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 100 Unit tests should not contain more than 1 assert(s).
17544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 102 JUnit assertions should include a message
17545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 105 JUnit assertions should include a message
17546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 106 JUnit assertions should include a message
17547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 107 JUnit assertions should include a message
17548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 113 JUnit assertions should include a message
17549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 114 JUnit assertions should include a message
17550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/PushbackIteratorTest.java 116 JUnit assertions should include a message
17551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 1 Comment is too large: Too many lines
17552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 33 Field comments are required
17553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
17554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 33 The String literal "Four" appears 6 times in this file; the first occurrence is on line 33
17555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 35 Public method and constructor comments are required
17556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 52 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 53 Unit tests should not contain more than 1 assert(s).
17558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 54 Avoid variables with short names like it
17559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 65 Avoid empty catch blocks
17560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 72 Avoid empty catch blocks
17561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 76 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 77 Unit tests should not contain more than 1 assert(s).
17563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 79 Avoid variables with short names like it
17564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 93 Comment is too large: Line too long
17565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 99 Do not add empty strings
17566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 112 Avoid empty catch blocks
17567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 116 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 116 Public method and constructor comments are required
17569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 116 Unit tests should not contain more than 1 assert(s).
17570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 117 Avoid variables with short names like it
17571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 148 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 148 Public method and constructor comments are required
17573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 148 Unit tests should not contain more than 1 assert(s).
17574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ReverseListIteratorTest.java 149 Avoid variables with short names like it
17575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 1 Comment is too large: Too many lines
17576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 31 Field comments are required
17577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 31 The constant name 'testValue' doesn't match '[A-Z][A-Z_0-9]*'
17578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 33 Public method and constructor comments are required
17579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 63 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 63 Public method and constructor comments are required
17581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 63 Unit tests should not contain more than 1 assert(s).
17582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 75 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
17584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 79 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 79 Public method and constructor comments are required
17586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 79 Unit tests should not contain more than 1 assert(s).
17587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIterator2Test.java 80 Avoid variables with short names like it
17588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 1 Comment is too large: Too many lines
17589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 31 Field comments are required
17590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 31 The constant name 'testValue' doesn't match '[A-Z][A-Z_0-9]*'
17591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 33 Public method and constructor comments are required
17592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 66 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 66 Public method and constructor comments are required
17594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 66 Unit tests should not contain more than 1 assert(s).
17595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 78 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
17597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 83 Public method and constructor comments are required
17599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 83 Unit tests should not contain more than 1 assert(s).
17600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 92 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 92 Public method and constructor comments are required
17602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 92 Unit tests should not contain more than 1 assert(s).
17603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonIteratorTest.java 93 Avoid variables with short names like it
17604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 1 Comment is too large: Too many lines
17605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 30 Field comments are required
17606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 30 The constant name 'testValue' doesn't match '[A-Z][A-Z_0-9]*'
17607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 32 Public method and constructor comments are required
17608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 70 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 70 Public method and constructor comments are required
17610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 70 Unit tests should not contain more than 1 assert(s).
17611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 74 The String literal "Iteration next index" appears 4 times in this file; the first occurrence is on line 74
17612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 75 The String literal "Iteration previous index" appears 4 times in this file; the first occurrence is on line 75
17613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 104 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
17615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 110 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
17617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 114 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 114 Public method and constructor comments are required
17619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 114 Unit tests should not contain more than 1 assert(s).
17620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SingletonListIteratorTest.java 115 Avoid variables with short names like it
17621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 1 Comment is too large: Too many lines
17622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 32 This class has too many methods, consider refactoring it.
17623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
17624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 39 Field comments are required
17625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
17626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 41 Public method and constructor comments are required
17627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 45 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 55 Potential violation of Law of Demeter (method chain calls)
17629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 55 Potential violation of Law of Demeter (method chain calls)
17630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 71 Unit tests should not contain more than 1 assert(s).
17631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 74 JUnit assertions should include a message
17632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 75 JUnit assertions should include a message
17633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 76 JUnit assertions should include a message
17634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 77 JUnit assertions should include a message
17635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 78 JUnit assertions should include a message
17636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 79 JUnit assertions should include a message
17637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 80 JUnit assertions should include a message
17638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 81 JUnit assertions should include a message
17639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 82 JUnit assertions should include a message
17640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 83 JUnit assertions should include a message
17641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 85 JUnit assertions should include a message
17642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 88 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 88 The String literal "Expected NoSuchElementException." appears 7 times in this file; the first occurrence is on line 88
17644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 89 Avoid empty catch blocks
17645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 99 Unit tests should not contain more than 1 assert(s).
17646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 102 JUnit assertions should include a message
17647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 103 JUnit assertions should include a message
17648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 104 JUnit assertions should include a message
17649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 105 JUnit assertions should include a message
17650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 106 JUnit assertions should include a message
17651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 107 JUnit assertions should include a message
17652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 108 JUnit assertions should include a message
17653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 109 JUnit assertions should include a message
17654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 110 JUnit assertions should include a message
17655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 111 JUnit assertions should include a message
17656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 112 JUnit assertions should include a message
17657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 113 JUnit assertions should include a message
17658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 114 JUnit assertions should include a message
17659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 115 JUnit assertions should include a message
17660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 117 JUnit assertions should include a message
17661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 120 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 121 Avoid empty catch blocks
17663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 133 JUnit assertions should include a message
17664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 136 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 137 Avoid empty catch blocks
17666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 149 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 150 Avoid empty catch blocks
17668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 165 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 166 Avoid empty catch blocks
17670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 175 Unit tests should not contain more than 1 assert(s).
17671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 179 JUnit assertions should include a message
17672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 180 JUnit assertions should include a message
17673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 185 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 186 Avoid empty catch blocks
17675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 195 Unit tests should not contain more than 1 assert(s).
17676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 199 JUnit assertions should include a message
17677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 200 JUnit assertions should include a message
17678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 203 JUnit assertions should include a message
17679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 205 JUnit assertions should include a message
17680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 206 JUnit assertions should include a message
17681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 207 JUnit assertions should include a message
17682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 208 JUnit assertions should include a message
17683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 210 JUnit assertions should include a message
17684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 213 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 214 Avoid empty catch blocks
17686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 223 Unit tests should not contain more than 1 assert(s).
17687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 227 JUnit assertions should include a message
17688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 228 JUnit assertions should include a message
17689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 231 JUnit assertions should include a message
17690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 233 JUnit assertions should include a message
17691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 234 JUnit assertions should include a message
17692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 235 JUnit assertions should include a message
17693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 236 JUnit assertions should include a message
17694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 237 JUnit assertions should include a message
17695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 238 JUnit assertions should include a message
17696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 240 JUnit assertions should include a message
17697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 243 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 244 Avoid empty catch blocks
17699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 253 Unit tests should not contain more than 1 assert(s).
17700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 257 JUnit assertions should include a message
17701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 258 JUnit assertions should include a message
17702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 259 JUnit assertions should include a message
17703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 260 JUnit assertions should include a message
17704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 262 JUnit assertions should include a message
17705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 265 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 266 Avoid empty catch blocks
17707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 270 JUnit assertions should include a message
17708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 272 JUnit assertions should include a message
17709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 275 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 276 Avoid empty catch blocks
17711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 285 Unit tests should not contain more than 1 assert(s).
17712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 294 JUnit assertions should include a message
17713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 295 JUnit assertions should include a message
17714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 298 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
17715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java 299 Avoid empty catch blocks
17716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 1 Comment is too large: Too many lines
17717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 30 Field comments are required
17718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
17719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 31 The String literal "Five" appears 4 times in this file; the first occurrence is on line 31
17720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 34 Avoid using redundant field initializer for 'list1'
17721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 34 Field comments are required
17722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
17723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 36 Public method and constructor comments are required
17724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 40 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 64 Avoid variables with short names like i
17726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 68 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 68 Public method and constructor comments are required
17728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 68 Unit tests should not contain more than 1 assert(s).
17729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UniqueFilterIteratorTest.java 81 Avoid instantiating an object just to call getClass() on it; use the .class public member instead
17731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 1 Comment is too large: Too many lines
17732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 33 Field comments are required
17733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
17734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 34 Field comments are required
17735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
17736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 36 Public method and constructor comments are required
17737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 43 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 52 Potential violation of Law of Demeter (method chain calls)
17739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 52 Potential violation of Law of Demeter (method chain calls)
17740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 65 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 65 Public method and constructor comments are required
17742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 69 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 69 Public method and constructor comments are required
17744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 69 Unit tests should not contain more than 1 assert(s).
17745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 70 Avoid variables with short names like it
17746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 79 Avoid catching NullPointerException; consider removing the cause of the NPE.
17747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableIteratorTest.java 79 Avoid empty catch blocks
17749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 1 Comment is too large: Too many lines
17750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 34 Field comments are required
17751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
17752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 35 Field comments are required
17753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
17754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 37 Public method and constructor comments are required
17755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 44 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 53 Potential violation of Law of Demeter (method chain calls)
17757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 53 Potential violation of Law of Demeter (method chain calls)
17758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 76 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 76 Public method and constructor comments are required
17760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 77 JUnit assertions should include a message
17761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 80 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 80 Public method and constructor comments are required
17763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 80 Unit tests should not contain more than 1 assert(s).
17764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 81 Avoid variables with short names like it
17765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 82 JUnit assertions should include a message
17766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableListIteratorTest.java 85 JUnit assertions should include a message
17767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 1 Comment is too large: Too many lines
17768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 33 Public method and constructor comments are required
17769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 44 Potential violation of Law of Demeter (method chain calls)
17770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 60 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
17771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 77 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 77 Public method and constructor comments are required
17773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 81 Public method and constructor comments are required
17775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 81 Unit tests should not contain more than 1 assert(s).
17776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 82 Avoid variables with short names like it
17777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 85 Potential violation of Law of Demeter (method chain calls)
17778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 91 Avoid catching NullPointerException; consider removing the cause of the NPE.
17779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableMapIteratorTest.java 91 Avoid empty catch blocks
17781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 1 Comment is too large: Too many lines
17782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 34 Public method and constructor comments are required
17783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 46 Potential violation of Law of Demeter (method chain calls)
17784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 62 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
17785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 79 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 79 Public method and constructor comments are required
17787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 83 Public method and constructor comments are required
17789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 83 Unit tests should not contain more than 1 assert(s).
17790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 84 Avoid variables with short names like it
17791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 87 Potential violation of Law of Demeter (method chain calls)
17792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 93 Avoid catching NullPointerException; consider removing the cause of the NPE.
17793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIteratorTest.java 93 Avoid empty catch blocks
17795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 1 Comment is too large: Too many lines
17796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 32 Public method and constructor comments are required
17797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 38 Avoid using implementation types like 'ArrayList'; use the interface instead
17798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 38 Avoid using redundant field initializer for 'evens'
17799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 38 Field comments are required
17800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 38 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
17801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
17802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 39 Avoid using implementation types like 'ArrayList'; use the interface instead
17803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 39 Avoid using redundant field initializer for 'odds'
17804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 39 Field comments are required
17805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 39 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
17806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
17807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 40 Avoid using implementation types like 'ArrayList'; use the interface instead
17808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 40 Avoid using redundant field initializer for 'fib'
17809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 40 Field comments are required
17810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 40 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
17811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
17812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 42 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
17813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 80 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 80 Public method and constructor comments are required
17815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 80 Unit tests should not contain more than 1 assert(s).
17816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 90 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 90 Public method and constructor comments are required
17818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 90 Unit tests should not contain more than 1 assert(s).
17819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 99 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 99 Public method and constructor comments are required
17821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 99 Unit tests should not contain more than 1 assert(s).
17822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 101 Too many control variables in the for statement
17823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 105 Potential violation of Law of Demeter (method chain calls)
17824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 107 Potential violation of Law of Demeter (method chain calls)
17825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 108 Avoid reassigning the loop control variable 'j'
17826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 114 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 114 Public method and constructor comments are required
17828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 114 Unit tests should not contain more than 1 assert(s).
17829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 125 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 125 Public method and constructor comments are required
17831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 125 Unit tests should not contain more than 1 assert(s).
17832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 160 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 160 Public method and constructor comments are required
17834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 165 Avoid variables with short names like o
17835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 167 Potential violation of Law of Demeter (object not created locally)
17836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 175 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 175 Public method and constructor comments are required
17838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 179 Avoid variables with short names like o
17839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 181 Potential violation of Law of Demeter (object not created locally)
17840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/iterators/ZippingIteratorTest.java 181 Potential violation of Law of Demeter (object not created locally)
17841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 1 Comment is too large: Too many lines
17842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 34 Class comments are required
17843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 34 This abstract class does not have any abstract methods
17844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 36 Comment is too large: Line too long
17845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 37 Comment is too large: Line too long
17846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 38 Comment is too large: Line too long
17847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 42 Comment is too large: Line too long
17848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 43 Comment is too large: Line too long
17849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 44 Comment is too large: Line too long
17850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 48 Comment is too large: Line too long
17851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 52 Comment is too large: Line too long
17852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 57 Public method and constructor comments are required
17853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 63 Public method and constructor comments are required
17854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 80 Field comments are required
17855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 80 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
17856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 83 Field comments are required
17857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 83 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
17858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 83 Found non-transient, non-static member. Please mark as transient or provide accessors.
17859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java 85 Public method and constructor comments are required
17860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 1 Comment is too large: Too many lines
17861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 23 Class comments are required
17862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 23 Each class should declare at least one constructor
17863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 35 Avoid variables with short names like o1
17864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 35 Avoid variables with short names like o2
17865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 37 A method should have only one exit point, and that should be the last statement in the method
17866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 40 A method should have only one exit point, and that should be the last statement in the method
17867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 43 A method should have only one exit point, and that should be the last statement in the method
17868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java 45 Potential violation of Law of Demeter (method chain calls)
17869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/SetDefaultLocaleTestRule.java 1 Comment is too large: Too many lines
17870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/SetDefaultLocaleTestRule.java 27 Comment is too large: Line too long
17871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/SetDefaultLocaleTestRule.java 31 Field comments are required
17872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/junit/SetDefaultLocaleTestRule.java 33 Public method and constructor comments are required
17873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 1 Comment is too large: Too many lines
17874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 17 Too many static imports may lead to messy code
17875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 30 Comment is too large: Too many lines
17876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 39 Each class should declare at least one constructor
17877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 41 Field comments are required
17878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
17879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 41 This final field could be made static
17880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 42 Field comments are required
17881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
17882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 42 This final field could be made static
17883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 71 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
17884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 73 Potential violation of Law of Demeter (method chain calls)
17885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 73 Potential violation of Law of Demeter (method chain calls)
17886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 74 Consider simply returning the value vs storing it in local variable 'entry'
17887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 77 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 77
17888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 79 JUnit 5 tests should be package-private.
17889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 79 Public method and constructor comments are required
17890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 79 Unit tests should not contain more than 1 assert(s).
17891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 82 JUnit assertions should include a message
17892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 82 Potential violation of Law of Demeter (object not created locally)
17893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 84 Potential violation of Law of Demeter (object not created locally)
17894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 85 JUnit assertions should include a message
17895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 85 Potential violation of Law of Demeter (object not created locally)
17896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 89 JUnit assertions should include a message
17897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 89 Potential violation of Law of Demeter (object not created locally)
17898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 91 Potential violation of Law of Demeter (object not created locally)
17899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 92 JUnit assertions should include a message
17900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 92 Potential violation of Law of Demeter (object not created locally)
17901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 104 JUnit 5 tests should be package-private.
17902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 118 JUnit assertions should include a message
17903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 126 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
17904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 126 Probable detached JUnit test case.
17905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 130 JUnit 5 tests should be package-private.
17906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 130 Public method and constructor comments are required
17907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 130 Unit tests should not contain more than 1 assert(s).
17908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 132 Avoid variables with short names like e1
17909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 133 Avoid variables with short names like e2
17910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 135 JUnit assertions should include a message
17911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 136 JUnit assertions should include a message
17912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 137 JUnit assertions should include a message
17913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 138 JUnit assertions should include a message
17914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 138 Potential violation of Law of Demeter (object not created locally)
17915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 138 Potential violation of Law of Demeter (object not created locally)
17916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 144 JUnit assertions should include a message
17917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 145 JUnit assertions should include a message
17918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 146 JUnit assertions should include a message
17919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 147 JUnit assertions should include a message
17920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 147 Potential violation of Law of Demeter (object not created locally)
17921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 147 Potential violation of Law of Demeter (object not created locally)
17922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 152 JUnit 5 tests should be package-private.
17923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 152 Public method and constructor comments are required
17924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 152 Unit tests should not contain more than 1 assert(s).
17925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 154 JUnit assertions should include a message
17926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 154 Potential violation of Law of Demeter (object not created locally)
17927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 154 Potential violation of Law of Demeter (object not created locally)
17928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 154 Potential violation of Law of Demeter (object not created locally)
17929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 158 JUnit assertions should include a message
17930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 158 Potential violation of Law of Demeter (object not created locally)
17931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 158 Potential violation of Law of Demeter (object not created locally)
17932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/AbstractMapEntryTest.java 158 Potential violation of Law of Demeter (object not created locally)
17933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 1 Comment is too large: Too many lines
17934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 17 Too many static imports may lead to messy code
17935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 35 Each class should declare at least one constructor
17936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 35 JUnit 5 tests should be package-private.
17937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 37 Field comments are required
17938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
17939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 37 This final field could be made static
17940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 38 Field comments are required
17941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
17942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 38 This final field could be made static
17943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 58 The String literal "unchecked" appears 6 times in this file; the first occurrence is on line 58
17944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 60 JUnit 5 tests should be package-private.
17945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 60 Public method and constructor comments are required
17946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 60 Unit tests should not contain more than 1 assert(s).
17947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 61 Avoid variables with short names like kv
17948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 63 Potential violation of Law of Demeter (object not created locally)
17949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 64 JUnit assertions should include a message
17950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 64 Potential violation of Law of Demeter (object not created locally)
17951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 66 Potential violation of Law of Demeter (object not created locally)
17952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 67 JUnit assertions should include a message
17953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 67 Potential violation of Law of Demeter (object not created locally)
17954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 70 Potential violation of Law of Demeter (object not created locally)
17955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 71 JUnit assertions should include a message
17956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 71 Potential violation of Law of Demeter (object not created locally)
17957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 73 Potential violation of Law of Demeter (object not created locally)
17958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 74 JUnit assertions should include a message
17959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 74 Potential violation of Law of Demeter (object not created locally)
17960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 80 JUnit 5 tests should be package-private.
17961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 80 Public method and constructor comments are required
17962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 80 Unit tests should not contain more than 1 assert(s).
17963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 85 Avoid variables with short names like kv
17964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 94 JUnit assertions should include a message
17965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 104 JUnit assertions should include a message
17966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 113 JUnit 5 tests should be package-private.
17967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 113 Unit tests should not contain more than 1 assert(s).
17968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 115 Avoid variables with short names like kv
17969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 116 JUnit assertions should include a message
17970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 120 JUnit assertions should include a message
17971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 124 JUnit assertions should include a message
17972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 130 JUnit assertions should include a message
17973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 133 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
17974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 135 Potential violation of Law of Demeter (method chain calls)
17975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 135 Potential violation of Law of Demeter (method chain calls)
17976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 138 JUnit assertions should include a message
17977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 141 Potential violation of Law of Demeter (object not created locally)
17978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 142 JUnit assertions should include a message
17979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 148 JUnit 5 tests should be package-private.
17980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 148 Public method and constructor comments are required
17981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 148 Unit tests should not contain more than 1 assert(s).
17982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 150 Avoid variables with short names like kv
17983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 153 JUnit assertions should include a message
17984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 154 JUnit assertions should include a message
17985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 155 JUnit assertions should include a message
17986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 155 Potential violation of Law of Demeter (object not created locally)
17987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 155 Potential violation of Law of Demeter (object not created locally)
17988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 161 JUnit assertions should include a message
17989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 162 JUnit assertions should include a message
17990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 163 JUnit assertions should include a message
17991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 163 Potential violation of Law of Demeter (object not created locally)
17992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 163 Potential violation of Law of Demeter (object not created locally)
17993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 168 JUnit 5 tests should be package-private.
17994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 168 Public method and constructor comments are required
17995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 168 Unit tests should not contain more than 1 assert(s).
17996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 169 Avoid variables with short names like kv
17997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 170 JUnit assertions should include a message
17998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 170 Potential violation of Law of Demeter (object not created locally)
17999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 170 Potential violation of Law of Demeter (object not created locally)
18000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 170 Potential violation of Law of Demeter (object not created locally)
18001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 174 JUnit assertions should include a message
18002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 174 Potential violation of Law of Demeter (object not created locally)
18003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 174 Potential violation of Law of Demeter (object not created locally)
18004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 174 Potential violation of Law of Demeter (object not created locally)
18005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 179 JUnit 5 tests should be package-private.
18006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 179 Public method and constructor comments are required
18007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 179 Unit tests should not contain more than 1 assert(s).
18008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 180 Avoid variables with short names like kv
18009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 182 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
18010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 183 Potential violation of Law of Demeter (object not created locally)
18011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 183 Potential violation of Law of Demeter (object not created locally)
18012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 184 Potential violation of Law of Demeter (method chain calls)
18013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 184 Potential violation of Law of Demeter (method chain calls)
18014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 186 JUnit assertions should include a message
18015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 186 Potential violation of Law of Demeter (object not created locally)
18016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 187 JUnit assertions should include a message
18017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 187 Potential violation of Law of Demeter (object not created locally)
18018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultKeyValueTest.java 187 Potential violation of Law of Demeter (object not created locally)
18019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 1 Comment is too large: Too many lines
18020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 32 Each class should declare at least one constructor
18021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 32 JUnit 5 tests should be package-private.
18022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 61 JUnit 5 tests should be package-private.
18023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 61 Unit tests should not contain more than 1 assert(s).
18024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 64 JUnit assertions should include a message
18025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 65 JUnit assertions should include a message
18026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 69 JUnit assertions should include a message
18027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 70 JUnit assertions should include a message
18028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 74 JUnit assertions should include a message
18029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 75 JUnit assertions should include a message
18030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 79 JUnit assertions should include a message
18031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 89 JUnit assertions should include a message
18033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/DefaultMapEntryTest.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 1 Comment is too large: Too many lines
18035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 17 Too many static imports may lead to messy code
18036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 43 Each class should declare at least one constructor
18037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 43 JUnit 5 tests should be package-private.
18038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 43 This class has too many methods, consider refactoring it.
18039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 45 Class comments are required
18040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 45 To avoid mistakes add a comment at the beginning of the DerivedMultiKey nested class if you want a default access modifier
18041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 49 To avoid mistakes add a comment at the beginning of the DerivedMultiKey constructor if you want a default access modifier
18042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 53 Public method and constructor comments are required
18043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 57 Public method and constructor comments are required
18044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 63 Class comments are required
18045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 63 To avoid mistakes add a comment at the beginning of the SystemHashCodeSimulatingKey nested class if you want a default access modifier
18046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 66 Field comments are required
18047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 66 Found non-transient, non-static member. Please mark as transient or provide accessors.
18048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 67 Field comments are required
18049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 67 Field hashCode has the same name as a method
18050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 67 Found non-transient, non-static member. Please mark as transient or provide accessors.
18051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 69 To avoid mistakes add a comment at the beginning of the SystemHashCodeSimulatingKey constructor if you want a default access modifier
18052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 89 Field comments are required
18053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 89 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
18054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 89 Found non-transient, non-static member. Please mark as transient or provide accessors.
18055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 89 The field name 'ONE' doesn't match '[a-z][a-zA-Z0-9]*'
18056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 89 To avoid mistakes add a comment at the beginning of the ONE field if you want a default access modifier
18057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 91 Field comments are required
18058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 91 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
18059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 91 Found non-transient, non-static member. Please mark as transient or provide accessors.
18060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 91 The field name 'TWO' doesn't match '[a-z][a-zA-Z0-9]*'
18061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 91 To avoid mistakes add a comment at the beginning of the TWO field if you want a default access modifier
18062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 92 Field comments are required
18063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 92 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
18064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 92 Found non-transient, non-static member. Please mark as transient or provide accessors.
18065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 92 The field name 'THREE' doesn't match '[a-z][a-zA-Z0-9]*'
18066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 92 To avoid mistakes add a comment at the beginning of the THREE field if you want a default access modifier
18067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 93 Field comments are required
18068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 93 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
18069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 93 Found non-transient, non-static member. Please mark as transient or provide accessors.
18070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 93 The field name 'FOUR' doesn't match '[a-z][a-zA-Z0-9]*'
18071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 93 To avoid mistakes add a comment at the beginning of the FOUR field if you want a default access modifier
18072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 94 Field comments are required
18073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 94 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
18074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 94 Found non-transient, non-static member. Please mark as transient or provide accessors.
18075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 94 The field name 'FIVE' doesn't match '[a-z][a-zA-Z0-9]*'
18076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 94 To avoid mistakes add a comment at the beginning of the FIVE field if you want a default access modifier
18077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 96 JUnit 5 tests should be package-private.
18078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 96 Public method and constructor comments are required
18079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 96 Unit tests should not contain more than 1 assert(s).
18080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 97 Avoid variables with short names like mk
18081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 99 JUnit assertions should include a message
18082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 102 JUnit assertions should include a message
18083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 105 JUnit assertions should include a message
18084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 108 JUnit assertions should include a message
18085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 111 JUnit assertions should include a message
18086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 115 JUnit 5 tests should be package-private.
18087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 115 Public method and constructor comments are required
18088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 115 Unit tests should not contain more than 1 assert(s).
18089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 116 Avoid variables with short names like mk
18090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 117 Array initialization can be written shorter
18091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 119 JUnit assertions should include a message
18092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 121 JUnit assertions should include a message
18093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 125 JUnit assertions should include a message
18094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 129 JUnit assertions should include a message
18095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 131 JUnit assertions should include a message
18096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 135 JUnit assertions should include a message
18097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 139 JUnit assertions should include a message
18098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 143 JUnit 5 tests should be package-private.
18099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 143 Public method and constructor comments are required
18100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 147 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
18101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 147 JUnit assertions should include a message
18102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 148 Avoid catching NullPointerException; consider removing the cause of the NPE.
18103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 148 Avoid empty catch blocks
18105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 151 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
18106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 151 JUnit assertions should include a message
18107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 152 Avoid catching NullPointerException; consider removing the cause of the NPE.
18108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 152 Avoid empty catch blocks
18110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 155 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
18111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 155 JUnit assertions should include a message
18112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 156 Avoid catching NullPointerException; consider removing the cause of the NPE.
18113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 156 Avoid empty catch blocks
18115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 160 JUnit 5 tests should be package-private.
18116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 160 Public method and constructor comments are required
18117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 160 Unit tests should not contain more than 1 assert(s).
18118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 165 JUnit assertions should include a message
18119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 166 JUnit assertions should include a message
18120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 173 JUnit 5 tests should be package-private.
18121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 173 Public method and constructor comments are required
18122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 173 Unit tests should not contain more than 1 assert(s).
18123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 175 Avoid variables with short names like mk
18124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 175 Explicit type arguments can be replaced by Diamond Operator
18125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 176 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
18126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 188 Avoid variables with short names like in
18127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 193 JUnit assertions should include a message
18128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 193 Potential violation of Law of Demeter (object not created locally)
18129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 195 Explicit type arguments can be replaced by Diamond Operator
18130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 196 JUnit assertions should include a message
18131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 196 Potential violation of Law of Demeter (object not created locally)
18132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 200 JUnit 5 tests should be package-private.
18133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 200 Public method and constructor comments are required
18134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 201 Avoid variables with short names like mk
18135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 211 Avoid variables with short names like in
18136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 215 JUnit assertions should include a message
18137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 215 Potential violation of Law of Demeter (object not created locally)
18138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 219 JUnit 5 tests should be package-private.
18139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 219 Public method and constructor comments are required
18140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 219 Unit tests should not contain more than 1 assert(s).
18141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 220 Avoid variables with short names like mk
18142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 221 JUnit assertions should include a message
18143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 222 JUnit assertions should include a message
18144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 225 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
18145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 225 JUnit assertions should include a message
18146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 226 Avoid empty catch blocks
18147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 229 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
18148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 229 JUnit assertions should include a message
18149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 230 Avoid empty catch blocks
18150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 234 JUnit 5 tests should be package-private.
18151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 234 Public method and constructor comments are required
18152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 234 Unit tests should not contain more than 1 assert(s).
18153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 235 Array initialization can be written shorter
18154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 236 Avoid variables with short names like mk
18155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 238 JUnit assertions should include a message
18156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 239 JUnit assertions should include a message
18157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 240 JUnit assertions should include a message
18158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 241 JUnit assertions should include a message
18159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 242 JUnit assertions should include a message
18160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 246 JUnit 5 tests should be package-private.
18161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 246 Public method and constructor comments are required
18162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 246 Unit tests should not contain more than 1 assert(s).
18163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 247 Array initialization can be written shorter
18164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 248 Avoid variables with short names like mk
18165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 250 JUnit assertions should include a message
18166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 251 JUnit assertions should include a message
18167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 252 JUnit assertions should include a message
18168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 253 JUnit assertions should include a message
18169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 254 JUnit assertions should include a message
18170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 258 JUnit 5 tests should be package-private.
18171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 258 Public method and constructor comments are required
18172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 258 Unit tests should not contain more than 1 assert(s).
18173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 259 Avoid variables with short names like mk
18174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 261 JUnit assertions should include a message
18175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 262 JUnit assertions should include a message
18176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 263 JUnit assertions should include a message
18177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 267 JUnit 5 tests should be package-private.
18178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 267 Public method and constructor comments are required
18179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 267 Unit tests should not contain more than 1 assert(s).
18180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 272 JUnit assertions should include a message
18181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 273 JUnit assertions should include a message
18182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 274 Assertion may be simplified using assertNotSame
18183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 274 JUnit assertions should include a message
18184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 277 JUnit assertions should include a message
18185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 281 JUnit 5 tests should be package-private.
18186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 281 Public method and constructor comments are required
18187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 281 Unit tests should not contain more than 1 assert(s).
18188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 282 JUnit assertions should include a message
18189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 283 JUnit assertions should include a message
18190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 284 JUnit assertions should include a message
18191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 285 JUnit assertions should include a message
18192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 286 JUnit assertions should include a message
18193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 287 JUnit assertions should include a message
18194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 288 JUnit assertions should include a message
18195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 289 JUnit assertions should include a message
18196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 291 JUnit assertions should include a message
18197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 292 JUnit assertions should include a message
18198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 293 JUnit assertions should include a message
18199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 294 JUnit assertions should include a message
18200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 298 JUnit 5 tests should be package-private.
18201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 298 Public method and constructor comments are required
18202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/MultiKeyTest.java 302 JUnit assertions should include a message
18203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 1 Comment is too large: Too many lines
18204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 31 Each class should declare at least one constructor
18205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 31 JUnit 5 tests should be package-private.
18206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 38 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
18207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 48 JUnit 5 tests should be package-private.
18208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 48 JUnit tests should include assert() or fail()
18209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 57 JUnit 5 tests should be package-private.
18210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 57 Unit tests should not contain more than 1 assert(s).
18211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 58 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
18212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 63 JUnit assertions should include a message
18213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 64 JUnit assertions should include a message
18214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 65 JUnit assertions should include a message
18215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 66 JUnit assertions should include a message
18216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 67 JUnit assertions should include a message
18217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 70 JUnit assertions should include a message
18218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 71 JUnit assertions should include a message
18219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 72 JUnit assertions should include a message
18220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 73 JUnit assertions should include a message
18221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 74 JUnit assertions should include a message
18222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 77 JUnit assertions should include a message
18223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 78 JUnit assertions should include a message
18224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 79 JUnit assertions should include a message
18225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 80 JUnit assertions should include a message
18226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/TiedMapEntryTest.java 81 JUnit assertions should include a message
18227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 1 Comment is too large: Too many lines
18228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 34 Each class should declare at least one constructor
18229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 34 JUnit 5 tests should be package-private.
18230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 63 JUnit 5 tests should be package-private.
18231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 63 Unit tests should not contain more than 1 assert(s).
18232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 66 JUnit assertions should include a message
18233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 67 JUnit assertions should include a message
18234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 72 JUnit assertions should include a message
18235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 73 JUnit assertions should include a message
18236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 77 JUnit assertions should include a message
18237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 78 JUnit assertions should include a message
18238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 80 JUnit assertions should include a message
18239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 85 Unit tests should not contain more than 1 assert(s).
18241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 88 JUnit assertions should include a message
18242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 88 Potential violation of Law of Demeter (object not created locally)
18243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 89 JUnit assertions should include a message
18244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 89 Potential violation of Law of Demeter (object not created locally)
18245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 93 JUnit assertions should include a message
18246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 93 Potential violation of Law of Demeter (object not created locally)
18247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 94 JUnit assertions should include a message
18248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 94 Potential violation of Law of Demeter (object not created locally)
18249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 99 JUnit 5 tests should be package-private.
18250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 99 JUnit tests should include assert() or fail()
18251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 104 JUnit 5 tests should be package-private.
18252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 104 Public method and constructor comments are required
18253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 108 In JUnit4, use the @Test(expected) annotation to denote tests that should throw exceptions
18254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 108 JUnit assertions should include a message
18255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntryTest.java 109 Avoid empty catch blocks
18256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 1 Comment is too large: Too many lines
18257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 27 Public method and constructor comments are required
18258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 31 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 31 The String literal "unchecked" appears 5 times in this file; the first occurrence is on line 31
18260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 32 Public method and constructor comments are required
18261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 32 Unit tests should not contain more than 1 assert(s).
18262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 38 Avoid empty catch blocks
18263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 41 The String literal "value1" appears 9 times in this file; the first occurrence is on line 41
18264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 41 The String literal "value2" appears 14 times in this file; the first occurrence is on line 41
18265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 42 Potential violation of Law of Demeter (object not created locally)
18266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 44 Potential violation of Law of Demeter (object not created locally)
18267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 44 The String literal "value3" appears 8 times in this file; the first occurrence is on line 44
18268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 46 Potential violation of Law of Demeter (object not created locally)
18269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 47 Potential violation of Law of Demeter (object not created locally)
18270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 49 Potential violation of Law of Demeter (object not created locally)
18271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 49 The String literal "value4" appears 7 times in this file; the first occurrence is on line 49
18272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 51 Potential violation of Law of Demeter (object not created locally)
18273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 55 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 56 Public method and constructor comments are required
18275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 56 Unit tests should not contain more than 1 assert(s).
18276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 62 Avoid empty catch blocks
18277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 66 Potential violation of Law of Demeter (object not created locally)
18278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 67 Potential violation of Law of Demeter (object not created locally)
18279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 69 Potential violation of Law of Demeter (object not created locally)
18280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 70 Potential violation of Law of Demeter (object not created locally)
18281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 71 Potential violation of Law of Demeter (object not created locally)
18282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 73 Potential violation of Law of Demeter (object not created locally)
18283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 76 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 77 Public method and constructor comments are required
18285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 77 Unit tests should not contain more than 1 assert(s).
18286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 83 Avoid empty catch blocks
18287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 86 Potential violation of Law of Demeter (object not created locally)
18288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 87 Potential violation of Law of Demeter (object not created locally)
18289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 87 Potential violation of Law of Demeter (object not created locally)
18290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 88 Potential violation of Law of Demeter (object not created locally)
18291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 89 Potential violation of Law of Demeter (object not created locally)
18292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 90 Potential violation of Law of Demeter (object not created locally)
18293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 92 Potential violation of Law of Demeter (object not created locally)
18294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 92 Potential violation of Law of Demeter (object not created locally)
18295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 94 Potential violation of Law of Demeter (object not created locally)
18296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 95 Potential violation of Law of Demeter (object not created locally)
18297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 96 Potential violation of Law of Demeter (object not created locally)
18298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 96 Potential violation of Law of Demeter (object not created locally)
18299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 98 Potential violation of Law of Demeter (object not created locally)
18300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 99 Potential violation of Law of Demeter (object not created locally)
18301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 100 Potential violation of Law of Demeter (object not created locally)
18302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 101 Potential violation of Law of Demeter (object not created locally)
18303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 101 Potential violation of Law of Demeter (object not created locally)
18304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 103 Potential violation of Law of Demeter (object not created locally)
18305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 104 Potential violation of Law of Demeter (object not created locally)
18306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 105 Potential violation of Law of Demeter (object not created locally)
18307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 106 Potential violation of Law of Demeter (object not created locally)
18308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 109 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 110 Public method and constructor comments are required
18310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 110 Unit tests should not contain more than 1 assert(s).
18311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 118 Potential violation of Law of Demeter (object not created locally)
18312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 118 Potential violation of Law of Demeter (object not created locally)
18313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 120 Potential violation of Law of Demeter (object not created locally)
18314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 121 Potential violation of Law of Demeter (object not created locally)
18315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 122 Potential violation of Law of Demeter (object not created locally)
18316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 123 Potential violation of Law of Demeter (object not created locally)
18317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 123 The String literal "value0" appears 5 times in this file; the first occurrence is on line 123
18318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 125 Potential violation of Law of Demeter (object not created locally)
18319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 125 Potential violation of Law of Demeter (object not created locally)
18320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 126 Potential violation of Law of Demeter (object not created locally)
18321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 127 Potential violation of Law of Demeter (object not created locally)
18322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 129 Potential violation of Law of Demeter (object not created locally)
18323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 129 Potential violation of Law of Demeter (object not created locally)
18324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 130 Potential violation of Law of Demeter (object not created locally)
18325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 131 Potential violation of Law of Demeter (object not created locally)
18326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 135 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 136 Public method and constructor comments are required
18328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 140 Potential violation of Law of Demeter (method chain calls)
18329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 140 Potential violation of Law of Demeter (method chain calls)
18330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 140 Potential violation of Law of Demeter (object not created locally)
18331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 140 Potential violation of Law of Demeter (object not created locally)
18332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 143 The String literal "Expecting IndexOutOfBoundsException." appears 4 times in this file; the first occurrence is on line 143
18333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 144 Avoid empty catch blocks
18334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 149 Potential violation of Law of Demeter (object not created locally)
18335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 151 Potential violation of Law of Demeter (object not created locally)
18336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 151 Potential violation of Law of Demeter (object not created locally)
18337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 156 Avoid empty catch blocks
18338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 162 Avoid empty catch blocks
18339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 168 Avoid empty catch blocks
18340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 173 Protected method constructor comments are required
18341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 176 Potential violation of Law of Demeter (method chain calls)
18342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractLinkedListTest.java 178 Potential violation of Law of Demeter (method chain calls)
18343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1 Comment is too large: Too many lines
18344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 17 This class has a bunch of public methods and attributes
18345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 38 Comment is too large: Too many lines
18346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 50 Avoid really long classes.
18347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 50 Possible God Class (WMC=151, ATFD=57, TCC=0.000%)
18348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 50 The class 'AbstractListTest' has a total cyclomatic complexity of 151 (highest 10).
18349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 50 This class has too many methods, consider refactoring it.
18350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 77 The String literal "unchecked" appears 6 times in this file; the first occurrence is on line 77
18351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 87 Potential violation of Law of Demeter (object not created locally)
18352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 87 Potential violation of Law of Demeter (object not created locally)
18353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 89 Avoid variables with short names like i
18354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 90 Potential violation of Law of Demeter (object not created locally)
18355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 91 Potential violation of Law of Demeter (object not created locally)
18356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 92 Avoid unnecessary casts
18357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 92 Potential violation of Law of Demeter (object not created locally)
18358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 92 This usage of the Collection.toArray() method will throw a ClassCastException.
18359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 95 Avoid variables with short names like o1
18360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 96 Avoid variables with short names like o2
18361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 120 Consider simply returning the value vs storing it in local variable 'list'
18362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 146 Potential violation of Law of Demeter (object not created locally)
18363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 174 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 186 Avoid empty catch blocks
18365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 194 Avoid empty catch blocks
18366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 202 Avoid empty catch blocks
18367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 210 Avoid empty catch blocks
18368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 219 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 231 Avoid empty catch blocks
18370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 239 Avoid empty catch blocks
18371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 247 Avoid empty catch blocks
18372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 255 Avoid empty catch blocks
18373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 263 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 269 Potential violation of Law of Demeter (method chain calls)
18375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 273 Potential violation of Law of Demeter (method chain calls)
18376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 274 Potential violation of Law of Demeter (method chain calls)
18377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 282 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 282 Unit tests should not contain more than 1 assert(s).
18379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 285 Potential violation of Law of Demeter (object not created locally)
18380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 287 Potential violation of Law of Demeter (object not created locally)
18381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 291 Potential violation of Law of Demeter (object not created locally)
18382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 295 Potential violation of Law of Demeter (object not created locally)
18383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 300 Potential violation of Law of Demeter (object not created locally)
18384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 302 Potential violation of Law of Demeter (object not created locally)
18385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 306 Potential violation of Law of Demeter (object not created locally)
18386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 310 Potential violation of Law of Demeter (object not created locally)
18387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 314 Potential violation of Law of Demeter (object not created locally)
18388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 317 Potential violation of Law of Demeter (method chain calls)
18389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 321 Avoid using Literals in Conditional Statements
18390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 329 Position literals first in String comparisons
18391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 329 Potential violation of Law of Demeter (object not created locally)
18392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 333 Avoid variables with short names like c
18393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 345 Potential violation of Law of Demeter (object not created locally)
18394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 352 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 352 Unit tests should not contain more than 1 assert(s).
18396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 354 Potential violation of Law of Demeter (method chain calls)
18397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 355 Potential violation of Law of Demeter (method chain calls)
18398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 360 Potential violation of Law of Demeter (method chain calls)
18399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 361 Potential violation of Law of Demeter (method chain calls)
18400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 369 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 383 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 389 Avoid empty catch blocks
18403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 396 Avoid empty catch blocks
18404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 403 Avoid empty catch blocks
18405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 410 Avoid empty catch blocks
18406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 417 Avoid empty catch blocks
18407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 426 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 432 Avoid empty catch blocks
18409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 439 Avoid empty catch blocks
18410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 444 Potential violation of Law of Demeter (method chain calls)
18411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 446 Avoid empty catch blocks
18412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 453 Avoid empty catch blocks
18413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 461 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 461 Unit tests should not contain more than 1 assert(s).
18415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 483 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 483 Unit tests should not contain more than 1 assert(s).
18417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 488 Potential violation of Law of Demeter (object not created locally)
18418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 508 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 519 Avoid empty catch blocks
18420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 526 Avoid empty catch blocks
18421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 533 Avoid empty catch blocks
18422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 540 Avoid empty catch blocks
18423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 547 Avoid empty catch blocks
18424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 557 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 569 Avoid empty catch blocks
18426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 576 Avoid empty catch blocks
18427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 581 Potential violation of Law of Demeter (method chain calls)
18428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 583 Avoid empty catch blocks
18429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 591 Avoid empty catch blocks
18430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 600 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 610 Avoid variables with short names like n
18432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 611 Avoid variables with short names like v
18433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 611 Potential violation of Law of Demeter (method chain calls)
18434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 613 Potential violation of Law of Demeter (method chain calls)
18435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 622 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 629 Potential violation of Law of Demeter (method chain calls)
18437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 631 Avoid empty catch blocks
18438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 643 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 653 Avoid empty catch blocks
18440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 660 Avoid empty catch blocks
18441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 667 Avoid empty catch blocks
18442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 674 Avoid empty catch blocks
18443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 681 Avoid empty catch blocks
18444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 690 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 701 Avoid empty catch blocks
18446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 708 Avoid empty catch blocks
18447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 713 Potential violation of Law of Demeter (method chain calls)
18448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 715 Avoid empty catch blocks
18449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 723 Avoid empty catch blocks
18450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 732 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 737 Potential violation of Law of Demeter (method chain calls)
18452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 740 Avoid variables with short names like o1
18453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 740 Potential violation of Law of Demeter (method chain calls)
18454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 741 Avoid variables with short names like o2
18455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 741 Potential violation of Law of Demeter (method chain calls)
18456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 750 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 752 Potential violation of Law of Demeter (method chain calls)
18458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 753 Potential violation of Law of Demeter (method chain calls)
18459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 759 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 762 Potential violation of Law of Demeter (method chain calls)
18461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 763 Avoid empty catch blocks
18462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 766 Potential violation of Law of Demeter (method chain calls)
18463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 766 Potential violation of Law of Demeter (method chain calls)
18464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 767 Avoid empty catch blocks
18465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 769 Potential violation of Law of Demeter (method chain calls)
18466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 770 Potential violation of Law of Demeter (method chain calls)
18467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 771 Potential violation of Law of Demeter (method chain calls)
18468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 774 Potential violation of Law of Demeter (method chain calls)
18469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 775 Potential violation of Law of Demeter (method chain calls)
18470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 782 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 782 Unit tests should not contain more than 1 assert(s).
18472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 784 A method should have only one exit point, and that should be the last statement in the method
18473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 787 Avoid using Literals in Conditional Statements
18474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 787 Potential violation of Law of Demeter (method chain calls)
18475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 790 Avoid variables with short names like it
18476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 790 Potential violation of Law of Demeter (method chain calls)
18477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 798 Potential violation of Law of Demeter (method chain calls)
18478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 799 Potential violation of Law of Demeter (method chain calls)
18479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 800 Potential violation of Law of Demeter (method chain calls)
18480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 803 Potential violation of Law of Demeter (method chain calls)
18481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 804 Potential violation of Law of Demeter (method chain calls)
18482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 807 Potential violation of Law of Demeter (method chain calls)
18483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 814 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 814 Unit tests should not contain more than 1 assert(s).
18485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 816 A method should have only one exit point, and that should be the last statement in the method
18486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 819 Avoid using Literals in Conditional Statements
18487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 819 Potential violation of Law of Demeter (method chain calls)
18488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 822 Avoid variables with short names like it
18489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 822 Potential violation of Law of Demeter (method chain calls)
18490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 830 Potential violation of Law of Demeter (method chain calls)
18491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 831 Potential violation of Law of Demeter (method chain calls)
18492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 832 Potential violation of Law of Demeter (method chain calls)
18493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 835 Potential violation of Law of Demeter (method chain calls)
18494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 836 Potential violation of Law of Demeter (method chain calls)
18495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 840 Potential violation of Law of Demeter (method chain calls)
18496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 846 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 846 Unit tests should not contain more than 1 assert(s).
18498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 848 A method should have only one exit point, and that should be the last statement in the method
18499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 851 Avoid using Literals in Conditional Statements
18500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 851 Potential violation of Law of Demeter (method chain calls)
18501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 854 Avoid variables with short names like it
18502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 854 Potential violation of Law of Demeter (method chain calls)
18503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 858 Potential violation of Law of Demeter (method chain calls)
18504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 859 Potential violation of Law of Demeter (method chain calls)
18505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 860 Potential violation of Law of Demeter (method chain calls)
18506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 861 Potential violation of Law of Demeter (method chain calls)
18507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 864 Potential violation of Law of Demeter (method chain calls)
18508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 865 Potential violation of Law of Demeter (method chain calls)
18509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 868 Potential violation of Law of Demeter (method chain calls)
18510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 875 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 875 Unit tests should not contain more than 1 assert(s).
18512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 877 A method should have only one exit point, and that should be the last statement in the method
18513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 880 Avoid using Literals in Conditional Statements
18514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 880 Potential violation of Law of Demeter (method chain calls)
18515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 883 Avoid variables with short names like it
18516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 883 Potential violation of Law of Demeter (method chain calls)
18517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 887 Potential violation of Law of Demeter (method chain calls)
18518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 888 Potential violation of Law of Demeter (method chain calls)
18519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 889 Potential violation of Law of Demeter (method chain calls)
18520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 892 Potential violation of Law of Demeter (method chain calls)
18521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 893 Potential violation of Law of Demeter (method chain calls)
18522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 906 Avoid variables with short names like i
18523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 908 Potential violation of Law of Demeter (method chain calls)
18524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 916 Avoid variables with short names like o
18525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 918 Avoid reassigning parameters such as 'i'
18526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 928 Avoid empty catch blocks
18527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 939 Avoid variables with short names like i
18528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 949 Avoid variables with short names like o
18529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 952 Avoid reassigning parameters such as 'i'
18530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 964 Avoid empty catch blocks
18531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 975 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 985 Potential violation of Law of Demeter (object not created locally)
18533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 986 Potential violation of Law of Demeter (object not created locally)
18534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 995 Potential violation of Law of Demeter (method chain calls)
18535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 996 Potential violation of Law of Demeter (method chain calls)
18536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1010 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1018 Potential violation of Law of Demeter (method chain calls)
18538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1019 Potential violation of Law of Demeter (method chain calls)
18539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1029 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1030 Public method and constructor comments are required
18541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1030 Unit tests should not contain more than 1 assert(s).
18542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1039 Potential violation of Law of Demeter (object not created locally)
18543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1040 Potential violation of Law of Demeter (object not created locally)
18544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1043 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1044 Public method and constructor comments are required
18546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1044 Unit tests should not contain more than 1 assert(s).
18547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1046 Avoid declaring a variable if it is unreferenced before a possible exit point.
18548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1046 Potential violation of Law of Demeter (method chain calls)
18549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1054 Potential violation of Law of Demeter (object not created locally)
18550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1055 Potential violation of Law of Demeter (object not created locally)
18551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1062 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1063 Unit tests should not contain more than 1 assert(s).
18553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1069 Comment is too large: Line too long
18554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1077 Potential violation of Law of Demeter (object not created locally)
18555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1086 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1087 Unit tests should not contain more than 1 assert(s).
18557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1093 Comment is too large: Line too long
18558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1100 Avoid using Literals in Conditional Statements
18559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1100 Potential violation of Law of Demeter (object not created locally)
18560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1104 Potential violation of Law of Demeter (object not created locally)
18561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1109 Comment is too large: Too many lines
18562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1120 Avoid using Literals in Conditional Statements
18563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1120 Potential violation of Law of Demeter (method chain calls)
18564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1121 A method should have only one exit point, and that should be the last statement in the method
18565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1126 Class comments are required
18566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1128 Field comments are required
18567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1128 Found non-transient, non-static member. Please mark as transient or provide accessors.
18568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1130 Public method and constructor comments are required
18569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1138 Avoid variables with short names like l
18570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1139 Avoid unnecessary casts
18571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1139 Potential violation of Law of Demeter (method chain calls)
18572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1139 Potential violation of Law of Demeter (object not created locally)
18573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1139 Potential violation of Law of Demeter (object not created locally)
18574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1164 Potential violation of Law of Demeter (method chain calls)
18575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1169 Potential violation of Law of Demeter (method chain calls)
18576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1170 Potential violation of Law of Demeter (method chain calls)
18577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1176 Potential violation of Law of Demeter (method chain calls)
18578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1177 Potential violation of Law of Demeter (method chain calls)
18579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1183 Potential violation of Law of Demeter (method chain calls)
18580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1184 Potential violation of Law of Demeter (method chain calls)
18581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1185 Potential violation of Law of Demeter (method chain calls)
18582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1201 Comment is too large: Line too long
18583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1204 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1206 A method should have only one exit point, and that should be the last statement in the method
18585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1213 Potential violation of Law of Demeter (method chain calls)
18586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1214 Potential violation of Law of Demeter (method chain calls)
18587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1215 Potential violation of Law of Demeter (method chain calls)
18588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1219 Potential violation of Law of Demeter (method chain calls)
18589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1220 Potential violation of Law of Demeter (method chain calls)
18590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1224 Potential violation of Law of Demeter (method chain calls)
18591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1225 Potential violation of Law of Demeter (method chain calls)
18592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1229 Potential violation of Law of Demeter (method chain calls)
18593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1230 Potential violation of Law of Demeter (method chain calls)
18594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1235 Comment is too large: Line too long
18595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1238 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1240 A method should have only one exit point, and that should be the last statement in the method
18597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1247 Potential violation of Law of Demeter (method chain calls)
18598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1248 Potential violation of Law of Demeter (method chain calls)
18599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1249 Potential violation of Law of Demeter (method chain calls)
18600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1253 Potential violation of Law of Demeter (method chain calls)
18601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1254 Potential violation of Law of Demeter (method chain calls)
18602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1258 Potential violation of Law of Demeter (method chain calls)
18603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1259 Potential violation of Law of Demeter (method chain calls)
18604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1263 Potential violation of Law of Demeter (method chain calls)
18605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1264 Potential violation of Law of Demeter (method chain calls)
18606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1268 Potential violation of Law of Demeter (method chain calls)
18607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1269 Potential violation of Law of Demeter (method chain calls)
18608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1275 Comment is too large: Line too long
18609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1284 Comment is too large: Too many lines
18610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1286 Comment is too large: Line too long
18611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1296 Avoid variables with short names like m
18612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1296 The method 'failFastMethod(List, Method)' has a cyclomatic complexity of 10.
18613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1297 Position literals first in String comparisons
18614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1297 Potential violation of Law of Demeter (method chain calls)
18615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1298 A method should have only one exit point, and that should be the last statement in the method
18616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1302 Avoid variables with short names like c
18617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1321 Avoid empty catch blocks
18618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1324 Avoid variables with short names like t
18619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1334 Public method and constructor comments are required
18620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1338 Class comments are required
18621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1339 Public method and constructor comments are required
18622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1345 Potential violation of Law of Demeter (method chain calls)
18623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1345 Potential violation of Law of Demeter (method chain calls)
18624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1350 Potential violation of Law of Demeter (method chain calls)
18625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1350 Potential violation of Law of Demeter (method chain calls)
18626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1355 Potential violation of Law of Demeter (method chain calls)
18627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1355 Potential violation of Law of Demeter (method chain calls)
18628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1360 Potential violation of Law of Demeter (method chain calls)
18629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1360 Potential violation of Law of Demeter (method chain calls)
18630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1366 Potential violation of Law of Demeter (method chain calls)
18631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1366 Potential violation of Law of Demeter (method chain calls)
18632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1366 Potential violation of Law of Demeter (method chain calls)
18633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1372 Potential violation of Law of Demeter (method chain calls)
18634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1372 Potential violation of Law of Demeter (method chain calls)
18635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java 1372 Potential violation of Law of Demeter (method chain calls)
18636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 1 Comment is too large: Too many lines
18637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 30 Each class should declare at least one constructor
18638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 33 Public method and constructor comments are required
18639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 41 Public method and constructor comments are required
18640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 45 Potential violation of Law of Demeter (method chain calls)
18641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 49 Public method and constructor comments are required
18642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 52 Potential violation of Law of Demeter (object not created locally)
18643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 53 Potential violation of Law of Demeter (object not created locally)
18644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 54 Potential violation of Law of Demeter (object not created locally)
18645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1 Comment is too large: Too many lines
18646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 17 This class has a bunch of public methods and attributes
18647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 36 Avoid really long classes.
18648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 36 The class 'CursorableLinkedListTest' has a total cyclomatic complexity of 83 (highest 4).
18649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 36 This class has too many methods, consider refactoring it.
18650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 37 Public method and constructor comments are required
18651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 41 JUnit 4 indicates test suites via annotations, not the suite method.
18652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 41 Public method and constructor comments are required
18653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 45 Field comments are required
18654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 45 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
18655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
18656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 47 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
18657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 57 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 57 The String literal "unchecked" appears 51 times in this file; the first occurrence is on line 57
18659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 58 Public method and constructor comments are required
18660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 58 Unit tests should not contain more than 1 assert(s).
18661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 59 JUnit assertions should include a message
18662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 60 JUnit assertions should include a message
18663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 61 JUnit assertions should include a message
18664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 62 JUnit assertions should include a message
18665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 63 JUnit assertions should include a message
18666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 64 JUnit assertions should include a message
18667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 65 JUnit assertions should include a message
18668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 66 JUnit assertions should include a message
18669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 67 JUnit assertions should include a message
18670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 68 JUnit assertions should include a message
18671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 69 JUnit assertions should include a message
18672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 71 JUnit assertions should include a message
18673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 73 JUnit assertions should include a message
18674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 75 JUnit assertions should include a message
18675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 82 JUnit assertions should include a message
18676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 83 JUnit assertions should include a message
18677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 84 JUnit assertions should include a message
18678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 85 JUnit assertions should include a message
18679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 89 Public method and constructor comments are required
18681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 89 Unit tests should not contain more than 1 assert(s).
18682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 90 JUnit assertions should include a message
18683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 91 JUnit assertions should include a message
18684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 93 JUnit assertions should include a message
18685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 94 JUnit assertions should include a message
18686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 96 The String literal "element" appears 4 times in this file; the first occurrence is on line 96
18687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 97 JUnit assertions should include a message
18688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 98 JUnit assertions should include a message
18689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 101 JUnit assertions should include a message
18690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 102 JUnit assertions should include a message
18691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 106 JUnit assertions should include a message
18692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 107 JUnit assertions should include a message
18693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 110 JUnit assertions should include a message
18694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 111 JUnit assertions should include a message
18695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 116 JUnit assertions should include a message
18696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 117 JUnit assertions should include a message
18697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 120 JUnit assertions should include a message
18698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 121 JUnit assertions should include a message
18699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 124 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 125 Public method and constructor comments are required
18701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 125 Unit tests should not contain more than 1 assert(s).
18702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 126 JUnit assertions should include a message
18703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 127 JUnit assertions should include a message
18704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 128 JUnit assertions should include a message
18705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 129 JUnit assertions should include a message
18706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 130 JUnit assertions should include a message
18707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 131 JUnit assertions should include a message
18708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 132 JUnit assertions should include a message
18709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 133 JUnit assertions should include a message
18710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 134 JUnit assertions should include a message
18711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 135 JUnit assertions should include a message
18712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 136 JUnit assertions should include a message
18713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 139 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 140 Public method and constructor comments are required
18715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 140 Unit tests should not contain more than 1 assert(s).
18716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 141 JUnit assertions should include a message
18717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 142 Unnecessary use of fully qualified name 'java.util.LinkedList' due to existing import 'java.util.LinkedList'
18718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 142 Unnecessary use of fully qualified name 'java.util.List' due to existing import 'java.util.List'
18719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 143 JUnit assertions should include a message
18720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 145 JUnit assertions should include a message
18721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 148 JUnit assertions should include a message
18722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 150 JUnit assertions should include a message
18723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 152 JUnit assertions should include a message
18724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 154 JUnit assertions should include a message
18725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 156 JUnit assertions should include a message
18726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 157 JUnit assertions should include a message
18727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 160 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 161 Public method and constructor comments are required
18729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 161 Unit tests should not contain more than 1 assert(s).
18730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 167 Avoid variables with short names like it
18731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 168 JUnit assertions should include a message
18732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 168 Potential violation of Law of Demeter (object not created locally)
18733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 169 JUnit assertions should include a message
18734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 169 Potential violation of Law of Demeter (object not created locally)
18735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 170 JUnit assertions should include a message
18736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 170 Potential violation of Law of Demeter (object not created locally)
18737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 171 JUnit assertions should include a message
18738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 171 Potential violation of Law of Demeter (object not created locally)
18739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 172 JUnit assertions should include a message
18740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 172 Potential violation of Law of Demeter (object not created locally)
18741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 173 JUnit assertions should include a message
18742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 173 Potential violation of Law of Demeter (object not created locally)
18743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 174 JUnit assertions should include a message
18744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 174 Potential violation of Law of Demeter (object not created locally)
18745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 175 JUnit assertions should include a message
18746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 175 Potential violation of Law of Demeter (object not created locally)
18747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 176 JUnit assertions should include a message
18748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 176 Potential violation of Law of Demeter (object not created locally)
18749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 177 JUnit assertions should include a message
18750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 177 Potential violation of Law of Demeter (object not created locally)
18751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 178 JUnit assertions should include a message
18752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 178 Potential violation of Law of Demeter (object not created locally)
18753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 179 JUnit assertions should include a message
18754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 179 Potential violation of Law of Demeter (object not created locally)
18755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 180 JUnit assertions should include a message
18756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 180 Potential violation of Law of Demeter (object not created locally)
18757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 181 JUnit assertions should include a message
18758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 181 Potential violation of Law of Demeter (object not created locally)
18759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 182 JUnit assertions should include a message
18760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 182 Potential violation of Law of Demeter (object not created locally)
18761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 183 JUnit assertions should include a message
18762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 183 Potential violation of Law of Demeter (object not created locally)
18763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 184 JUnit assertions should include a message
18764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 184 Potential violation of Law of Demeter (object not created locally)
18765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 185 JUnit assertions should include a message
18766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 185 Potential violation of Law of Demeter (object not created locally)
18767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 186 JUnit assertions should include a message
18768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 186 Potential violation of Law of Demeter (object not created locally)
18769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 187 JUnit assertions should include a message
18770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 187 Potential violation of Law of Demeter (object not created locally)
18771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 188 JUnit assertions should include a message
18772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 188 Potential violation of Law of Demeter (object not created locally)
18773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 189 JUnit assertions should include a message
18774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 189 Potential violation of Law of Demeter (object not created locally)
18775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 190 JUnit assertions should include a message
18776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 190 Potential violation of Law of Demeter (object not created locally)
18777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 191 JUnit assertions should include a message
18778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 191 Potential violation of Law of Demeter (object not created locally)
18779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 192 JUnit assertions should include a message
18780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 192 Potential violation of Law of Demeter (object not created locally)
18781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 193 JUnit assertions should include a message
18782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 193 Potential violation of Law of Demeter (object not created locally)
18783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 194 JUnit assertions should include a message
18784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 194 Potential violation of Law of Demeter (object not created locally)
18785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 195 JUnit assertions should include a message
18786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 195 Potential violation of Law of Demeter (object not created locally)
18787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 196 JUnit assertions should include a message
18788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 196 Potential violation of Law of Demeter (object not created locally)
18789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 197 JUnit assertions should include a message
18790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 197 Potential violation of Law of Demeter (object not created locally)
18791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 198 JUnit assertions should include a message
18792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 198 Potential violation of Law of Demeter (object not created locally)
18793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 199 JUnit assertions should include a message
18794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 199 Potential violation of Law of Demeter (object not created locally)
18795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 200 JUnit assertions should include a message
18796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 200 Potential violation of Law of Demeter (object not created locally)
18797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 201 JUnit assertions should include a message
18798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 201 Potential violation of Law of Demeter (object not created locally)
18799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 202 JUnit assertions should include a message
18800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 202 Potential violation of Law of Demeter (object not created locally)
18801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 203 JUnit assertions should include a message
18802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 203 Potential violation of Law of Demeter (object not created locally)
18803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 204 JUnit assertions should include a message
18804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 204 Potential violation of Law of Demeter (object not created locally)
18805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 205 JUnit assertions should include a message
18806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 205 Potential violation of Law of Demeter (object not created locally)
18807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 206 JUnit assertions should include a message
18808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 206 Potential violation of Law of Demeter (object not created locally)
18809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 207 JUnit assertions should include a message
18810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 207 Potential violation of Law of Demeter (object not created locally)
18811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 208 JUnit assertions should include a message
18812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 208 Potential violation of Law of Demeter (object not created locally)
18813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 209 JUnit assertions should include a message
18814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 209 Potential violation of Law of Demeter (object not created locally)
18815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 210 JUnit assertions should include a message
18816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 210 Potential violation of Law of Demeter (object not created locally)
18817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 211 JUnit assertions should include a message
18818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 211 Potential violation of Law of Demeter (object not created locally)
18819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 212 Potential violation of Law of Demeter (object not created locally)
18820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 215 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 216 Public method and constructor comments are required
18822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 216 Unit tests should not contain more than 1 assert(s).
18823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 223 Avoid variables with short names like it
18824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 224 JUnit assertions should include a message
18825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 224 Potential violation of Law of Demeter (object not created locally)
18826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 225 Potential violation of Law of Demeter (object not created locally)
18827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 226 JUnit assertions should include a message
18828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 226 Potential violation of Law of Demeter (object not created locally)
18829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 227 Potential violation of Law of Demeter (object not created locally)
18830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 228 JUnit assertions should include a message
18831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 228 Potential violation of Law of Demeter (object not created locally)
18832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 229 JUnit assertions should include a message
18833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 229 Potential violation of Law of Demeter (object not created locally)
18834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 230 Potential violation of Law of Demeter (object not created locally)
18835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 231 JUnit assertions should include a message
18836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 231 Potential violation of Law of Demeter (object not created locally)
18837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 232 JUnit assertions should include a message
18838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 232 Potential violation of Law of Demeter (object not created locally)
18839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 233 Potential violation of Law of Demeter (object not created locally)
18840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 234 JUnit assertions should include a message
18841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 234 Potential violation of Law of Demeter (object not created locally)
18842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 235 Potential violation of Law of Demeter (object not created locally)
18843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 236 JUnit assertions should include a message
18844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 237 Potential violation of Law of Demeter (object not created locally)
18845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 240 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 241 Public method and constructor comments are required
18847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 241 Unit tests should not contain more than 1 assert(s).
18848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 248 Avoid variables with short names like it
18849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 251 JUnit assertions should include a message
18850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 252 Avoid empty catch blocks
18851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 255 JUnit assertions should include a message
18852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 255 Potential violation of Law of Demeter (object not created locally)
18853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 256 JUnit assertions should include a message
18854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 256 Potential violation of Law of Demeter (object not created locally)
18855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 257 JUnit assertions should include a message
18856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 257 The String literal "[1, 2, 3, 4, 5]" appears 6 times in this file; the first occurrence is on line 257
18857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 258 Potential violation of Law of Demeter (object not created locally)
18858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 259 JUnit assertions should include a message
18859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 259 The String literal "[1, 3, 4, 5]" appears 4 times in this file; the first occurrence is on line 259
18860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 260 JUnit assertions should include a message
18861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 260 Potential violation of Law of Demeter (object not created locally)
18862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 261 JUnit assertions should include a message
18863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 261 Potential violation of Law of Demeter (object not created locally)
18864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 262 JUnit assertions should include a message
18865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 262 Potential violation of Law of Demeter (object not created locally)
18866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 263 Potential violation of Law of Demeter (object not created locally)
18867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 264 JUnit assertions should include a message
18868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 265 JUnit assertions should include a message
18869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 265 Potential violation of Law of Demeter (object not created locally)
18870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 266 JUnit assertions should include a message
18871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 266 Potential violation of Law of Demeter (object not created locally)
18872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 267 Potential violation of Law of Demeter (object not created locally)
18873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 268 JUnit assertions should include a message
18874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 271 Avoid empty catch blocks
18875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 274 JUnit assertions should include a message
18876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 274 Potential violation of Law of Demeter (object not created locally)
18877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 275 JUnit assertions should include a message
18878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 275 Potential violation of Law of Demeter (object not created locally)
18879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 276 Potential violation of Law of Demeter (object not created locally)
18880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 277 JUnit assertions should include a message
18881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 278 JUnit assertions should include a message
18882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 278 Potential violation of Law of Demeter (object not created locally)
18883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 279 Potential violation of Law of Demeter (object not created locally)
18884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 280 JUnit assertions should include a message
18885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 281 Potential violation of Law of Demeter (object not created locally)
18886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 284 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 285 Public method and constructor comments are required
18888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 285 Unit tests should not contain more than 1 assert(s).
18889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 286 Avoid variables with short names like it
18890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 287 Potential violation of Law of Demeter (object not created locally)
18891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 288 JUnit assertions should include a message
18892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 289 Potential violation of Law of Demeter (object not created locally)
18893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 290 JUnit assertions should include a message
18894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 291 Potential violation of Law of Demeter (object not created locally)
18895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 292 JUnit assertions should include a message
18896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 293 JUnit assertions should include a message
18897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 293 Potential violation of Law of Demeter (object not created locally)
18898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 294 Potential violation of Law of Demeter (object not created locally)
18899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 295 JUnit assertions should include a message
18900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 296 JUnit assertions should include a message
18901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 296 Potential violation of Law of Demeter (object not created locally)
18902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 297 JUnit assertions should include a message
18903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 297 Potential violation of Law of Demeter (object not created locally)
18904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 298 Potential violation of Law of Demeter (object not created locally)
18905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 299 JUnit assertions should include a message
18906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 300 Potential violation of Law of Demeter (object not created locally)
18907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 303 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 304 Public method and constructor comments are required
18909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 304 Unit tests should not contain more than 1 assert(s).
18910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 314 Avoid variables with short names like c1
18911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 315 Avoid variables with short names like c2
18912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 316 Avoid variables with short names like li
18913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 320 JUnit assertions should include a message
18914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 321 JUnit assertions should include a message
18915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 323 JUnit assertions should include a message
18916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 324 JUnit assertions should include a message
18917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 324 Potential violation of Law of Demeter (object not created locally)
18918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 325 JUnit assertions should include a message
18919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 325 Potential violation of Law of Demeter (object not created locally)
18920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 326 JUnit assertions should include a message
18921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 326 Potential violation of Law of Demeter (object not created locally)
18922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 330 Potential violation of Law of Demeter (object not created locally)
18923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 331 JUnit assertions should include a message
18924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 331 Potential violation of Law of Demeter (object not created locally)
18925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 332 Potential violation of Law of Demeter (object not created locally)
18926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 333 JUnit assertions should include a message
18927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 333 Potential violation of Law of Demeter (object not created locally)
18928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 334 JUnit assertions should include a message
18929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 334 Potential violation of Law of Demeter (object not created locally)
18930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 335 JUnit assertions should include a message
18931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 335 Potential violation of Law of Demeter (object not created locally)
18932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 347 JUnit assertions should include a message
18933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 347 Potential violation of Law of Demeter (object not created locally)
18934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 348 JUnit assertions should include a message
18935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 348 Potential violation of Law of Demeter (object not created locally)
18936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 349 Potential violation of Law of Demeter (object not created locally)
18937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 350 JUnit assertions should include a message
18938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 350 Potential violation of Law of Demeter (object not created locally)
18939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 351 JUnit assertions should include a message
18940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 351 Potential violation of Law of Demeter (object not created locally)
18941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 352 JUnit assertions should include a message
18942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 352 Potential violation of Law of Demeter (object not created locally)
18943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 353 JUnit assertions should include a message
18944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 353 Potential violation of Law of Demeter (object not created locally)
18945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 357 JUnit assertions should include a message
18946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 358 Avoid empty catch blocks
18947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 363 JUnit assertions should include a message
18948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 364 Avoid empty catch blocks
18949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 367 Potential violation of Law of Demeter (object not created locally)
18950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 368 Potential violation of Law of Demeter (object not created locally)
18951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 371 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 372 Public method and constructor comments are required
18953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 372 Unit tests should not contain more than 1 assert(s).
18954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 378 Avoid variables with short names like c1
18955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 379 Avoid variables with short names like li
18956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 383 JUnit assertions should include a message
18957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 384 JUnit assertions should include a message
18958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 386 JUnit assertions should include a message
18959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 386 Potential violation of Law of Demeter (object not created locally)
18960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 387 JUnit assertions should include a message
18961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 387 Potential violation of Law of Demeter (object not created locally)
18962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 388 JUnit assertions should include a message
18963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 388 Potential violation of Law of Demeter (object not created locally)
18964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 389 JUnit assertions should include a message
18965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 389 Potential violation of Law of Demeter (object not created locally)
18966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 392 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 393 Public method and constructor comments are required
18968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 393 Unit tests should not contain more than 1 assert(s).
18969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 399 Avoid variables with short names like c1
18970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 401 JUnit assertions should include a message
18971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 401 Potential violation of Law of Demeter (object not created locally)
18972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 403 JUnit assertions should include a message
18973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 403 Potential violation of Law of Demeter (object not created locally)
18974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 404 JUnit assertions should include a message
18975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 404 Potential violation of Law of Demeter (object not created locally)
18976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 405 JUnit assertions should include a message
18977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 405 Potential violation of Law of Demeter (object not created locally)
18978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 406 JUnit assertions should include a message
18979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 406 Potential violation of Law of Demeter (object not created locally)
18980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 409 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 410 Public method and constructor comments are required
18982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 410 Unit tests should not contain more than 1 assert(s).
18983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 416 Avoid variables with short names like c1
18984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 418 JUnit assertions should include a message
18985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 418 Potential violation of Law of Demeter (object not created locally)
18986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 419 JUnit assertions should include a message
18987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 419 Potential violation of Law of Demeter (object not created locally)
18988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 421 JUnit assertions should include a message
18989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 421 Potential violation of Law of Demeter (object not created locally)
18990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 422 JUnit assertions should include a message
18991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 422 Potential violation of Law of Demeter (object not created locally)
18992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 425 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
18993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 426 Public method and constructor comments are required
18994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 426 Unit tests should not contain more than 1 assert(s).
18995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 432 Avoid variables with short names like c1
18996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 434 JUnit assertions should include a message
18997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 434 Potential violation of Law of Demeter (object not created locally)
18998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 436 JUnit assertions should include a message
18999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 436 Potential violation of Law of Demeter (object not created locally)
19000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 437 JUnit assertions should include a message
19001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 437 Potential violation of Law of Demeter (object not created locally)
19002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 438 JUnit assertions should include a message
19003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 438 Potential violation of Law of Demeter (object not created locally)
19004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 439 JUnit assertions should include a message
19005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 439 Potential violation of Law of Demeter (object not created locally)
19006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 442 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 443 Public method and constructor comments are required
19008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 443 Unit tests should not contain more than 1 assert(s).
19009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 449 Avoid variables with short names like c1
19010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 451 JUnit assertions should include a message
19011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 451 Potential violation of Law of Demeter (object not created locally)
19012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 453 JUnit assertions should include a message
19013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 453 Potential violation of Law of Demeter (object not created locally)
19014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 454 JUnit assertions should include a message
19015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 454 Potential violation of Law of Demeter (object not created locally)
19016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 455 JUnit assertions should include a message
19017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 455 Potential violation of Law of Demeter (object not created locally)
19018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 456 JUnit assertions should include a message
19019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 456 Potential violation of Law of Demeter (object not created locally)
19020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 459 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 460 Public method and constructor comments are required
19022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 460 The instance method name 'testInternalState_CursorNextNextPreviousRemoveIndex1ByList' doesn't match '[a-z][a-zA-Z0-9]*'
19023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 460 Unit tests should not contain more than 1 assert(s).
19024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 465 Avoid variables with short names like c1
19025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 466 JUnit assertions should include a message
19026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 466 Potential violation of Law of Demeter (object not created locally)
19027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 467 JUnit assertions should include a message
19028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 467 Potential violation of Law of Demeter (object not created locally)
19029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 468 JUnit assertions should include a message
19030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 468 Potential violation of Law of Demeter (object not created locally)
19031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 470 JUnit assertions should include a message
19032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 472 JUnit assertions should include a message
19033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 473 JUnit assertions should include a message
19034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 474 JUnit assertions should include a message
19035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 475 JUnit assertions should include a message
19036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 476 JUnit assertions should include a message
19037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 478 JUnit assertions should include a message
19038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 478 The String literal "[A, C]" appears 10 times in this file; the first occurrence is on line 478
19039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 479 Potential violation of Law of Demeter (object not created locally)
19040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 480 JUnit assertions should include a message
19041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 483 JUnit assertions should include a message
19042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 484 Avoid empty catch blocks
19043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 487 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 488 Public method and constructor comments are required
19045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 488 The instance method name 'testInternalState_CursorNextRemoveIndex1ByList' doesn't match '[a-z][a-zA-Z0-9]*'
19046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 488 Unit tests should not contain more than 1 assert(s).
19047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 493 Avoid variables with short names like c1
19048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 494 JUnit assertions should include a message
19049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 494 Potential violation of Law of Demeter (object not created locally)
19050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 496 JUnit assertions should include a message
19051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 498 JUnit assertions should include a message
19052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 499 JUnit assertions should include a message
19053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 500 JUnit assertions should include a message
19054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 501 JUnit assertions should include a message
19055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 502 JUnit assertions should include a message
19056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 504 JUnit assertions should include a message
19057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 505 Potential violation of Law of Demeter (object not created locally)
19058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 506 JUnit assertions should include a message
19059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 509 JUnit assertions should include a message
19060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 510 Avoid empty catch blocks
19061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 513 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 514 Public method and constructor comments are required
19063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 514 The instance method name 'testInternalState_CursorNextNextRemoveIndex1ByList' doesn't match '[a-z][a-zA-Z0-9]*'
19064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 514 Unit tests should not contain more than 1 assert(s).
19065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 519 Avoid variables with short names like c1
19066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 520 JUnit assertions should include a message
19067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 520 Potential violation of Law of Demeter (object not created locally)
19068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 521 JUnit assertions should include a message
19069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 521 Potential violation of Law of Demeter (object not created locally)
19070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 523 JUnit assertions should include a message
19071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 525 JUnit assertions should include a message
19072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 526 JUnit assertions should include a message
19073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 527 JUnit assertions should include a message
19074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 528 JUnit assertions should include a message
19075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 529 JUnit assertions should include a message
19076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 531 JUnit assertions should include a message
19077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 532 Potential violation of Law of Demeter (object not created locally)
19078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 533 JUnit assertions should include a message
19079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 536 JUnit assertions should include a message
19080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 537 Avoid empty catch blocks
19081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 540 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 541 Public method and constructor comments are required
19083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 541 The instance method name 'testInternalState_CursorNextNextNextRemoveIndex1ByList' doesn't match '[a-z][a-zA-Z0-9]*'
19084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 541 Unit tests should not contain more than 1 assert(s).
19085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 547 Avoid variables with short names like c1
19086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 548 JUnit assertions should include a message
19087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 548 Potential violation of Law of Demeter (object not created locally)
19088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 549 JUnit assertions should include a message
19089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 549 Potential violation of Law of Demeter (object not created locally)
19090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 550 JUnit assertions should include a message
19091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 550 Potential violation of Law of Demeter (object not created locally)
19092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 552 JUnit assertions should include a message
19093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 554 JUnit assertions should include a message
19094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 555 JUnit assertions should include a message
19095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 556 JUnit assertions should include a message
19096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 557 JUnit assertions should include a message
19097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 559 JUnit assertions should include a message
19098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 560 Potential violation of Law of Demeter (object not created locally)
19099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 561 JUnit assertions should include a message
19100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 564 JUnit assertions should include a message
19101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 565 Avoid empty catch blocks
19102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 568 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 569 Public method and constructor comments are required
19104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 569 The instance method name 'testInternalState_CursorNextNextPreviousRemoveByIterator' doesn't match '[a-z][a-zA-Z0-9]*'
19105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 569 Unit tests should not contain more than 1 assert(s).
19106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 574 Avoid variables with short names like c1
19107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 575 JUnit assertions should include a message
19108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 575 Potential violation of Law of Demeter (object not created locally)
19109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 576 JUnit assertions should include a message
19110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 576 Potential violation of Law of Demeter (object not created locally)
19111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 577 JUnit assertions should include a message
19112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 577 Potential violation of Law of Demeter (object not created locally)
19113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 579 Potential violation of Law of Demeter (object not created locally)
19114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 581 JUnit assertions should include a message
19115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 582 JUnit assertions should include a message
19116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 583 JUnit assertions should include a message
19117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 584 JUnit assertions should include a message
19118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 585 JUnit assertions should include a message
19119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 587 JUnit assertions should include a message
19120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 590 JUnit assertions should include a message
19121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 591 Avoid empty catch blocks
19122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 594 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 595 Public method and constructor comments are required
19124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 595 The instance method name 'testInternalState_CursorNextNextRemoveByIterator' doesn't match '[a-z][a-zA-Z0-9]*'
19125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 595 Unit tests should not contain more than 1 assert(s).
19126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 600 Avoid variables with short names like c1
19127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 601 JUnit assertions should include a message
19128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 601 Potential violation of Law of Demeter (object not created locally)
19129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 602 JUnit assertions should include a message
19130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 602 Potential violation of Law of Demeter (object not created locally)
19131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 604 Potential violation of Law of Demeter (object not created locally)
19132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 606 JUnit assertions should include a message
19133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 607 JUnit assertions should include a message
19134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 608 JUnit assertions should include a message
19135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 609 JUnit assertions should include a message
19136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 610 JUnit assertions should include a message
19137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 612 JUnit assertions should include a message
19138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 615 JUnit assertions should include a message
19139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 616 Avoid empty catch blocks
19140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 619 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 620 Public method and constructor comments are required
19142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 620 The instance method name 'testInternalState_CursorNextNextPreviousAddIndex1ByList' doesn't match '[a-z][a-zA-Z0-9]*'
19143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 620 Unit tests should not contain more than 1 assert(s).
19144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 625 Avoid variables with short names like c1
19145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 626 JUnit assertions should include a message
19146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 626 Potential violation of Law of Demeter (object not created locally)
19147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 627 JUnit assertions should include a message
19148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 627 Potential violation of Law of Demeter (object not created locally)
19149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 628 JUnit assertions should include a message
19150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 628 Potential violation of Law of Demeter (object not created locally)
19151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 632 JUnit assertions should include a message
19152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 633 JUnit assertions should include a message
19153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 634 JUnit assertions should include a message
19154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 635 JUnit assertions should include a message
19155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 637 JUnit assertions should include a message
19156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 637 The String literal "[A, Z, B, C]" appears 4 times in this file; the first occurrence is on line 637
19157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 638 Potential violation of Law of Demeter (object not created locally)
19158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 639 JUnit assertions should include a message
19159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 639 The String literal "[A, Z, C]" appears 4 times in this file; the first occurrence is on line 639
19160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 642 JUnit assertions should include a message
19161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 643 Avoid empty catch blocks
19162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 646 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 647 Public method and constructor comments are required
19164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 647 The instance method name 'testInternalState_CursorNextAddIndex1ByList' doesn't match '[a-z][a-zA-Z0-9]*'
19165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 647 Unit tests should not contain more than 1 assert(s).
19166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 652 Avoid variables with short names like c1
19167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 653 JUnit assertions should include a message
19168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 653 Potential violation of Law of Demeter (object not created locally)
19169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 657 JUnit assertions should include a message
19170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 658 JUnit assertions should include a message
19171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 659 JUnit assertions should include a message
19172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 660 JUnit assertions should include a message
19173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 662 JUnit assertions should include a message
19174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 663 Potential violation of Law of Demeter (object not created locally)
19175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 664 JUnit assertions should include a message
19176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 667 JUnit assertions should include a message
19177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 668 Avoid empty catch blocks
19178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 671 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 672 Public method and constructor comments are required
19180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 672 The instance method name 'testInternalState_CursorNextNextAddIndex1ByList' doesn't match '[a-z][a-zA-Z0-9]*'
19181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 672 Unit tests should not contain more than 1 assert(s).
19182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 677 Avoid variables with short names like c1
19183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 678 JUnit assertions should include a message
19184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 678 Potential violation of Law of Demeter (object not created locally)
19185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 679 JUnit assertions should include a message
19186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 679 Potential violation of Law of Demeter (object not created locally)
19187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 683 JUnit assertions should include a message
19188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 684 JUnit assertions should include a message
19189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 685 JUnit assertions should include a message
19190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 687 JUnit assertions should include a message
19191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 688 Potential violation of Law of Demeter (object not created locally)
19192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 689 JUnit assertions should include a message
19193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 692 JUnit assertions should include a message
19194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 693 Avoid empty catch blocks
19195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 696 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 697 Public method and constructor comments are required
19197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 697 The instance method name 'testInternalState_CursorNextNextPreviousAddByIterator' doesn't match '[a-z][a-zA-Z0-9]*'
19198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 697 Unit tests should not contain more than 1 assert(s).
19199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 702 Avoid variables with short names like c1
19200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 703 JUnit assertions should include a message
19201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 703 Potential violation of Law of Demeter (object not created locally)
19202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 704 JUnit assertions should include a message
19203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 704 Potential violation of Law of Demeter (object not created locally)
19204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 705 JUnit assertions should include a message
19205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 705 Potential violation of Law of Demeter (object not created locally)
19206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 707 Potential violation of Law of Demeter (object not created locally)
19207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 709 JUnit assertions should include a message
19208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 710 JUnit assertions should include a message
19209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 711 JUnit assertions should include a message
19210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 712 JUnit assertions should include a message
19211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 714 JUnit assertions should include a message
19212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 717 JUnit assertions should include a message
19213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 718 Avoid empty catch blocks
19214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 721 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 722 Public method and constructor comments are required
19216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 722 The instance method name 'testInternalState_CursorNextNextAddByIterator' doesn't match '[a-z][a-zA-Z0-9]*'
19217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 722 Unit tests should not contain more than 1 assert(s).
19218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 727 Avoid variables with short names like c1
19219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 728 JUnit assertions should include a message
19220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 728 Potential violation of Law of Demeter (object not created locally)
19221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 729 JUnit assertions should include a message
19222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 729 Potential violation of Law of Demeter (object not created locally)
19223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 731 Potential violation of Law of Demeter (object not created locally)
19224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 733 JUnit assertions should include a message
19225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 734 JUnit assertions should include a message
19226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 735 JUnit assertions should include a message
19227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 736 JUnit assertions should include a message
19228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 737 JUnit assertions should include a message
19229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 739 JUnit assertions should include a message
19230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 742 JUnit assertions should include a message
19231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 743 Avoid empty catch blocks
19232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 746 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 747 Public method and constructor comments are required
19234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 747 The instance method name 'testInternalState_CursorNextNextRemoveByListSetByIterator' doesn't match '[a-z][a-zA-Z0-9]*'
19235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 747 Unit tests should not contain more than 1 assert(s).
19236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 752 Avoid variables with short names like c1
19237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 753 JUnit assertions should include a message
19238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 753 Potential violation of Law of Demeter (object not created locally)
19239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 754 JUnit assertions should include a message
19240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 754 Potential violation of Law of Demeter (object not created locally)
19241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 758 JUnit assertions should include a message
19242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 759 JUnit assertions should include a message
19243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 760 JUnit assertions should include a message
19244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 761 JUnit assertions should include a message
19245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 762 JUnit assertions should include a message
19246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 766 JUnit assertions should include a message
19247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 767 Avoid empty catch blocks
19248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 770 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 771 Public method and constructor comments are required
19250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 771 The instance method name 'testInternalState_CursorNextNextPreviousSetByIterator' doesn't match '[a-z][a-zA-Z0-9]*'
19251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 771 Unit tests should not contain more than 1 assert(s).
19252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 776 Avoid variables with short names like c1
19253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 777 JUnit assertions should include a message
19254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 777 Potential violation of Law of Demeter (object not created locally)
19255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 778 JUnit assertions should include a message
19256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 778 Potential violation of Law of Demeter (object not created locally)
19257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 779 JUnit assertions should include a message
19258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 779 Potential violation of Law of Demeter (object not created locally)
19259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 781 Potential violation of Law of Demeter (object not created locally)
19260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 783 JUnit assertions should include a message
19261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 784 JUnit assertions should include a message
19262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 785 JUnit assertions should include a message
19263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 786 JUnit assertions should include a message
19264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 788 JUnit assertions should include a message
19265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 789 Potential violation of Law of Demeter (object not created locally)
19266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 790 JUnit assertions should include a message
19267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 793 JUnit assertions should include a message
19268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 794 Avoid empty catch blocks
19269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 797 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 798 Public method and constructor comments are required
19271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 798 The instance method name 'testInternalState_CursorNextNextSetByIterator' doesn't match '[a-z][a-zA-Z0-9]*'
19272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 798 Unit tests should not contain more than 1 assert(s).
19273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 803 Avoid variables with short names like c1
19274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 804 JUnit assertions should include a message
19275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 804 Potential violation of Law of Demeter (object not created locally)
19276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 805 JUnit assertions should include a message
19277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 805 Potential violation of Law of Demeter (object not created locally)
19278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 807 Potential violation of Law of Demeter (object not created locally)
19279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 809 JUnit assertions should include a message
19280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 810 JUnit assertions should include a message
19281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 811 JUnit assertions should include a message
19282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 812 JUnit assertions should include a message
19283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 814 JUnit assertions should include a message
19284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 815 Potential violation of Law of Demeter (object not created locally)
19285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 816 JUnit assertions should include a message
19286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 819 JUnit assertions should include a message
19287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 820 Avoid empty catch blocks
19288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 823 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 824 Public method and constructor comments are required
19290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 824 Unit tests should not contain more than 1 assert(s).
19291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 825 JUnit assertions should include a message
19292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 826 JUnit assertions should include a message
19293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 828 JUnit assertions should include a message
19294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 829 JUnit assertions should include a message
19295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 832 JUnit assertions should include a message
19296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 833 JUnit assertions should include a message
19297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 835 Unnecessary use of fully qualified name 'java.util.LinkedList' due to existing import 'java.util.LinkedList'
19298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 835 Unnecessary use of fully qualified name 'java.util.List' due to existing import 'java.util.List'
19299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 836 JUnit assertions should include a message
19300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 837 JUnit assertions should include a message
19301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 838 JUnit assertions should include a message
19302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 839 JUnit assertions should include a message
19303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 840 JUnit assertions should include a message
19304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 843 JUnit assertions should include a message
19305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 844 JUnit assertions should include a message
19306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 845 JUnit assertions should include a message
19307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 846 JUnit assertions should include a message
19308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 849 JUnit assertions should include a message
19309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 850 JUnit assertions should include a message
19310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 851 JUnit assertions should include a message
19311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 854 JUnit assertions should include a message
19312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 855 JUnit assertions should include a message
19313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 856 JUnit assertions should include a message
19314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 857 JUnit assertions should include a message
19315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 858 JUnit assertions should include a message
19316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 862 JUnit assertions should include a message
19317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 863 JUnit assertions should include a message
19318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 864 JUnit assertions should include a message
19319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 865 JUnit assertions should include a message
19320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 866 JUnit assertions should include a message
19321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 867 JUnit assertions should include a message
19322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 872 JUnit assertions should include a message
19323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 873 JUnit assertions should include a message
19324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 874 JUnit assertions should include a message
19325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 875 JUnit assertions should include a message
19326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 876 JUnit assertions should include a message
19327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 877 JUnit assertions should include a message
19328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 878 JUnit assertions should include a message
19329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 882 JUnit assertions should include a message
19330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 883 JUnit assertions should include a message
19331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 884 JUnit assertions should include a message
19332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 887 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 888 Public method and constructor comments are required
19334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 888 Unit tests should not contain more than 1 assert(s).
19335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 892 Avoid empty catch blocks
19336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 896 JUnit assertions should include a message
19337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 897 JUnit assertions should include a message
19338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 898 JUnit assertions should include a message
19339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 899 JUnit assertions should include a message
19340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 900 JUnit assertions should include a message
19341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 905 Avoid empty catch blocks
19342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 912 Avoid empty catch blocks
19343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 917 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 918 Public method and constructor comments are required
19345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 918 Unit tests should not contain more than 1 assert(s).
19346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 919 JUnit assertions should include a message
19347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 920 JUnit assertions should include a message
19348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 922 JUnit assertions should include a message
19349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 923 JUnit assertions should include a message
19350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 924 JUnit assertions should include a message
19351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 925 JUnit assertions should include a message
19352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 927 JUnit assertions should include a message
19353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 928 JUnit assertions should include a message
19354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 929 JUnit assertions should include a message
19355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 930 JUnit assertions should include a message
19356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 932 JUnit assertions should include a message
19357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 933 JUnit assertions should include a message
19358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 934 JUnit assertions should include a message
19359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 935 JUnit assertions should include a message
19360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 938 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 939 Public method and constructor comments are required
19362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 939 Unit tests should not contain more than 1 assert(s).
19363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 940 JUnit assertions should include a message
19364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 942 JUnit assertions should include a message
19365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 944 JUnit assertions should include a message
19366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 946 JUnit assertions should include a message
19367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 948 JUnit assertions should include a message
19368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 951 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 952 Public method and constructor comments are required
19370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 952 Unit tests should not contain more than 1 assert(s).
19371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 958 Avoid variables with short names like it
19372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 959 JUnit assertions should include a message
19373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 960 JUnit assertions should include a message
19374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 961 JUnit assertions should include a message
19375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 962 JUnit assertions should include a message
19376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 963 JUnit assertions should include a message
19377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 964 JUnit assertions should include a message
19378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 965 JUnit assertions should include a message
19379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 966 JUnit assertions should include a message
19380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 967 JUnit assertions should include a message
19381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 968 JUnit assertions should include a message
19382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 969 JUnit assertions should include a message
19383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 972 JUnit assertions should include a message
19384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 973 JUnit assertions should include a message
19385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 975 JUnit assertions should include a message
19386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 976 JUnit assertions should include a message
19387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 977 JUnit assertions should include a message
19388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 979 JUnit assertions should include a message
19389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 980 JUnit assertions should include a message
19390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 981 JUnit assertions should include a message
19391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 983 JUnit assertions should include a message
19392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 984 JUnit assertions should include a message
19393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 985 JUnit assertions should include a message
19394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 987 JUnit assertions should include a message
19395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 988 JUnit assertions should include a message
19396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 989 JUnit assertions should include a message
19397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 991 JUnit assertions should include a message
19398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 992 JUnit assertions should include a message
19399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 995 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 996 Public method and constructor comments are required
19401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 996 The method 'testListIteratorNavigation()' has a NCSS line count of 81.
19402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 996 Unit tests should not contain more than 1 assert(s).
19403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1002 Avoid variables with short names like it
19404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1003 JUnit assertions should include a message
19405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1004 JUnit assertions should include a message
19406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1005 JUnit assertions should include a message
19407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1006 JUnit assertions should include a message
19408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1007 JUnit assertions should include a message
19409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1008 JUnit assertions should include a message
19410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1009 JUnit assertions should include a message
19411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1010 JUnit assertions should include a message
19412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1011 JUnit assertions should include a message
19413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1012 JUnit assertions should include a message
19414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1013 JUnit assertions should include a message
19415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1014 JUnit assertions should include a message
19416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1015 JUnit assertions should include a message
19417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1016 JUnit assertions should include a message
19418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1017 JUnit assertions should include a message
19419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1018 JUnit assertions should include a message
19420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1019 JUnit assertions should include a message
19421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1020 JUnit assertions should include a message
19422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1021 JUnit assertions should include a message
19423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1022 JUnit assertions should include a message
19424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1023 JUnit assertions should include a message
19425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1024 JUnit assertions should include a message
19426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1025 JUnit assertions should include a message
19427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1026 JUnit assertions should include a message
19428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1027 JUnit assertions should include a message
19429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1028 JUnit assertions should include a message
19430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1029 JUnit assertions should include a message
19431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1030 JUnit assertions should include a message
19432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1031 JUnit assertions should include a message
19433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1032 JUnit assertions should include a message
19434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1033 JUnit assertions should include a message
19435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1034 JUnit assertions should include a message
19436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1035 JUnit assertions should include a message
19437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1036 JUnit assertions should include a message
19438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1037 JUnit assertions should include a message
19439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1038 JUnit assertions should include a message
19440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1039 JUnit assertions should include a message
19441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1040 JUnit assertions should include a message
19442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1041 JUnit assertions should include a message
19443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1042 JUnit assertions should include a message
19444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1043 JUnit assertions should include a message
19445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1044 JUnit assertions should include a message
19446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1045 JUnit assertions should include a message
19447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1046 JUnit assertions should include a message
19448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1047 JUnit assertions should include a message
19449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1048 JUnit assertions should include a message
19450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1049 JUnit assertions should include a message
19451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1050 JUnit assertions should include a message
19452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1051 JUnit assertions should include a message
19453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1052 JUnit assertions should include a message
19454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1053 JUnit assertions should include a message
19455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1054 JUnit assertions should include a message
19456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1055 JUnit assertions should include a message
19457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1056 JUnit assertions should include a message
19458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1057 JUnit assertions should include a message
19459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1058 JUnit assertions should include a message
19460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1059 JUnit assertions should include a message
19461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1060 JUnit assertions should include a message
19462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1061 JUnit assertions should include a message
19463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1062 JUnit assertions should include a message
19464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1063 JUnit assertions should include a message
19465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1064 JUnit assertions should include a message
19466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1065 JUnit assertions should include a message
19467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1066 JUnit assertions should include a message
19468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1067 JUnit assertions should include a message
19469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1068 JUnit assertions should include a message
19470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1069 JUnit assertions should include a message
19471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1070 JUnit assertions should include a message
19472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1071 JUnit assertions should include a message
19473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1072 JUnit assertions should include a message
19474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1073 JUnit assertions should include a message
19475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1074 JUnit assertions should include a message
19476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1075 JUnit assertions should include a message
19477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1076 JUnit assertions should include a message
19478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1079 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1081 Unit tests should not contain more than 1 assert(s).
19480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1088 Avoid variables with short names like it
19481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1089 JUnit assertions should include a message
19482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1091 JUnit assertions should include a message
19483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1093 JUnit assertions should include a message
19484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1094 JUnit assertions should include a message
19485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1096 JUnit assertions should include a message
19486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1097 JUnit assertions should include a message
19487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1099 JUnit assertions should include a message
19488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1101 JUnit assertions should include a message
19489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1105 Public method and constructor comments are required
19491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1105 Unit tests should not contain more than 1 assert(s).
19492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1112 Avoid variables with short names like it
19493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1115 Avoid empty catch blocks
19494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1118 JUnit assertions should include a message
19495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1119 JUnit assertions should include a message
19496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1120 JUnit assertions should include a message
19497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1122 JUnit assertions should include a message
19498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1123 JUnit assertions should include a message
19499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1124 JUnit assertions should include a message
19500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1125 JUnit assertions should include a message
19501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1127 JUnit assertions should include a message
19502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1128 JUnit assertions should include a message
19503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1129 JUnit assertions should include a message
19504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1131 JUnit assertions should include a message
19505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1134 Avoid empty catch blocks
19506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1137 JUnit assertions should include a message
19507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1138 JUnit assertions should include a message
19508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1140 JUnit assertions should include a message
19509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1141 JUnit assertions should include a message
19510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1143 JUnit assertions should include a message
19511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1146 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1148 Unit tests should not contain more than 1 assert(s).
19513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1149 Avoid variables with short names like it
19514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1151 JUnit assertions should include a message
19515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1153 JUnit assertions should include a message
19516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1155 JUnit assertions should include a message
19517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1156 JUnit assertions should include a message
19518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1158 JUnit assertions should include a message
19519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1159 JUnit assertions should include a message
19520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1160 JUnit assertions should include a message
19521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1162 JUnit assertions should include a message
19522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1165 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1166 Public method and constructor comments are required
19524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1166 Unit tests should not contain more than 1 assert(s).
19525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1180 JUnit assertions should include a message
19526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1181 JUnit assertions should include a message
19527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1182 JUnit assertions should include a message
19528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1185 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1186 Public method and constructor comments are required
19530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1186 Unit tests should not contain more than 1 assert(s).
19531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1192 JUnit assertions should include a message
19532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1193 JUnit assertions should include a message
19533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1194 JUnit assertions should include a message
19534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1195 JUnit assertions should include a message
19535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1196 JUnit assertions should include a message
19536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1197 JUnit assertions should include a message
19537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1198 JUnit assertions should include a message
19538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1199 JUnit assertions should include a message
19539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1200 JUnit assertions should include a message
19540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1201 JUnit assertions should include a message
19541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1202 JUnit assertions should include a message
19542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1205 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1206 Public method and constructor comments are required
19544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1206 Unit tests should not contain more than 1 assert(s).
19545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1217 JUnit assertions should include a message
19546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1218 JUnit assertions should include a message
19547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1219 JUnit assertions should include a message
19548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1220 JUnit assertions should include a message
19549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1221 JUnit assertions should include a message
19550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1222 JUnit assertions should include a message
19551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1223 JUnit assertions should include a message
19552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1224 JUnit assertions should include a message
19553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1225 JUnit assertions should include a message
19554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1226 JUnit assertions should include a message
19555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1227 JUnit assertions should include a message
19556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1228 JUnit assertions should include a message
19557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1229 JUnit assertions should include a message
19558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1230 JUnit assertions should include a message
19559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1231 JUnit assertions should include a message
19560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1232 JUnit assertions should include a message
19561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1233 JUnit assertions should include a message
19562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1234 JUnit assertions should include a message
19563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1235 JUnit assertions should include a message
19564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1236 JUnit assertions should include a message
19565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1237 JUnit assertions should include a message
19566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1238 JUnit assertions should include a message
19567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1239 JUnit assertions should include a message
19568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1242 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1243 Public method and constructor comments are required
19570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1243 Unit tests should not contain more than 1 assert(s).
19571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1262 JUnit assertions should include a message
19572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1263 JUnit assertions should include a message
19573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1264 JUnit assertions should include a message
19574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1267 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1268 Public method and constructor comments are required
19576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1268 Unit tests should not contain more than 1 assert(s).
19577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1274 JUnit assertions should include a message
19578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1276 JUnit assertions should include a message
19579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1278 JUnit assertions should include a message
19580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1280 JUnit assertions should include a message
19581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1282 JUnit assertions should include a message
19582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1284 JUnit assertions should include a message
19583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1284 The String literal "[A, B, C, D, E]" appears 4 times in this file; the first occurrence is on line 1,284
19584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1287 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1288 Public method and constructor comments are required
19586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1288 Unit tests should not contain more than 1 assert(s).
19587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1295 JUnit assertions should include a message
19588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1296 JUnit assertions should include a message
19589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1296 Potential violation of Law of Demeter (method chain calls)
19590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1297 JUnit assertions should include a message
19591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1297 Potential violation of Law of Demeter (method chain calls)
19592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1298 JUnit assertions should include a message
19593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1298 Potential violation of Law of Demeter (method chain calls)
19594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1299 JUnit assertions should include a message
19595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1299 Potential violation of Law of Demeter (method chain calls)
19596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1300 JUnit assertions should include a message
19597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1300 Potential violation of Law of Demeter (method chain calls)
19598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1301 JUnit assertions should include a message
19599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1301 Potential violation of Law of Demeter (method chain calls)
19600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1304 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1305 Public method and constructor comments are required
19602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1305 Unit tests should not contain more than 1 assert(s).
19603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1313 Potential violation of Law of Demeter (object not created locally)
19604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1314 JUnit assertions should include a message
19605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1315 JUnit assertions should include a message
19606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1315 Potential violation of Law of Demeter (object not created locally)
19607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1316 Potential violation of Law of Demeter (object not created locally)
19608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1317 JUnit assertions should include a message
19609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1318 JUnit assertions should include a message
19610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1318 Potential violation of Law of Demeter (object not created locally)
19611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1321 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1322 Public method and constructor comments are required
19613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1322 Unit tests should not contain more than 1 assert(s).
19614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1330 Potential violation of Law of Demeter (object not created locally)
19615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1331 JUnit assertions should include a message
19616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1332 JUnit assertions should include a message
19617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1332 Potential violation of Law of Demeter (object not created locally)
19618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1333 Potential violation of Law of Demeter (object not created locally)
19619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1334 JUnit assertions should include a message
19620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1335 JUnit assertions should include a message
19621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1335 Potential violation of Law of Demeter (object not created locally)
19622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1338 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1339 Public method and constructor comments are required
19624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1339 Unit tests should not contain more than 1 assert(s).
19625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1347 Potential violation of Law of Demeter (object not created locally)
19626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1348 JUnit assertions should include a message
19627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1349 JUnit assertions should include a message
19628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1349 Potential violation of Law of Demeter (object not created locally)
19629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1350 Potential violation of Law of Demeter (object not created locally)
19630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1351 JUnit assertions should include a message
19631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1352 JUnit assertions should include a message
19632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1352 Potential violation of Law of Demeter (object not created locally)
19633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1355 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1356 Public method and constructor comments are required
19635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1356 Unit tests should not contain more than 1 assert(s).
19636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1364 JUnit assertions should include a message
19637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1364 Potential violation of Law of Demeter (object not created locally)
19638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1365 JUnit assertions should include a message
19639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1366 Potential violation of Law of Demeter (object not created locally)
19640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1367 JUnit assertions should include a message
19641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1367 Potential violation of Law of Demeter (object not created locally)
19642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1368 JUnit assertions should include a message
19643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1369 Potential violation of Law of Demeter (object not created locally)
19644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1370 JUnit assertions should include a message
19645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1370 Potential violation of Law of Demeter (object not created locally)
19646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1371 JUnit assertions should include a message
19647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1372 Potential violation of Law of Demeter (object not created locally)
19648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1373 JUnit assertions should include a message
19649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1373 Potential violation of Law of Demeter (object not created locally)
19650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1374 JUnit assertions should include a message
19651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1377 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1378 Public method and constructor comments are required
19653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1378 Unit tests should not contain more than 1 assert(s).
19654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1386 JUnit assertions should include a message
19655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1387 JUnit assertions should include a message
19656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1388 JUnit assertions should include a message
19657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1389 JUnit assertions should include a message
19658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1390 JUnit assertions should include a message
19659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1391 JUnit assertions should include a message
19660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1394 JUnit assertions should include a message
19661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1395 JUnit assertions should include a message
19662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1396 JUnit assertions should include a message
19663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1397 JUnit assertions should include a message
19664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1398 JUnit assertions should include a message
19665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1399 JUnit assertions should include a message
19666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1402 JUnit assertions should include a message
19667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1403 JUnit assertions should include a message
19668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1404 JUnit assertions should include a message
19669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1405 JUnit assertions should include a message
19670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1406 JUnit assertions should include a message
19671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1407 JUnit assertions should include a message
19672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1408 JUnit assertions should include a message
19673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1412 JUnit assertions should include a message
19674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1413 JUnit assertions should include a message
19675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1414 JUnit assertions should include a message
19676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1415 JUnit assertions should include a message
19677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1416 JUnit assertions should include a message
19678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1417 JUnit assertions should include a message
19679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1418 JUnit assertions should include a message
19680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1421 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1422 Public method and constructor comments are required
19682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1422 Unit tests should not contain more than 1 assert(s).
19683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1436 Avoid variables with short names like in
19684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1439 JUnit assertions should include a message
19685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1440 JUnit assertions should include a message
19686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1441 JUnit assertions should include a message
19687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1444 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1445 Public method and constructor comments are required
19689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1445 Unit tests should not contain more than 1 assert(s).
19690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1458 Avoid variables with short names like in
19691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1461 JUnit assertions should include a message
19692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1462 JUnit assertions should include a message
19693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1463 JUnit assertions should include a message
19694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1466 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1467 Public method and constructor comments are required
19696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1467 Unit tests should not contain more than 1 assert(s).
19697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1470 Number 10000 should separate every third digit with an underscore
19698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1481 Avoid variables with short names like in
19699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1484 JUnit assertions should include a message
19700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1485 JUnit assertions should include a message
19701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1486 JUnit assertions should include a message
19702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1499 Array initialization can be written shorter
19703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1523 Comment is too large: Line too long
19704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/CursorableLinkedListTest.java 1525 Comment is too large: Line too long
19705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 1 Comment is too large: Too many lines
19706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 33 Public method and constructor comments are required
19707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 65 Comment is too large: Line too long
19708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 67 Comment is too large: Line too long
19709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 70 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 70 Public method and constructor comments are required
19711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 77 Potential violation of Law of Demeter (object not created locally)
19712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 82 Potential violation of Law of Demeter (object not created locally)
19713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 94 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 94 Public method and constructor comments are required
19715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 99 JUnit assertions should include a message
19716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 100 Avoid empty catch blocks
19717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 104 Public method and constructor comments are required
19719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 113 JUnit assertions should include a message
19720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 114 Avoid empty catch blocks
19721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 117 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 117 Public method and constructor comments are required
19723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 122 JUnit assertions should include a message
19724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 123 Avoid empty catch blocks
19725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 126 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 126 Public method and constructor comments are required
19727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 129 Potential violation of Law of Demeter (object not created locally)
19728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 131 Potential violation of Law of Demeter (object not created locally)
19729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 134 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 134 Public method and constructor comments are required
19731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 137 Potential violation of Law of Demeter (object not created locally)
19732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 140 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 140 Public method and constructor comments are required
19734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/FixedSizeListTest.java 143 Potential violation of Law of Demeter (object not created locally)
19735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 1 Comment is too large: Too many lines
19736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 29 This class has too many methods, consider refactoring it.
19737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 31 Public method and constructor comments are required
19738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 46 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 46 Public method and constructor comments are required
19740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 46 Unit tests should not contain more than 1 assert(s).
19741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 60 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 60 Public method and constructor comments are required
19743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 60 Unit tests should not contain more than 1 assert(s).
19744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 70 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 70 Public method and constructor comments are required
19746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 70 Unit tests should not contain more than 1 assert(s).
19747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 85 Public method and constructor comments are required
19749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 85 Unit tests should not contain more than 1 assert(s).
19750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 95 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 95 Public method and constructor comments are required
19752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 95 Unit tests should not contain more than 1 assert(s).
19753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 107 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 115 Avoid empty catch blocks
19755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 123 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 131 Avoid empty catch blocks
19757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 139 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 146 Avoid empty catch blocks
19759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 154 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 161 Avoid empty catch blocks
19761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 173 Comment is too large: Line too long
19762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/GrowthListTest.java 175 Comment is too large: Line too long
19763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 1 Comment is too large: Too many lines
19764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 28 Class comments are required
19765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 28 This class has too many methods, consider refactoring it.
19766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 30 Public method and constructor comments are required
19767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 40 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 45 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 50 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 55 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 60 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 60 Public method and constructor comments are required
19773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 60 Unit tests should not contain more than 1 assert(s).
19774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 71 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 71 Public method and constructor comments are required
19776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 71 Unit tests should not contain more than 1 assert(s).
19777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 82 Public method and constructor comments are required
19779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 82 Unit tests should not contain more than 1 assert(s).
19780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 91 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 91 Public method and constructor comments are required
19782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 91 Unit tests should not contain more than 1 assert(s).
19783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 101 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 101 Public method and constructor comments are required
19785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 101 Unit tests should not contain more than 1 assert(s).
19786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 114 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 114 Public method and constructor comments are required
19788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 114 Unit tests should not contain more than 1 assert(s).
19789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 123 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 123 Public method and constructor comments are required
19791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 123 Unit tests should not contain more than 1 assert(s).
19792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 133 Unit tests should not contain more than 1 assert(s).
19793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 135 Potential violation of Law of Demeter (object not created locally)
19794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 137 Potential violation of Law of Demeter (object not created locally)
19795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 140 Potential violation of Law of Demeter (object not created locally)
19796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 141 Potential violation of Law of Demeter (object not created locally)
19797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 144 Potential violation of Law of Demeter (object not created locally)
19798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 147 Potential violation of Law of Demeter (object not created locally)
19799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/LazyListTest.java 148 Potential violation of Law of Demeter (object not created locally)
19800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 1 Comment is too large: Too many lines
19801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 32 Public method and constructor comments are required
19802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 36 JUnit 4 indicates test suites via annotations, not the suite method.
19803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 36 Public method and constructor comments are required
19804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 50 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 51 Public method and constructor comments are required
19806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 59 Potential violation of Law of Demeter (object not created locally)
19807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 60 Potential violation of Law of Demeter (object not created locally)
19808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 63 Potential violation of Law of Demeter (object not created locally)
19809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 63 Potential violation of Law of Demeter (object not created locally)
19810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 64 Potential violation of Law of Demeter (object not created locally)
19811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 64 Potential violation of Law of Demeter (object not created locally)
19812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 65 Potential violation of Law of Demeter (object not created locally)
19813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 65 Potential violation of Law of Demeter (object not created locally)
19814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 71 Public method and constructor comments are required
19815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 73 Avoid variables with short names like ll
19816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 75 Avoid variables with short names like o1
19817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 76 Avoid variables with short names like o2
19818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 78 Number 4000000 should separate every third digit with an underscore
19819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 80 Use one line for each declaration, it enhances code readability.
19820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 82 System.out.println is used
19821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 109 System.out.println is used
19822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 135 System.out.println is used
19823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 142 Comment is too large: Line too long
19824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/NodeCachingLinkedListTest.java 145 Comment is too large: Line too long
19825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 1 Comment is too large: Too many lines
19826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 33 Public method and constructor comments are required
19827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 39 Field comments are required
19828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 39 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
19829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
19830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 41 Protected method constructor comments are required
19831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 51 The String literal "unchecked" appears 5 times in this file; the first occurrence is on line 51
19832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 58 Field comments are required
19833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 58 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
19834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 58 Found non-transient, non-static member. Please mark as transient or provide accessors.
19835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 61 Public method and constructor comments are required
19836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 65 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 66 Public method and constructor comments are required
19838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 68 Avoid variables with short names like i
19839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 72 Avoid empty catch blocks
19840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 75 Potential violation of Law of Demeter (object not created locally)
19841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 78 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 79 Public method and constructor comments are required
19843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 79 Unit tests should not contain more than 1 assert(s).
19844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 82 The String literal "one" appears 5 times in this file; the first occurrence is on line 82
19845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 83 The String literal "two" appears 5 times in this file; the first occurrence is on line 83
19846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 89 Avoid empty catch blocks
19847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 92 Potential violation of Law of Demeter (object not created locally)
19848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 92 The String literal "List shouldn't contain illegal element" appears 4 times in this file; the first occurrence is on line 92
19849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 93 Potential violation of Law of Demeter (object not created locally)
19850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 94 Potential violation of Law of Demeter (object not created locally)
19851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 95 Potential violation of Law of Demeter (object not created locally)
19852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 98 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 99 Public method and constructor comments are required
19854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 104 Avoid empty catch blocks
19855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 109 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 110 Public method and constructor comments are required
19857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 110 Unit tests should not contain more than 1 assert(s).
19858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 112 Potential violation of Law of Demeter (object not created locally)
19859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 117 Potential violation of Law of Demeter (object not created locally)
19860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 118 Potential violation of Law of Demeter (object not created locally)
19861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 118 The String literal "List should contain legal element" appears 4 times in this file; the first occurrence is on line 118
19862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 119 Potential violation of Law of Demeter (object not created locally)
19863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 120 Potential violation of Law of Demeter (object not created locally)
19864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 121 Potential violation of Law of Demeter (object not created locally)
19865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 124 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 124 Public method and constructor comments are required
19867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 124 Unit tests should not contain more than 1 assert(s).
19868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 126 Potential violation of Law of Demeter (object not created locally)
19869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 128 Potential violation of Law of Demeter (object not created locally)
19870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 130 Potential violation of Law of Demeter (object not created locally)
19871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 133 Potential violation of Law of Demeter (object not created locally)
19872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 134 Potential violation of Law of Demeter (object not created locally)
19873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 140 Potential violation of Law of Demeter (object not created locally)
19874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 142 Potential violation of Law of Demeter (object not created locally)
19875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 142 Potential violation of Law of Demeter (object not created locally)
19876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 143 Potential violation of Law of Demeter (object not created locally)
19877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 143 Potential violation of Law of Demeter (object not created locally)
19878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 153 Comment is too large: Line too long
19879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/PredicatedListTest.java 155 Comment is too large: Line too long
19880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 1 Comment is too large: Too many lines
19881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 30 This class has too many methods, consider refactoring it.
19882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 32 Class comments are required
19883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 32 To avoid mistakes add a comment at the beginning of the SetUniqueList307 nested class if you want a default access modifier
19884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 38 To avoid mistakes add a comment at the beginning of the SetUniqueList307 constructor if you want a default access modifier
19885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 43 Field comments are required
19886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 43 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
19887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
19888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 43 To avoid mistakes add a comment at the beginning of the extraVerify field if you want a default access modifier
19889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 45 Public method and constructor comments are required
19890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 55 The String literal "unchecked" appears 16 times in this file; the first occurrence is on line 55
19891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 64 Do not use `new Double(...)`, prefer `Double.valueOf(...)`
19892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 65 Do not use `new Float(...)`, prefer `Float.valueOf(...)`
19893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 70 Do not use `new Short(...)`, prefer `Short.valueOf(...)`
19894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 71 Do not use `new Long(...)`, prefer `Long.valueOf(...)`
19895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 75 Do not use `new Byte(...)`, prefer `Byte.valueOf(...)`
19896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 84 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 85 Public method and constructor comments are required
19898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 85 Unit tests should not contain more than 1 assert(s).
19899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 99 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 100 Public method and constructor comments are required
19901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 109 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 110 Unit tests should not contain more than 1 assert(s).
19903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 114 Avoid variables with short names like r
19904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 114 Potential violation of Law of Demeter (method chain calls)
19905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 115 Potential violation of Law of Demeter (method chain calls)
19906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 120 Potential violation of Law of Demeter (method chain calls)
19907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 124 Potential violation of Law of Demeter (method chain calls)
19908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 126 Potential violation of Law of Demeter (method chain calls)
19909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 127 Potential violation of Law of Demeter (method chain calls)
19910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 132 Potential violation of Law of Demeter (method chain calls)
19911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 135 Potential violation of Law of Demeter (method chain calls)
19912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 138 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 147 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 147 Public method and constructor comments are required
19915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 147 Unit tests should not contain more than 1 assert(s).
19916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 150 Avoid variables with short names like s1
19917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 151 Avoid variables with short names like s2
19918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 152 Avoid variables with short names like s3
19919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 153 Avoid variables with short names like s4
19920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 155 Potential violation of Law of Demeter (object not created locally)
19921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 156 Potential violation of Law of Demeter (object not created locally)
19922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 157 Potential violation of Law of Demeter (object not created locally)
19923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 158 JUnit assertions should include a message
19924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 158 Potential violation of Law of Demeter (object not created locally)
19925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 160 Potential violation of Law of Demeter (object not created locally)
19926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 161 JUnit assertions should include a message
19927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 161 Potential violation of Law of Demeter (object not created locally)
19928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 163 Potential violation of Law of Demeter (object not created locally)
19929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 164 JUnit assertions should include a message
19930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 164 Potential violation of Law of Demeter (object not created locally)
19931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 166 Potential violation of Law of Demeter (object not created locally)
19932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 167 JUnit assertions should include a message
19933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 167 Potential violation of Law of Demeter (object not created locally)
19934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 170 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 171 Public method and constructor comments are required
19936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 171 Unit tests should not contain more than 1 assert(s).
19937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 176 The String literal "World" appears 5 times in this file; the first occurrence is on line 176
19938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 177 Potential violation of Law of Demeter (object not created locally)
19939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 178 Potential violation of Law of Demeter (object not created locally)
19940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 181 Potential violation of Law of Demeter (object not created locally)
19941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 183 JUnit assertions should include a message
19942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 183 Potential violation of Law of Demeter (object not created locally)
19943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 184 JUnit assertions should include a message
19944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 184 Potential violation of Law of Demeter (object not created locally)
19945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 188 JUnit assertions should include a message
19946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 188 Potential violation of Law of Demeter (object not created locally)
19947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 189 JUnit assertions should include a message
19948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 189 Potential violation of Law of Demeter (object not created locally)
19949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 202 JUnit assertions should include a message
19950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 202 Potential violation of Law of Demeter (object not created locally)
19951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 203 JUnit assertions should include a message
19952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 203 Potential violation of Law of Demeter (object not created locally)
19953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 207 JUnit assertions should include a message
19954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 207 Potential violation of Law of Demeter (object not created locally)
19955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 208 JUnit assertions should include a message
19956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 208 Potential violation of Law of Demeter (object not created locally)
19957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 211 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 211 Public method and constructor comments are required
19959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 211 Unit tests should not contain more than 1 assert(s).
19960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 217 JUnit assertions should include a message
19961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 219 JUnit assertions should include a message
19962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 222 Avoid variables with short names like s1
19963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 223 Avoid variables with short names like s2
19964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 224 Avoid variables with short names like s3
19965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 225 Avoid variables with short names like s4
19966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 226 Potential violation of Law of Demeter (object not created locally)
19967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 227 Potential violation of Law of Demeter (object not created locally)
19968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 228 Potential violation of Law of Demeter (object not created locally)
19969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 229 JUnit assertions should include a message
19970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 229 Potential violation of Law of Demeter (object not created locally)
19971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 230 Potential violation of Law of Demeter (object not created locally)
19972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 231 JUnit assertions should include a message
19973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 231 Potential violation of Law of Demeter (object not created locally)
19974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 232 Potential violation of Law of Demeter (object not created locally)
19975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 233 JUnit assertions should include a message
19976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 233 Potential violation of Law of Demeter (object not created locally)
19977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 236 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 236 Public method and constructor comments are required
19979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 236 Unit tests should not contain more than 1 assert(s).
19980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 237 Array initialization can be written shorter
19981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 241 Potential violation of Law of Demeter (object not created locally)
19982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 242 JUnit assertions should include a message
19983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 242 Potential violation of Law of Demeter (object not created locally)
19984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 243 JUnit assertions should include a message
19985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 243 Potential violation of Law of Demeter (object not created locally)
19986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 244 JUnit assertions should include a message
19987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 245 JUnit assertions should include a message
19988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 248 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 248 Public method and constructor comments are required
19990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 248 Unit tests should not contain more than 1 assert(s).
19991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 273 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 274 Public method and constructor comments are required
19993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 295 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 303 Potential violation of Law of Demeter (object not created locally)
19995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 304 Potential violation of Law of Demeter (object not created locally)
19996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 313 Potential violation of Law of Demeter (method chain calls)
19997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 314 Potential violation of Law of Demeter (method chain calls)
19998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 324 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
19999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 328 Avoid variables with short names like it
20000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 328 Potential violation of Law of Demeter (method chain calls)
20001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 332 JUnit assertions should include a message
20002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 333 Avoid empty catch blocks
20003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 336 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 338 Unit tests should not contain more than 1 assert(s).
20005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 341 Potential violation of Law of Demeter (method chain calls)
20006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 342 Do not use `new Long(...)`, prefer `Long.valueOf(...)`
20007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 343 JUnit assertions should include a message
20008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 343 Potential violation of Law of Demeter (method chain calls)
20009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 345 Do not use `new Long(...)`, prefer `Long.valueOf(...)`
20010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 346 JUnit assertions should include a message
20011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 346 Potential violation of Law of Demeter (method chain calls)
20012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 347 Do not use `new Long(...)`, prefer `Long.valueOf(...)`
20013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 347 JUnit assertions should include a message
20014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 347 Potential violation of Law of Demeter (method chain calls)
20015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 350 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 351 Public method and constructor comments are required
20017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 351 Unit tests should not contain more than 1 assert(s).
20018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 363 JUnit assertions should include a message
20019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 363 Potential violation of Law of Demeter (object not created locally)
20020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 364 JUnit assertions should include a message
20021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 364 Potential violation of Law of Demeter (object not created locally)
20022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 365 JUnit assertions should include a message
20023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 365 Potential violation of Law of Demeter (object not created locally)
20024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 366 JUnit assertions should include a message
20025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 366 Potential violation of Law of Demeter (object not created locally)
20026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 367 JUnit assertions should include a message
20027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 367 Potential violation of Law of Demeter (object not created locally)
20028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 368 JUnit assertions should include a message
20029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 368 Potential violation of Law of Demeter (object not created locally)
20030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 369 JUnit assertions should include a message
20031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 369 Potential violation of Law of Demeter (object not created locally)
20032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 372 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 373 Public method and constructor comments are required
20034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 373 Unit tests should not contain more than 1 assert(s).
20035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 389 JUnit assertions should include a message
20036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 389 Potential violation of Law of Demeter (object not created locally)
20037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 390 JUnit assertions should include a message
20038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 390 Potential violation of Law of Demeter (object not created locally)
20039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 391 JUnit assertions should include a message
20040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 391 Potential violation of Law of Demeter (object not created locally)
20041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 392 JUnit assertions should include a message
20042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 392 Potential violation of Law of Demeter (object not created locally)
20043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 393 JUnit assertions should include a message
20044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 393 Potential violation of Law of Demeter (object not created locally)
20045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 394 JUnit assertions should include a message
20046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 394 Potential violation of Law of Demeter (object not created locally)
20047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 395 JUnit assertions should include a message
20048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 395 Potential violation of Law of Demeter (object not created locally)
20049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 398 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 399 Public method and constructor comments are required
20051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 399 Unit tests should not contain more than 1 assert(s).
20052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 410 JUnit assertions should include a message
20053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 411 JUnit assertions should include a message
20054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 412 JUnit assertions should include a message
20055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 418 JUnit assertions should include a message
20056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 419 JUnit assertions should include a message
20057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 425 JUnit assertions should include a message
20058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 426 JUnit assertions should include a message
20059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 427 JUnit assertions should include a message
20060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 433 JUnit assertions should include a message
20061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 434 JUnit assertions should include a message
20062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 437 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 437 Public method and constructor comments are required
20064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 437 Unit tests should not contain more than 1 assert(s).
20065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 447 JUnit assertions should include a message
20066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 448 JUnit assertions should include a message
20067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 449 JUnit assertions should include a message
20068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 451 JUnit assertions should include a message
20069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 452 JUnit assertions should include a message
20070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 455 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 456 Public method and constructor comments are required
20072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 456 Unit tests should not contain more than 1 assert(s).
20073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 463 Avoid variables with short names like l
20074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 464 Avoid variables with short names like s
20075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 465 Avoid variables with short names like ul
20076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 467 Avoid variables with short names like a
20077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 468 Avoid variables with short names like b
20078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 471 JUnit assertions should include a message
20079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 472 JUnit assertions should include a message
20080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 473 JUnit assertions should include a message
20081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 474 JUnit assertions should include a message
20082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 476 JUnit assertions should include a message
20083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 477 JUnit assertions should include a message
20084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 478 JUnit assertions should include a message
20085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 479 JUnit assertions should include a message
20086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 480 JUnit assertions should include a message
20087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 481 JUnit assertions should include a message
20088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 483 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 484 Public method and constructor comments are required
20090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 484 Unit tests should not contain more than 1 assert(s).
20091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 491 Avoid variables with short names like l
20092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 492 Avoid variables with short names like s
20093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 493 Avoid variables with short names like ul
20094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 495 Avoid variables with short names like a
20095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 496 Avoid variables with short names like b
20096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 497 Avoid variables with short names like c
20097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 502 JUnit assertions should include a message
20098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 503 JUnit assertions should include a message
20099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 504 JUnit assertions should include a message
20100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 505 JUnit assertions should include a message
20101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 506 JUnit assertions should include a message
20102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 507 JUnit assertions should include a message
20103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 509 JUnit assertions should include a message
20104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 510 JUnit assertions should include a message
20105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 511 JUnit assertions should include a message
20106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 512 JUnit assertions should include a message
20107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 513 JUnit assertions should include a message
20108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 514 JUnit assertions should include a message
20109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 515 JUnit assertions should include a message
20110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 516 JUnit assertions should include a message
20111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 519 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 520 Public method and constructor comments are required
20113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 520 Unit tests should not contain more than 1 assert(s).
20114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 527 Avoid variables with short names like l
20115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 528 Avoid variables with short names like s
20116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 529 Avoid variables with short names like ul
20117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 531 Avoid variables with short names like a
20118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 532 Avoid variables with short names like b
20119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 533 Avoid variables with short names like c
20120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 538 JUnit assertions should include a message
20121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 539 JUnit assertions should include a message
20122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 540 JUnit assertions should include a message
20123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 541 JUnit assertions should include a message
20124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 542 JUnit assertions should include a message
20125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 543 JUnit assertions should include a message
20126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 545 JUnit assertions should include a message
20127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 546 JUnit assertions should include a message
20128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 547 JUnit assertions should include a message
20129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 548 JUnit assertions should include a message
20130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 549 JUnit assertions should include a message
20131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 550 JUnit assertions should include a message
20132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 551 JUnit assertions should include a message
20133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 552 JUnit assertions should include a message
20134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 555 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 555 Public method and constructor comments are required
20136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 555 Unit tests should not contain more than 1 assert(s).
20137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 557 Potential violation of Law of Demeter (method chain calls)
20138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 558 JUnit assertions should include a message
20139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 558 Potential violation of Law of Demeter (object not created locally)
20140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 562 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 563 Public method and constructor comments are required
20142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 563 Unit tests should not contain more than 1 assert(s).
20143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 564 Avoid variables with short names like l
20144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 570 JUnit assertions should include a message
20145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 574 JUnit assertions should include a message
20146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 577 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 578 Public method and constructor comments are required
20148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 578 Unit tests should not contain more than 1 assert(s).
20149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 579 Avoid variables with short names like l
20150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 583 Avoid variables with short names like a
20151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 587 JUnit assertions should include a message
20152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 591 JUnit assertions should include a message
20153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 600 Potential violation of Law of Demeter (method chain calls)
20154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 601 Do not use `new Long(...)`, prefer `Long.valueOf(...)`
20155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 602 JUnit assertions should include a message
20156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 602 Potential violation of Law of Demeter (method chain calls)
20157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 604 Do not use `new Long(...)`, prefer `Long.valueOf(...)`
20158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 605 JUnit assertions should include a message
20159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 605 Potential violation of Law of Demeter (method chain calls)
20160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 606 Do not use `new Long(...)`, prefer `Long.valueOf(...)`
20161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 606 JUnit assertions should include a message
20162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 606 Potential violation of Law of Demeter (method chain calls)
20163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 608 Potential violation of Law of Demeter (method chain calls)
20164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 612 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 613 Public method and constructor comments are required
20166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 613 Unit tests should not contain more than 1 assert(s).
20167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 621 JUnit assertions should include a message
20168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 622 JUnit assertions should include a message
20169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 626 JUnit assertions should include a message
20170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 627 JUnit assertions should include a message
20171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 631 JUnit assertions should include a message
20172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/SetUniqueListTest.java 632 JUnit assertions should include a message
20173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 1 Comment is too large: Too many lines
20174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 28 Comment is too large: Line too long
20175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 35 Public method and constructor comments are required
20176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 62 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 63 Public method and constructor comments are required
20178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 63 Unit tests should not contain more than 1 assert(s).
20179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 87 Avoid variables with short names like it
20180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 110 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 110 Public method and constructor comments are required
20182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 110 The instance method name 'testTransformedList_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
20183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 110 Unit tests should not contain more than 1 assert(s).
20184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 112 Array initialization can be written shorter
20185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 114 Use asList instead of tight loops
20186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 117 Potential violation of Law of Demeter (object not created locally)
20187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 123 Potential violation of Law of Demeter (object not created locally)
20188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 124 Potential violation of Law of Demeter (object not created locally)
20189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 127 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 127 Public method and constructor comments are required
20191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 127 Unit tests should not contain more than 1 assert(s).
20192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 129 Potential violation of Law of Demeter (object not created locally)
20193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 131 Potential violation of Law of Demeter (object not created locally)
20194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 133 Potential violation of Law of Demeter (object not created locally)
20195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 135 Potential violation of Law of Demeter (object not created locally)
20196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 138 Potential violation of Law of Demeter (object not created locally)
20197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 139 Potential violation of Law of Demeter (object not created locally)
20198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 145 Potential violation of Law of Demeter (object not created locally)
20199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 147 Potential violation of Law of Demeter (object not created locally)
20200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 147 Potential violation of Law of Demeter (object not created locally)
20201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 148 Potential violation of Law of Demeter (object not created locally)
20202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 148 Potential violation of Law of Demeter (object not created locally)
20203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 158 Comment is too large: Line too long
20204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java 160 Comment is too large: Line too long
20205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 1 Comment is too large: Too many lines
20206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 32 This class has too many methods, consider refactoring it.
20207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 34 Public method and constructor comments are required
20208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 40 Comment is too large: Line too long
20209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 51 JUnit 4 indicates test suites via annotations, not the suite method.
20210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 51 Public method and constructor comments are required
20211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 55 Avoid variables with short names like l
20212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 55 Public method and constructor comments are required
20213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 57 Number 100000 should separate every third digit with an underscore
20214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 60 System.out.print is used
20215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 66 System.out.print is used
20216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 70 Avoid variables with short names like it
20217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 75 System.out.print is used
20218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 78 Number 10000 should separate every third digit with an underscore
20219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 79 Avoid variables with short names like j
20220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 79 Number 100000 should separate every third digit with an underscore
20221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 82 System.out.print is used
20222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 85 Number 50000 should separate every third digit with an underscore
20223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 86 Avoid variables with short names like j
20224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 86 Number 110000 should separate every third digit with an underscore
20225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 89 System.out.print is used
20226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 93 Avoid variables with short names like j
20227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 93 Number 100000 should separate every third digit with an underscore
20228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 96 System.out.print is used
20229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 99 Number 10000 should separate every third digit with an underscore
20230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 100 Avoid variables with short names like j
20231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 100 Number 100000 should separate every third digit with an underscore
20232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 103 System.out.print is used
20233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 111 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 111 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 111
20235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 112 Public method and constructor comments are required
20236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 112 Unit tests should not contain more than 1 assert(s).
20237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 113 Avoid variables with short names like l
20238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 114 Potential violation of Law of Demeter (object not created locally)
20239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 114 The String literal "hugo" appears 9 times in this file; the first occurrence is on line 114
20240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 115 Potential violation of Law of Demeter (object not created locally)
20241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 115 The String literal "erna" appears 7 times in this file; the first occurrence is on line 115
20242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 116 Potential violation of Law of Demeter (object not created locally)
20243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 116 The String literal "daniel" appears 7 times in this file; the first occurrence is on line 116
20244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 117 Potential violation of Law of Demeter (object not created locally)
20245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 117 The String literal "andres" appears 6 times in this file; the first occurrence is on line 117
20246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 118 Potential violation of Law of Demeter (object not created locally)
20247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 118 The String literal "harald" appears 7 times in this file; the first occurrence is on line 118
20248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 119 Potential violation of Law of Demeter (object not created locally)
20249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 120 JUnit assertions should include a message
20250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 120 Potential violation of Law of Demeter (object not created locally)
20251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 121 JUnit assertions should include a message
20252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 121 Potential violation of Law of Demeter (object not created locally)
20253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 122 JUnit assertions should include a message
20254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 122 Potential violation of Law of Demeter (object not created locally)
20255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 123 JUnit assertions should include a message
20256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 123 Potential violation of Law of Demeter (object not created locally)
20257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 124 JUnit assertions should include a message
20258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 124 Potential violation of Law of Demeter (object not created locally)
20259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 125 JUnit assertions should include a message
20260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 125 Potential violation of Law of Demeter (object not created locally)
20261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 128 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 129 Public method and constructor comments are required
20263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 129 Unit tests should not contain more than 1 assert(s).
20264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 130 Avoid variables with short names like l
20265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 131 Potential violation of Law of Demeter (object not created locally)
20266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 132 Potential violation of Law of Demeter (object not created locally)
20267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 133 Potential violation of Law of Demeter (object not created locally)
20268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 134 Potential violation of Law of Demeter (object not created locally)
20269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 135 Potential violation of Law of Demeter (object not created locally)
20270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 136 Potential violation of Law of Demeter (object not created locally)
20271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 137 Avoid variables with short names like i
20272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 138 JUnit assertions should include a message
20273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 138 Potential violation of Law of Demeter (object not created locally)
20274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 139 JUnit assertions should include a message
20275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 139 Potential violation of Law of Demeter (object not created locally)
20276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 140 JUnit assertions should include a message
20277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 140 Potential violation of Law of Demeter (object not created locally)
20278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 141 JUnit assertions should include a message
20279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 141 Potential violation of Law of Demeter (object not created locally)
20280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 142 JUnit assertions should include a message
20281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 142 Potential violation of Law of Demeter (object not created locally)
20282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 143 JUnit assertions should include a message
20283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 143 Potential violation of Law of Demeter (object not created locally)
20284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 143 The updated value of variable 'i' is never used (overwritten on line 146)
20285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 145 Potential violation of Law of Demeter (object not created locally)
20286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 147 JUnit assertions should include a message
20287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 147 Potential violation of Law of Demeter (object not created locally)
20288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 148 JUnit assertions should include a message
20289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 148 Potential violation of Law of Demeter (object not created locally)
20290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 149 JUnit assertions should include a message
20291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 149 Potential violation of Law of Demeter (object not created locally)
20292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 150 JUnit assertions should include a message
20293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 150 Potential violation of Law of Demeter (object not created locally)
20294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 151 JUnit assertions should include a message
20295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 151 Potential violation of Law of Demeter (object not created locally)
20296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 151 The updated value of variable 'i' is never used (overwritten on line 153)
20297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 154 Potential violation of Law of Demeter (object not created locally)
20298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 155 JUnit assertions should include a message
20299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 155 Potential violation of Law of Demeter (object not created locally)
20300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 156 JUnit assertions should include a message
20301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 156 Potential violation of Law of Demeter (object not created locally)
20302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 157 JUnit assertions should include a message
20303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 157 Potential violation of Law of Demeter (object not created locally)
20304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 158 JUnit assertions should include a message
20305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 158 Potential violation of Law of Demeter (object not created locally)
20306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 158 The updated value of variable 'i' is never used (overwritten on line 160)
20307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 161 Potential violation of Law of Demeter (object not created locally)
20308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 162 JUnit assertions should include a message
20309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 162 Potential violation of Law of Demeter (object not created locally)
20310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 163 JUnit assertions should include a message
20311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 163 Potential violation of Law of Demeter (object not created locally)
20312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 164 JUnit assertions should include a message
20313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 164 Potential violation of Law of Demeter (object not created locally)
20314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 164 The updated value of variable 'i' is never used
20315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 167 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 168 Public method and constructor comments are required
20317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 168 Unit tests should not contain more than 1 assert(s).
20318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 169 Avoid variables with short names like l
20319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 170 Potential violation of Law of Demeter (object not created locally)
20320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 171 Potential violation of Law of Demeter (object not created locally)
20321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 172 JUnit assertions should include a message
20322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 172 Potential violation of Law of Demeter (object not created locally)
20323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 173 JUnit assertions should include a message
20324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 173 Potential violation of Law of Demeter (object not created locally)
20325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 176 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 177 Public method and constructor comments are required
20327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 177 Unit tests should not contain more than 1 assert(s).
20328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 178 Avoid variables with short names like l
20329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 179 Potential violation of Law of Demeter (object not created locally)
20330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 180 Potential violation of Law of Demeter (object not created locally)
20331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 181 Potential violation of Law of Demeter (object not created locally)
20332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 182 Potential violation of Law of Demeter (object not created locally)
20333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 183 Potential violation of Law of Demeter (object not created locally)
20334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 184 Potential violation of Law of Demeter (object not created locally)
20335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 185 Potential violation of Law of Demeter (object not created locally)
20336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 186 JUnit assertions should include a message
20337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 186 Potential violation of Law of Demeter (object not created locally)
20338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 187 JUnit assertions should include a message
20339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 187 Potential violation of Law of Demeter (object not created locally)
20340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 188 JUnit assertions should include a message
20341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 188 Potential violation of Law of Demeter (object not created locally)
20342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 189 JUnit assertions should include a message
20343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 189 Potential violation of Law of Demeter (object not created locally)
20344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 190 JUnit assertions should include a message
20345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 190 Potential violation of Law of Demeter (object not created locally)
20346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 191 JUnit assertions should include a message
20347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 191 Potential violation of Law of Demeter (object not created locally)
20348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 192 JUnit assertions should include a message
20349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 192 Potential violation of Law of Demeter (object not created locally)
20350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 194 Potential violation of Law of Demeter (object not created locally)
20351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 195 JUnit assertions should include a message
20352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 195 Potential violation of Law of Demeter (object not created locally)
20353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 197 Potential violation of Law of Demeter (object not created locally)
20354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 198 JUnit assertions should include a message
20355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 198 Potential violation of Law of Demeter (object not created locally)
20356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 199 Potential violation of Law of Demeter (object not created locally)
20357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 200 JUnit assertions should include a message
20358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 200 Potential violation of Law of Demeter (object not created locally)
20359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 201 Potential violation of Law of Demeter (object not created locally)
20360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 202 JUnit assertions should include a message
20361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 202 Potential violation of Law of Demeter (object not created locally)
20362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 203 Potential violation of Law of Demeter (object not created locally)
20363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 204 JUnit assertions should include a message
20364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 204 Potential violation of Law of Demeter (object not created locally)
20365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 217 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 217 Public method and constructor comments are required
20367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 217 Unit tests should not contain more than 1 assert(s).
20368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 230 Avoid variables with short names like li
20369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 231 JUnit assertions should include a message
20370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 232 JUnit assertions should include a message
20371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 233 JUnit assertions should include a message
20372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 234 JUnit assertions should include a message
20373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 236 JUnit assertions should include a message
20374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 237 JUnit assertions should include a message
20375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 238 JUnit assertions should include a message
20376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 239 JUnit assertions should include a message
20377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 240 JUnit assertions should include a message
20378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 241 JUnit assertions should include a message
20379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 242 JUnit assertions should include a message
20380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 243 JUnit assertions should include a message
20381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 244 JUnit assertions should include a message
20382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 247 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 247 Public method and constructor comments are required
20384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 247 Unit tests should not contain more than 1 assert(s).
20385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 254 Avoid variables with short names like li
20386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 255 JUnit assertions should include a message
20387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 256 JUnit assertions should include a message
20388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 258 JUnit assertions should include a message
20389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 264 JUnit assertions should include a message
20390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 267 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 268 Public method and constructor comments are required
20392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 268 Unit tests should not contain more than 1 assert(s).
20393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 274 Avoid instantiating new objects inside loops
20394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 278 Avoid instantiating new objects inside loops
20395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 278 Avoid variables with short names like l
20396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 279 Avoid variables with short names like it
20397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 280 Avoid variables with short names like i
20398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 283 JUnit assertions should include a message
20399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 283 Potential violation of Law of Demeter (object not created locally)
20400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 288 JUnit assertions should include a message
20401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 288 Potential violation of Law of Demeter (object not created locally)
20402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 293 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 294 Public method and constructor comments are required
20404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 294 Unit tests should not contain more than 1 assert(s).
20405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 304 Avoid instantiating new objects inside loops
20406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 308 Avoid instantiating new objects inside loops
20407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 308 Avoid variables with short names like l
20408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 315 Avoid variables with short names like it
20409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 319 JUnit assertions should include a message
20410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 319 Potential violation of Law of Demeter (object not created locally)
20411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 324 JUnit assertions should include a message
20412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/TreeListTest.java 324 Potential violation of Law of Demeter (object not created locally)
20413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 1 Comment is too large: Too many lines
20414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 32 Public method and constructor comments are required
20415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 62 Field comments are required
20416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 62 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
20417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
20418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 63 Avoid using implementation types like 'ArrayList'; use the interface instead
20419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 63 Field comments are required
20420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 63 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
20421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
20422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 66 Protected method constructor comments are required
20423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 81 Public method and constructor comments are required
20426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 88 Avoid catching NullPointerException; consider removing the cause of the NPE.
20427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 88 Avoid empty catch blocks
20429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 92 Protected method constructor comments are required
20430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 92 The method 'verifyUnmodifiable(List)' has a cyclomatic complexity of 11.
20431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 92 The method 'verifyUnmodifiable(List)' has an NPath complexity of 1024, current threshold is 200
20432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 95 The String literal "Expecting UnsupportedOperationException." appears 11 times in this file; the first occurrence is on line 95
20433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 96 Avoid empty catch blocks
20434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 102 Avoid empty catch blocks
20435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 108 Avoid empty catch blocks
20436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 114 Avoid empty catch blocks
20437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 120 Avoid empty catch blocks
20438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 126 Avoid empty catch blocks
20439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 132 Avoid empty catch blocks
20440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 138 Avoid empty catch blocks
20441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 144 Avoid empty catch blocks
20442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 150 Avoid empty catch blocks
20443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 158 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 165 Avoid empty catch blocks
20445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 178 Comment is too large: Line too long
20446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/list/UnmodifiableListTest.java 180 Comment is too large: Line too long
20447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 1 Comment is too large: Too many lines
20448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 57 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 57 Public method and constructor comments are required
20450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 59 A method should have only one exit point, and that should be the last statement in the method
20451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 65 Avoid variables with short names like it
20452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 65 Potential violation of Law of Demeter (method chain calls)
20453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 65 Potential violation of Law of Demeter (method chain calls)
20454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 67 Potential violation of Law of Demeter (method chain calls)
20455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 67 Potential violation of Law of Demeter (object not created locally)
20456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 71 Avoid empty catch blocks
20457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 74 Potential violation of Law of Demeter (method chain calls)
20458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 74 Potential violation of Law of Demeter (method chain calls)
20459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 76 Potential violation of Law of Demeter (method chain calls)
20460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 80 Avoid empty catch blocks
20461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 83 Public method and constructor comments are required
20463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 85 A method should have only one exit point, and that should be the last statement in the method
20464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 91 Avoid variables with short names like it
20465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 91 Potential violation of Law of Demeter (method chain calls)
20466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 91 Potential violation of Law of Demeter (method chain calls)
20467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 93 Potential violation of Law of Demeter (method chain calls)
20468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 97 Avoid empty catch blocks
20469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 100 Potential violation of Law of Demeter (method chain calls)
20470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 100 Potential violation of Law of Demeter (method chain calls)
20471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 102 Potential violation of Law of Demeter (method chain calls)
20472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 106 Avoid empty catch blocks
20473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 109 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 109 Public method and constructor comments are required
20475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 111 A method should have only one exit point, and that should be the last statement in the method
20476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 117 Avoid variables with short names like it
20477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 117 Potential violation of Law of Demeter (method chain calls)
20478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 117 Potential violation of Law of Demeter (method chain calls)
20479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 119 Potential violation of Law of Demeter (method chain calls)
20480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 119 Potential violation of Law of Demeter (method chain calls)
20481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 119 Potential violation of Law of Demeter (method chain calls)
20482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 119 Potential violation of Law of Demeter (method chain calls)
20483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 123 Avoid empty catch blocks
20484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 126 Potential violation of Law of Demeter (method chain calls)
20485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 126 Potential violation of Law of Demeter (method chain calls)
20486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 128 Potential violation of Law of Demeter (method chain calls)
20487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 132 Avoid empty catch blocks
20488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 135 Public method and constructor comments are required
20489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 139 Class comments are required
20490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 140 Public method and constructor comments are required
20491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 146 Potential violation of Law of Demeter (method chain calls)
20492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 146 Potential violation of Law of Demeter (method chain calls)
20493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 151 Potential violation of Law of Demeter (method chain calls)
20494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 151 Potential violation of Law of Demeter (method chain calls)
20495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 156 Potential violation of Law of Demeter (method chain calls)
20496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 156 Potential violation of Law of Demeter (method chain calls)
20497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 161 Potential violation of Law of Demeter (method chain calls)
20498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 161 Potential violation of Law of Demeter (method chain calls)
20499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 167 Potential violation of Law of Demeter (method chain calls)
20500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 167 Potential violation of Law of Demeter (method chain calls)
20501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 167 Potential violation of Law of Demeter (method chain calls)
20502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 173 Potential violation of Law of Demeter (method chain calls)
20503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 173 Potential violation of Law of Demeter (method chain calls)
20504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 173 Potential violation of Law of Demeter (method chain calls)
20505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 179 Potential violation of Law of Demeter (method chain calls)
20506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 179 Potential violation of Law of Demeter (method chain calls)
20507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 185 Potential violation of Law of Demeter (method chain calls)
20508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 185 Potential violation of Law of Demeter (method chain calls)
20509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 191 Potential violation of Law of Demeter (method chain calls)
20510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 191 Potential violation of Law of Demeter (method chain calls)
20511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 197 Comment is too large: Line too long
20512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java 199 Comment is too large: Line too long
20513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1 Comment is too large: Too many lines
20514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 17 This class has a bunch of public methods and attributes
20515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 39 Comment is too large: Too many lines
20516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 123 Avoid really long classes.
20517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 123 Possible God Class (WMC=185, ATFD=49, TCC=7.895%)
20518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 123 The class 'AbstractMapTest' has a total cyclomatic complexity of 185 (highest 13).
20519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 123 This class has too many methods, consider refactoring it.
20520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 144 Found non-transient, non-static member. Please mark as transient or provide accessors.
20521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 147 Found non-transient, non-static member. Please mark as transient or provide accessors.
20522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 150 Found non-transient, non-static member. Please mark as transient or provide accessors.
20523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 153 Found non-transient, non-static member. Please mark as transient or provide accessors.
20524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 156 Found non-transient, non-static member. Please mark as transient or provide accessors.
20525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 167 Comment is too large: Too many lines
20526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 180 Comment is too large: Too many lines
20527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 193 Comment is too large: Too many lines
20528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 289 Public method and constructor comments are required
20529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 300 The String literal "unchecked" appears 11 times in this file; the first occurrence is on line 300
20530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 302 Array initialization can be written shorter
20531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 309 Consider simply returning the value vs storing it in local variable 'result'
20532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 313 Public method and constructor comments are required
20533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 318 Public method and constructor comments are required
20534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 323 Avoid variables with short names like o
20535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 323 Consider using varargs for methods or constructors which take an array the last parameter.
20536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 323 Protected method constructor comments are required
20537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 346 Comment is too large: Too many lines
20538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 357 Array initialization can be written shorter
20539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 364 Consider simply returning the value vs storing it in local variable 'result'
20540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 367 Comment is too large: Too many lines
20541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 380 Array initialization can be written shorter
20542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 388 Consider simply returning the value vs storing it in local variable 'result'
20543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 395 Avoid variables with short names like m
20544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 403 Avoid catching NullPointerException; consider removing the cause of the NPE.
20545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 403 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 431 Comment is too large: Too many lines
20547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 441 Avoid variables with short names like m
20548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 461 Potential violation of Law of Demeter (method chain calls)
20549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 461 Potential violation of Law of Demeter (method chain calls)
20550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 468 Overriding method merely calls super
20551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 472 Comment is too large: Too many lines
20552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 482 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 482 Unit tests should not contain more than 1 assert(s).
20554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 519 Use equals() to compare object references.
20555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 533 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 533 Unit tests should not contain more than 1 assert(s).
20557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 534 Avoid variables with short names like em
20558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 543 Avoid variables with short names like fm
20559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 556 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 556 Unit tests should not contain more than 1 assert(s).
20561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 558 Potential violation of Law of Demeter (method chain calls)
20562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 562 Potential violation of Law of Demeter (method chain calls)
20563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 569 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 569 Unit tests should not contain more than 1 assert(s).
20565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 572 Potential violation of Law of Demeter (method chain calls)
20566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 577 Potential violation of Law of Demeter (method chain calls)
20567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 577 Potential violation of Law of Demeter (method chain calls)
20568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 589 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 593 Potential violation of Law of Demeter (method chain calls)
20570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 595 Avoid empty catch blocks
20571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 600 Potential violation of Law of Demeter (method chain calls)
20572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 601 Potential violation of Law of Demeter (method chain calls)
20573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 605 Potential violation of Law of Demeter (method chain calls)
20574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 606 Potential violation of Law of Demeter (method chain calls)
20575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 615 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 615 Unit tests should not contain more than 1 assert(s).
20577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 620 Potential violation of Law of Demeter (method chain calls)
20578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 627 Potential violation of Law of Demeter (method chain calls)
20579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 637 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 637 Unit tests should not contain more than 1 assert(s).
20581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 642 Potential violation of Law of Demeter (method chain calls)
20582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 649 Potential violation of Law of Demeter (method chain calls)
20583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 658 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 658 Unit tests should not contain more than 1 assert(s).
20585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 670 Potential violation of Law of Demeter (method chain calls)
20586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 673 Potential violation of Law of Demeter (method chain calls)
20587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 676 Avoid using equals() to compare against null
20588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 676 Potential violation of Law of Demeter (method chain calls)
20589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 684 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 684 Unit tests should not contain more than 1 assert(s).
20591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 691 Potential violation of Law of Demeter (method chain calls)
20592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 698 Potential violation of Law of Demeter (method chain calls)
20593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 705 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 705 Unit tests should not contain more than 1 assert(s).
20595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 707 Potential violation of Law of Demeter (method chain calls)
20596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 710 Potential violation of Law of Demeter (method chain calls)
20597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 713 Comment is too large: Too many lines
20598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 722 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 722 Unit tests should not contain more than 1 assert(s).
20600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 724 Potential violation of Law of Demeter (method chain calls)
20601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 728 Potential violation of Law of Demeter (method chain calls)
20602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 736 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 742 Comment is too large: Line too long
20604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 750 Potential violation of Law of Demeter (object not created locally)
20605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 758 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 764 Comment is too large: Line too long
20607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 772 Potential violation of Law of Demeter (method chain calls)
20608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 772 Potential violation of Law of Demeter (object not created locally)
20609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 779 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 779 The method 'testMapPut()' has a cognitive complexity of 29, current threshold is 15
20611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 779 The method 'testMapPut()' has a cyclomatic complexity of 13.
20612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 779 Unit tests should not contain more than 1 assert(s).
20613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 787 Avoid variables with short names like o
20614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 787 Potential violation of Law of Demeter (method chain calls)
20615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 788 Potential violation of Law of Demeter (method chain calls)
20616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 792 Potential violation of Law of Demeter (method chain calls)
20617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 794 Potential violation of Law of Demeter (method chain calls)
20618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 798 Avoid variables with short names like o
20619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 798 Potential violation of Law of Demeter (method chain calls)
20620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 799 Potential violation of Law of Demeter (method chain calls)
20621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 803 Potential violation of Law of Demeter (method chain calls)
20622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 805 Potential violation of Law of Demeter (method chain calls)
20623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 810 Potential violation of Law of Demeter (method chain calls)
20624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 816 Potential violation of Law of Demeter (method chain calls)
20625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 818 Avoid empty catch blocks
20626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 826 Potential violation of Law of Demeter (method chain calls)
20627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 828 Avoid empty catch blocks
20628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 833 Avoid variables with short names like i
20629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 834 Potential violation of Law of Demeter (method chain calls)
20630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 834 Potential violation of Law of Demeter (method chain calls)
20631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 836 Avoid variables with short names like o
20632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 836 Potential violation of Law of Demeter (method chain calls)
20633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 837 Potential violation of Law of Demeter (method chain calls)
20634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 840 Potential violation of Law of Demeter (method chain calls)
20635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 842 Potential violation of Law of Demeter (method chain calls)
20636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 848 Potential violation of Law of Demeter (method chain calls)
20637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 853 Potential violation of Law of Demeter (method chain calls)
20638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 855 Avoid empty catch blocks
20639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 862 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 868 Potential violation of Law of Demeter (method chain calls)
20641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 871 Potential violation of Law of Demeter (method chain calls)
20642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 873 Avoid catching NullPointerException; consider removing the cause of the NPE.
20643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 873 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 873 Avoid empty catch blocks
20645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 881 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 887 Potential violation of Law of Demeter (method chain calls)
20647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 890 Potential violation of Law of Demeter (method chain calls)
20648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 892 Avoid catching NullPointerException; consider removing the cause of the NPE.
20649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 892 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 892 Avoid empty catch blocks
20651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 900 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 900 Unit tests should not contain more than 1 assert(s).
20653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 906 Potential violation of Law of Demeter (method chain calls)
20654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 908 Avoid empty catch blocks
20655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 915 Potential violation of Law of Demeter (method chain calls)
20656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 917 Potential violation of Law of Demeter (method chain calls)
20657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 921 Potential violation of Law of Demeter (method chain calls)
20658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 923 Potential violation of Law of Demeter (method chain calls)
20659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 927 Avoid variables with short names like m2
20660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 928 Potential violation of Law of Demeter (method chain calls)
20661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 929 Potential violation of Law of Demeter (method chain calls)
20662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 940 Potential violation of Law of Demeter (method chain calls)
20663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 941 Potential violation of Law of Demeter (method chain calls)
20664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 947 Potential violation of Law of Demeter (method chain calls)
20665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 948 Potential violation of Law of Demeter (method chain calls)
20666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 953 Potential violation of Law of Demeter (method chain calls)
20667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 954 Potential violation of Law of Demeter (method chain calls)
20668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 961 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 961 Unit tests should not contain more than 1 assert(s).
20670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 965 Potential violation of Law of Demeter (method chain calls)
20671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 965 Potential violation of Law of Demeter (method chain calls)
20672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 965 Potential violation of Law of Demeter (method chain calls)
20673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 965 Potential violation of Law of Demeter (method chain calls)
20674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 967 Avoid empty catch blocks
20675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 976 Avoid variables with short names like o
20676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 976 Potential violation of Law of Demeter (method chain calls)
20677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 984 Avoid variables with short names like o
20678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 984 Potential violation of Law of Demeter (method chain calls)
20679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 985 Potential violation of Law of Demeter (method chain calls)
20680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 995 Potential violation of Law of Demeter (method chain calls)
20681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 997 Avoid variables with short names like o
20682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 997 Potential violation of Law of Demeter (method chain calls)
20683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1000 Potential violation of Law of Demeter (method chain calls)
20684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1009 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1009 Unit tests should not contain more than 1 assert(s).
20686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1016 Potential violation of Law of Demeter (method chain calls)
20687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1017 Potential violation of Law of Demeter (method chain calls)
20688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1018 Potential violation of Law of Demeter (object not created locally)
20689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1019 Potential violation of Law of Demeter (object not created locally)
20690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1020 Potential violation of Law of Demeter (method chain calls)
20691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1021 Potential violation of Law of Demeter (object not created locally)
20692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1025 Potential violation of Law of Demeter (method chain calls)
20693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1026 Potential violation of Law of Demeter (method chain calls)
20694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1027 Potential violation of Law of Demeter (object not created locally)
20695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1028 Potential violation of Law of Demeter (method chain calls)
20696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1029 Potential violation of Law of Demeter (method chain calls)
20697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1030 Potential violation of Law of Demeter (object not created locally)
20698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1037 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1037 Unit tests should not contain more than 1 assert(s).
20700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1044 Potential violation of Law of Demeter (method chain calls)
20701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1045 Potential violation of Law of Demeter (method chain calls)
20702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1046 Potential violation of Law of Demeter (object not created locally)
20703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1047 Potential violation of Law of Demeter (object not created locally)
20704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1048 Potential violation of Law of Demeter (method chain calls)
20705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1049 Potential violation of Law of Demeter (object not created locally)
20706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1053 Potential violation of Law of Demeter (method chain calls)
20707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1054 Potential violation of Law of Demeter (method chain calls)
20708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1055 Potential violation of Law of Demeter (object not created locally)
20709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1056 Potential violation of Law of Demeter (method chain calls)
20710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1057 Potential violation of Law of Demeter (method chain calls)
20711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1058 Potential violation of Law of Demeter (object not created locally)
20712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1065 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1065 Unit tests should not contain more than 1 assert(s).
20714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1072 Potential violation of Law of Demeter (method chain calls)
20715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1073 Potential violation of Law of Demeter (method chain calls)
20716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1074 Potential violation of Law of Demeter (object not created locally)
20717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1075 Potential violation of Law of Demeter (object not created locally)
20718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1076 Potential violation of Law of Demeter (method chain calls)
20719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1077 Potential violation of Law of Demeter (object not created locally)
20720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1081 Potential violation of Law of Demeter (method chain calls)
20721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1082 Potential violation of Law of Demeter (method chain calls)
20722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1083 Potential violation of Law of Demeter (object not created locally)
20723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1084 Potential violation of Law of Demeter (method chain calls)
20724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1085 Potential violation of Law of Demeter (method chain calls)
20725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1086 Potential violation of Law of Demeter (object not created locally)
20726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1089 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1089 Public method and constructor comments are required
20728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1091 Potential violation of Law of Demeter (method chain calls)
20729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1092 Potential violation of Law of Demeter (method chain calls)
20730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1092 Potential violation of Law of Demeter (object not created locally)
20731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1093 Potential violation of Law of Demeter (object not created locally)
20732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1096 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1096 Public method and constructor comments are required
20734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1098 Potential violation of Law of Demeter (method chain calls)
20735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1099 Potential violation of Law of Demeter (method chain calls)
20736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1099 Potential violation of Law of Demeter (object not created locally)
20737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1101 Potential violation of Law of Demeter (object not created locally)
20738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1105 Public method and constructor comments are required
20740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1107 Potential violation of Law of Demeter (method chain calls)
20741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1108 Potential violation of Law of Demeter (method chain calls)
20742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1108 Potential violation of Law of Demeter (object not created locally)
20743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1110 Potential violation of Law of Demeter (object not created locally)
20744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1111 Potential violation of Law of Demeter (method chain calls)
20745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1111 Potential violation of Law of Demeter (method chain calls)
20746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1112 Potential violation of Law of Demeter (object not created locally)
20747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1115 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1115 Public method and constructor comments are required
20749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1115 Unit tests should not contain more than 1 assert(s).
20750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1120 Potential violation of Law of Demeter (method chain calls)
20751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1121 Potential violation of Law of Demeter (method chain calls)
20752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1122 Potential violation of Law of Demeter (method chain calls)
20753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1122 Potential violation of Law of Demeter (object not created locally)
20754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1123 Potential violation of Law of Demeter (object not created locally)
20755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1125 Potential violation of Law of Demeter (object not created locally)
20756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1126 Potential violation of Law of Demeter (method chain calls)
20757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1127 Potential violation of Law of Demeter (method chain calls)
20758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1130 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1130 Public method and constructor comments are required
20760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1130 Unit tests should not contain more than 1 assert(s).
20761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1135 Potential violation of Law of Demeter (method chain calls)
20762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1136 Potential violation of Law of Demeter (method chain calls)
20763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1137 Potential violation of Law of Demeter (method chain calls)
20764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1137 Potential violation of Law of Demeter (object not created locally)
20765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1138 Potential violation of Law of Demeter (object not created locally)
20766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1141 Potential violation of Law of Demeter (object not created locally)
20767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1142 Potential violation of Law of Demeter (method chain calls)
20768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1143 Potential violation of Law of Demeter (method chain calls)
20769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1146 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1147 Public method and constructor comments are required
20771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1147 Unit tests should not contain more than 1 assert(s).
20772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1152 Potential violation of Law of Demeter (method chain calls)
20773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1153 Potential violation of Law of Demeter (method chain calls)
20774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1154 Potential violation of Law of Demeter (method chain calls)
20775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1154 Potential violation of Law of Demeter (object not created locally)
20776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1155 Potential violation of Law of Demeter (object not created locally)
20777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1157 Potential violation of Law of Demeter (object not created locally)
20778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1158 Potential violation of Law of Demeter (method chain calls)
20779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1158 Potential violation of Law of Demeter (method chain calls)
20780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1160 Potential violation of Law of Demeter (object not created locally)
20781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1161 Potential violation of Law of Demeter (method chain calls)
20782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1162 Potential violation of Law of Demeter (method chain calls)
20783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1165 Comment is too large: Too many lines
20784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1180 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1180 Unit tests should not contain more than 1 assert(s).
20786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1183 Potential violation of Law of Demeter (method chain calls)
20787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1186 Avoid variables with short names like j
20788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1187 Number 10000 should separate every third digit with an underscore
20789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1196 Number 10000 should separate every third digit with an underscore
20790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1197 Potential violation of Law of Demeter (method chain calls)
20791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1205 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1205 Unit tests should not contain more than 1 assert(s).
20793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1207 Potential violation of Law of Demeter (method chain calls)
20794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1208 Avoid excessively long variable names like sampleValuesAsList
20795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1209 Potential violation of Law of Demeter (object not created locally)
20796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1210 A method should have only one exit point, and that should be the last statement in the method
20797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1216 A method should have only one exit point, and that should be the last statement in the method
20798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1218 Potential violation of Law of Demeter (method chain calls)
20799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1218 Potential violation of Law of Demeter (object not created locally)
20800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1225 Potential violation of Law of Demeter (method chain calls)
20801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1231 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1231 Unit tests should not contain more than 1 assert(s).
20803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1233 Potential violation of Law of Demeter (method chain calls)
20804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1234 Avoid excessively long variable names like sampleValuesAsList
20805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1235 Potential violation of Law of Demeter (object not created locally)
20806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1236 A method should have only one exit point, and that should be the last statement in the method
20807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1242 A method should have only one exit point, and that should be the last statement in the method
20808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1244 Potential violation of Law of Demeter (method chain calls)
20809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1244 Potential violation of Law of Demeter (object not created locally)
20810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1251 Potential violation of Law of Demeter (method chain calls)
20811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1257 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1258 Unit tests should not contain more than 1 assert(s).
20813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1260 Avoid excessively long variable names like sampleValuesAsList
20814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1262 Potential violation of Law of Demeter (method chain calls)
20815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1267 A method should have only one exit point, and that should be the last statement in the method
20816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1277 Avoid instantiating new objects inside loops
20817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1277 StringBuilder has been initialized with size 29, but has at least 45 characters appended.
20818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1278 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
20819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1280 Potential violation of Law of Demeter (method chain calls)
20820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1282 Potential violation of Law of Demeter (method chain calls)
20821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1290 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1293 Potential violation of Law of Demeter (method chain calls)
20823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1301 Potential violation of Law of Demeter (method chain calls)
20824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1308 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1308 Unit tests should not contain more than 1 assert(s).
20826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1310 Potential violation of Law of Demeter (method chain calls)
20827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1312 Potential violation of Law of Demeter (object not created locally)
20828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1313 A method should have only one exit point, and that should be the last statement in the method
20829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1318 A method should have only one exit point, and that should be the last statement in the method
20830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1326 Potential violation of Law of Demeter (method chain calls)
20831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1332 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1332 Unit tests should not contain more than 1 assert(s).
20833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1334 Potential violation of Law of Demeter (method chain calls)
20834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1336 Potential violation of Law of Demeter (object not created locally)
20835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1337 A method should have only one exit point, and that should be the last statement in the method
20836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1342 A method should have only one exit point, and that should be the last statement in the method
20837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1350 Potential violation of Law of Demeter (method chain calls)
20838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1356 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1358 Potential violation of Law of Demeter (method chain calls)
20840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1358 Potential violation of Law of Demeter (method chain calls)
20841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1359 Avoid declaring a variable if it is unreferenced before a possible exit point.
20842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1365 Potential violation of Law of Demeter (method chain calls)
20843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1374 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1378 Potential violation of Law of Demeter (method chain calls)
20845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1386 Potential violation of Law of Demeter (method chain calls)
20846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1393 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1393 Unit tests should not contain more than 1 assert(s).
20848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1399 Potential violation of Law of Demeter (method chain calls)
20849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1400 A method should have only one exit point, and that should be the last statement in the method
20850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1403 Potential violation of Law of Demeter (method chain calls)
20851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1404 Potential violation of Law of Demeter (object not created locally)
20852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1404 Use equals() to compare object references.
20853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1407 A method should have only one exit point, and that should be the last statement in the method
20854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1407 Avoid using a branching statement as the last in a loop.
20855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1409 Potential violation of Law of Demeter (method chain calls)
20856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1410 Avoid declaring a variable if it is unreferenced before a possible exit point.
20857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1414 A method should have only one exit point, and that should be the last statement in the method
20858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1416 Potential violation of Law of Demeter (method chain calls)
20859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1422 Potential violation of Law of Demeter (method chain calls)
20860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1428 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1428 Unit tests should not contain more than 1 assert(s).
20862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1434 Potential violation of Law of Demeter (method chain calls)
20863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1435 A method should have only one exit point, and that should be the last statement in the method
20864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1438 Potential violation of Law of Demeter (method chain calls)
20865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1439 Potential violation of Law of Demeter (object not created locally)
20866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1439 Use equals() to compare object references.
20867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1442 A method should have only one exit point, and that should be the last statement in the method
20868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1442 Avoid using a branching statement as the last in a loop.
20869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1444 Potential violation of Law of Demeter (method chain calls)
20870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1449 A method should have only one exit point, and that should be the last statement in the method
20871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1451 Potential violation of Law of Demeter (method chain calls)
20872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1457 Potential violation of Law of Demeter (method chain calls)
20873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1463 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1465 Potential violation of Law of Demeter (method chain calls)
20875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1465 Potential violation of Law of Demeter (method chain calls)
20876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1466 Avoid declaring a variable if it is unreferenced before a possible exit point.
20877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1466 Potential violation of Law of Demeter (method chain calls)
20878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1472 Potential violation of Law of Demeter (method chain calls)
20879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1485 Consider using varargs for methods or constructors which take an array the last parameter.
20880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1489 Potential violation of Law of Demeter (object not created locally)
20881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1490 Potential violation of Law of Demeter (method chain calls)
20882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1490 Potential violation of Law of Demeter (method chain calls)
20883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1490 Potential violation of Law of Demeter (object not created locally)
20884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1507 Class comments are required
20885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1508 Public method and constructor comments are required
20886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1526 Avoid variables with short names like k
20887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1527 Avoid variables with short names like v
20888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1534 Avoid variables with short names like k
20889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1535 Avoid variables with short names like v
20890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1541 Potential violation of Law of Demeter (method chain calls)
20891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1541 Potential violation of Law of Demeter (method chain calls)
20892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1541 Potential violation of Law of Demeter (method chain calls)
20893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1546 Potential violation of Law of Demeter (method chain calls)
20894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1558 Potential violation of Law of Demeter (method chain calls)
20895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1558 Potential violation of Law of Demeter (method chain calls)
20896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1561 Public method and constructor comments are required
20897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1562 Potential violation of Law of Demeter (method chain calls)
20898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1562 Potential violation of Law of Demeter (method chain calls)
20899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1567 Potential violation of Law of Demeter (method chain calls)
20900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1567 Potential violation of Law of Demeter (method chain calls)
20901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1577 Potential violation of Law of Demeter (method chain calls)
20902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1577 Potential violation of Law of Demeter (method chain calls)
20903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1578 Potential violation of Law of Demeter (method chain calls)
20904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1578 Potential violation of Law of Demeter (method chain calls)
20905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1578 Potential violation of Law of Demeter (method chain calls)
20906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1579 Potential violation of Law of Demeter (method chain calls)
20907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1579 Potential violation of Law of Demeter (method chain calls)
20908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1579 Potential violation of Law of Demeter (method chain calls)
20909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1579 Potential violation of Law of Demeter (method chain calls)
20910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1579 Potential violation of Law of Demeter (method chain calls)
20911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1579 Useless qualified this usage in the same class.
20912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1584 Potential violation of Law of Demeter (method chain calls)
20913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1584 Potential violation of Law of Demeter (method chain calls)
20914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1585 Potential violation of Law of Demeter (method chain calls)
20915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1585 Potential violation of Law of Demeter (method chain calls)
20916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1585 Potential violation of Law of Demeter (method chain calls)
20917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1586 Potential violation of Law of Demeter (method chain calls)
20918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1586 Potential violation of Law of Demeter (method chain calls)
20919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1586 Potential violation of Law of Demeter (method chain calls)
20920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1586 Potential violation of Law of Demeter (method chain calls)
20921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1586 Potential violation of Law of Demeter (method chain calls)
20922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1586 Useless qualified this usage in the same class.
20923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1589 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1589 Public method and constructor comments are required
20925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1589 Unit tests should not contain more than 1 assert(s).
20926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1591 Avoid variables with short names like it
20927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1591 Potential violation of Law of Demeter (method chain calls)
20928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1595 Potential violation of Law of Demeter (method chain calls)
20929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1595 Potential violation of Law of Demeter (method chain calls)
20930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1595 Potential violation of Law of Demeter (method chain calls)
20931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1595 Potential violation of Law of Demeter (object not created locally)
20932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1596 Potential violation of Law of Demeter (method chain calls)
20933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1596 Potential violation of Law of Demeter (method chain calls)
20934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1596 Potential violation of Law of Demeter (method chain calls)
20935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1596 Potential violation of Law of Demeter (object not created locally)
20936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1598 Potential violation of Law of Demeter (method chain calls)
20937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1598 Potential violation of Law of Demeter (method chain calls)
20938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1598 Potential violation of Law of Demeter (method chain calls)
20939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1598 Potential violation of Law of Demeter (object not created locally)
20940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1598 Potential violation of Law of Demeter (object not created locally)
20941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1602 Potential violation of Law of Demeter (method chain calls)
20942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1605 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
20943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1605 Public method and constructor comments are required
20944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1605 Unit tests should not contain more than 1 assert(s).
20945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1607 Potential violation of Law of Demeter (method chain calls)
20946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1609 Avoid declaring a variable if it is unreferenced before a possible exit point.
20947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1609 Potential violation of Law of Demeter (method chain calls)
20948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1614 Avoid variables with short names like it
20949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1614 Potential violation of Law of Demeter (method chain calls)
20950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1614 Potential violation of Law of Demeter (method chain calls)
20951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1614 Potential violation of Law of Demeter (method chain calls)
20952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1614 Useless qualified this usage in the same class.
20953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1616 Potential violation of Law of Demeter (method chain calls)
20954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1616 Potential violation of Law of Demeter (method chain calls)
20955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1616 Potential violation of Law of Demeter (method chain calls)
20956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1616 Useless qualified this usage in the same class.
20957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1617 Avoid declaring a variable if it is unreferenced before a possible exit point.
20958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1618 Potential violation of Law of Demeter (method chain calls)
20959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1618 Potential violation of Law of Demeter (method chain calls)
20960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1618 Potential violation of Law of Demeter (method chain calls)
20961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1618 Useless qualified this usage in the same class.
20962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1619 Avoid declaring a variable if it is unreferenced before a possible exit point.
20963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1620 Potential violation of Law of Demeter (method chain calls)
20964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1620 Potential violation of Law of Demeter (method chain calls)
20965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1620 Potential violation of Law of Demeter (method chain calls)
20966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1620 Useless qualified this usage in the same class.
20967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1621 Avoid declaring a variable if it is unreferenced before a possible exit point.
20968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1627 Avoid empty catch blocks
20969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1632 Potential violation of Law of Demeter (object not created locally)
20970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1633 Potential violation of Law of Demeter (object not created locally)
20971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1634 Potential violation of Law of Demeter (object not created locally)
20972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1635 Potential violation of Law of Demeter (method chain calls)
20973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1635 Potential violation of Law of Demeter (method chain calls)
20974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1635 Potential violation of Law of Demeter (method chain calls)
20975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1635 Potential violation of Law of Demeter (object not created locally)
20976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1636 Potential violation of Law of Demeter (method chain calls)
20977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1636 Potential violation of Law of Demeter (method chain calls)
20978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1636 Potential violation of Law of Demeter (method chain calls)
20979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1637 Potential violation of Law of Demeter (method chain calls)
20980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1637 Potential violation of Law of Demeter (method chain calls)
20981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1637 Potential violation of Law of Demeter (method chain calls)
20982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1637 Potential violation of Law of Demeter (object not created locally)
20983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1640 Potential violation of Law of Demeter (object not created locally)
20984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1641 Potential violation of Law of Demeter (object not created locally)
20985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1642 Potential violation of Law of Demeter (object not created locally)
20986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1643 Potential violation of Law of Demeter (method chain calls)
20987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1643 Potential violation of Law of Demeter (method chain calls)
20988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1643 Potential violation of Law of Demeter (method chain calls)
20989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1643 Potential violation of Law of Demeter (object not created locally)
20990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1644 Potential violation of Law of Demeter (method chain calls)
20991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1644 Potential violation of Law of Demeter (method chain calls)
20992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1644 Potential violation of Law of Demeter (method chain calls)
20993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1645 Potential violation of Law of Demeter (method chain calls)
20994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1645 Potential violation of Law of Demeter (method chain calls)
20995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1645 Potential violation of Law of Demeter (method chain calls)
20996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1645 Potential violation of Law of Demeter (object not created locally)
20997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1648 Potential violation of Law of Demeter (object not created locally)
20998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1649 Potential violation of Law of Demeter (object not created locally)
20999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1650 Potential violation of Law of Demeter (object not created locally)
21000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1651 Potential violation of Law of Demeter (method chain calls)
21001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1651 Potential violation of Law of Demeter (method chain calls)
21002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1651 Potential violation of Law of Demeter (method chain calls)
21003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1651 Potential violation of Law of Demeter (object not created locally)
21004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1652 Potential violation of Law of Demeter (method chain calls)
21005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1652 Potential violation of Law of Demeter (method chain calls)
21006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1652 Potential violation of Law of Demeter (method chain calls)
21007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1653 Potential violation of Law of Demeter (method chain calls)
21008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1653 Potential violation of Law of Demeter (method chain calls)
21009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1653 Potential violation of Law of Demeter (method chain calls)
21010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1653 Potential violation of Law of Demeter (object not created locally)
21011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1657 Public method and constructor comments are required
21012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1661 Potential violation of Law of Demeter (object not created locally)
21013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1666 Potential violation of Law of Demeter (method chain calls)
21014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1666 Potential violation of Law of Demeter (object not created locally)
21015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1675 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1675 Public method and constructor comments are required
21017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1675 Unit tests should not contain more than 1 assert(s).
21018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1680 Potential violation of Law of Demeter (method chain calls)
21019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1687 Potential violation of Law of Demeter (method chain calls)
21020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1687 Potential violation of Law of Demeter (method chain calls)
21021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1704 Class comments are required
21022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1705 Public method and constructor comments are required
21023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1721 Potential violation of Law of Demeter (method chain calls)
21024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1721 Potential violation of Law of Demeter (method chain calls)
21025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1721 Potential violation of Law of Demeter (method chain calls)
21026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1726 Potential violation of Law of Demeter (method chain calls)
21027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1726 Potential violation of Law of Demeter (method chain calls)
21028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1726 Potential violation of Law of Demeter (method chain calls)
21029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1731 Potential violation of Law of Demeter (method chain calls)
21030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1731 Potential violation of Law of Demeter (method chain calls)
21031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1741 Potential violation of Law of Demeter (method chain calls)
21032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1741 Potential violation of Law of Demeter (method chain calls)
21033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1751 Potential violation of Law of Demeter (method chain calls)
21034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1751 Potential violation of Law of Demeter (method chain calls)
21035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1752 Potential violation of Law of Demeter (method chain calls)
21036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1752 Potential violation of Law of Demeter (method chain calls)
21037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1752 Potential violation of Law of Demeter (method chain calls)
21038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1753 Potential violation of Law of Demeter (method chain calls)
21039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1753 Potential violation of Law of Demeter (method chain calls)
21040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1753 Potential violation of Law of Demeter (method chain calls)
21041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1753 Potential violation of Law of Demeter (method chain calls)
21042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1753 Potential violation of Law of Demeter (method chain calls)
21043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1753 Useless qualified this usage in the same class.
21044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1758 Potential violation of Law of Demeter (method chain calls)
21045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1758 Potential violation of Law of Demeter (method chain calls)
21046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1759 Potential violation of Law of Demeter (method chain calls)
21047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1759 Potential violation of Law of Demeter (method chain calls)
21048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1759 Potential violation of Law of Demeter (method chain calls)
21049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1760 Potential violation of Law of Demeter (method chain calls)
21050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1760 Potential violation of Law of Demeter (method chain calls)
21051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1760 Potential violation of Law of Demeter (method chain calls)
21052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1760 Potential violation of Law of Demeter (method chain calls)
21053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1760 Potential violation of Law of Demeter (method chain calls)
21054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1760 Useless qualified this usage in the same class.
21055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1766 Potential violation of Law of Demeter (method chain calls)
21056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1766 Potential violation of Law of Demeter (method chain calls)
21057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1770 Comment is too large: Too many lines
21058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1783 Class comments are required
21059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1784 Public method and constructor comments are required
21060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1800 Potential violation of Law of Demeter (method chain calls)
21061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1800 Potential violation of Law of Demeter (method chain calls)
21062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1800 Potential violation of Law of Demeter (method chain calls)
21063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1805 Potential violation of Law of Demeter (method chain calls)
21064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1805 Potential violation of Law of Demeter (method chain calls)
21065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1805 Potential violation of Law of Demeter (method chain calls)
21066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1810 Potential violation of Law of Demeter (method chain calls)
21067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1810 Potential violation of Law of Demeter (method chain calls)
21068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1820 Potential violation of Law of Demeter (method chain calls)
21069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1820 Potential violation of Law of Demeter (method chain calls)
21070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1838 Return an empty collection rather than null.
21071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1844 Return an empty collection rather than null.
21072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1849 Potential violation of Law of Demeter (method chain calls)
21073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1849 Potential violation of Law of Demeter (method chain calls)
21074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1851 Potential violation of Law of Demeter (method chain calls)
21075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1851 Potential violation of Law of Demeter (method chain calls)
21076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1851 Potential violation of Law of Demeter (method chain calls)
21077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1851 Potential violation of Law of Demeter (method chain calls)
21078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1851 Potential violation of Law of Demeter (method chain calls)
21079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1851 Useless qualified this usage in the same class.
21080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1856 Potential violation of Law of Demeter (method chain calls)
21081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1856 Potential violation of Law of Demeter (method chain calls)
21082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1858 Potential violation of Law of Demeter (method chain calls)
21083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1858 Potential violation of Law of Demeter (method chain calls)
21084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1858 Potential violation of Law of Demeter (method chain calls)
21085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1858 Potential violation of Law of Demeter (method chain calls)
21086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1858 Potential violation of Law of Demeter (method chain calls)
21087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1858 Useless qualified this usage in the same class.
21088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1864 Potential violation of Law of Demeter (method chain calls)
21089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1864 Potential violation of Law of Demeter (method chain calls)
21090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1891 Avoid variables with short names like k
21091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1892 Avoid variables with short names like v
21092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1902 Potential violation of Law of Demeter (method chain calls)
21093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1905 Potential violation of Law of Demeter (method chain calls)
21094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1908 Comment is too large: Too many lines
21095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1925 Public method and constructor comments are required
21096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1926 Potential violation of Law of Demeter (method chain calls)
21097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1927 Potential violation of Law of Demeter (method chain calls)
21098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1928 Potential violation of Law of Demeter (method chain calls)
21099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1929 Potential violation of Law of Demeter (method chain calls)
21100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1930 Potential violation of Law of Demeter (method chain calls)
21101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1930 Potential violation of Law of Demeter (method chain calls)
21102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1932 Comment is too large: Line too long
21103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1933 Comment is too large: Line too long
21104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1935 Comment is too large: Line too long
21105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1940 Public method and constructor comments are required
21106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1941 Potential violation of Law of Demeter (method chain calls)
21107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1942 Potential violation of Law of Demeter (method chain calls)
21108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1944 Potential violation of Law of Demeter (method chain calls)
21109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1944 The String literal "\nReal: " appears 12 times in this file; the first occurrence is on line 1,944
21110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1944 The String literal "\nTest: " appears 12 times in this file; the first occurrence is on line 1,944
21111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1947 Potential violation of Law of Demeter (method chain calls)
21112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1950 Potential violation of Law of Demeter (method chain calls)
21113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1951 Potential violation of Law of Demeter (method chain calls)
21114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1953 Potential violation of Law of Demeter (method chain calls)
21115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1954 Potential violation of Law of Demeter (method chain calls)
21116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1954 Potential violation of Law of Demeter (method chain calls)
21117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1956 Potential violation of Law of Demeter (method chain calls)
21118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1959 Public method and constructor comments are required
21119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1960 Potential violation of Law of Demeter (method chain calls)
21120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1961 Potential violation of Law of Demeter (method chain calls)
21121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1963 Potential violation of Law of Demeter (method chain calls)
21122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1966 Potential violation of Law of Demeter (method chain calls)
21123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1969 Potential violation of Law of Demeter (method chain calls)
21124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1970 Potential violation of Law of Demeter (method chain calls)
21125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1972 Potential violation of Law of Demeter (method chain calls)
21126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1973 Potential violation of Law of Demeter (method chain calls)
21127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1973 Potential violation of Law of Demeter (method chain calls)
21128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1975 Potential violation of Law of Demeter (method chain calls)
21129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1978 Public method and constructor comments are required
21130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1979 Potential violation of Law of Demeter (method chain calls)
21131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1981 Potential violation of Law of Demeter (method chain calls)
21132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1985 Potential violation of Law of Demeter (method chain calls)
21133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 1986 Potential violation of Law of Demeter (method chain calls)
21134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 2010 JUnit 4 tests that clean up tests should use the @After annotation, JUnit5 tests should use @AfterEach or @AfterAll
21135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 2012 Assigning an Object to null is a code smell. Consider refactoring.
21136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 2013 Assigning an Object to null is a code smell. Consider refactoring.
21137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 2014 Assigning an Object to null is a code smell. Consider refactoring.
21138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 2015 Assigning an Object to null is a code smell. Consider refactoring.
21139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java 2016 Assigning an Object to null is a code smell. Consider refactoring.
21140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 1 Comment is too large: Too many lines
21141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 82 Avoid unnecessary casts
21142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 82 This usage of the Collection.toArray() method will throw a ClassCastException.
21143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 85 Public method and constructor comments are required
21145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 91 Avoid empty catch blocks
21146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 95 Potential violation of Law of Demeter (method chain calls)
21147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 95 Potential violation of Law of Demeter (method chain calls)
21148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 96 Potential violation of Law of Demeter (object not created locally)
21149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 99 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 99 Public method and constructor comments are required
21151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 105 Avoid empty catch blocks
21152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 110 Potential violation of Law of Demeter (method chain calls)
21153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 113 Potential violation of Law of Demeter (object not created locally)
21154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 116 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 116 Public method and constructor comments are required
21156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 116 Unit tests should not contain more than 1 assert(s).
21157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 119 Potential violation of Law of Demeter (object not created locally)
21158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 120 Avoid if (x != y) ..; else ..;
21159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 123 Avoid catching NullPointerException; consider removing the cause of the NPE.
21160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 123 Avoid empty catch blocks
21162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 130 Avoid variables with short names like it
21163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 130 Potential violation of Law of Demeter (method chain calls)
21164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 137 Potential violation of Law of Demeter (object not created locally)
21165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 139 Avoid if (x != y) ..; else ..;
21166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 143 Avoid catching NullPointerException; consider removing the cause of the NPE.
21167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 143 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 143 Avoid empty catch blocks
21169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 149 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 149 Public method and constructor comments are required
21171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 149 Unit tests should not contain more than 1 assert(s).
21172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 152 Potential violation of Law of Demeter (object not created locally)
21173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 153 Avoid if (x != y) ..; else ..;
21174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 156 Avoid catching NullPointerException; consider removing the cause of the NPE.
21175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 156 Avoid empty catch blocks
21177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 165 Avoid variables with short names like it
21178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 172 Potential violation of Law of Demeter (object not created locally)
21179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 174 Avoid if (x != y) ..; else ..;
21180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 178 Avoid catching NullPointerException; consider removing the cause of the NPE.
21181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 178 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 178 Avoid empty catch blocks
21183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 186 Public method and constructor comments are required
21184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 190 Class comments are required
21185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 191 Public method and constructor comments are required
21186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 197 Potential violation of Law of Demeter (method chain calls)
21187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 197 Potential violation of Law of Demeter (method chain calls)
21188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 202 Potential violation of Law of Demeter (method chain calls)
21189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 202 Potential violation of Law of Demeter (method chain calls)
21190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 207 Potential violation of Law of Demeter (method chain calls)
21191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 207 Potential violation of Law of Demeter (method chain calls)
21192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 213 Potential violation of Law of Demeter (method chain calls)
21193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 213 Potential violation of Law of Demeter (method chain calls)
21194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 213 Potential violation of Law of Demeter (method chain calls)
21195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 219 Potential violation of Law of Demeter (method chain calls)
21196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 219 Potential violation of Law of Demeter (method chain calls)
21197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 219 Potential violation of Law of Demeter (method chain calls)
21198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 225 Potential violation of Law of Demeter (method chain calls)
21199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 225 Potential violation of Law of Demeter (method chain calls)
21200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 231 Potential violation of Law of Demeter (method chain calls)
21201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 231 Potential violation of Law of Demeter (method chain calls)
21202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 237 Potential violation of Law of Demeter (method chain calls)
21203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractOrderedMapTest.java 237 Potential violation of Law of Demeter (method chain calls)
21204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 1 Comment is too large: Too many lines
21205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 64 An empty method in an abstract class should be abstract instead
21206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 64 Public method and constructor comments are required
21208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 83 Public method and constructor comments are required
21210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 84 Avoid variables with short names like sm
21211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 85 Potential violation of Law of Demeter (method chain calls)
21212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 85 Potential violation of Law of Demeter (method chain calls)
21213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 85 Potential violation of Law of Demeter (object not created locally)
21214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 85 Potential violation of Law of Demeter (object not created locally)
21215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 88 Public method and constructor comments are required
21217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 89 Avoid variables with short names like sm
21218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 94 Potential violation of Law of Demeter (object not created locally)
21219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 97 Public method and constructor comments are required
21220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 101 Public method and constructor comments are required
21221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 105 Public method and constructor comments are required
21222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 109 Class comments are required
21223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 110 Field comments are required
21224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 110 Found non-transient, non-static member. Please mark as transient or provide accessors.
21225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 111 Field comments are required
21226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 111 Found non-transient, non-static member. Please mark as transient or provide accessors.
21227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 112 Field comments are required
21228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 112 Found non-transient, non-static member. Please mark as transient or provide accessors.
21229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 113 Avoid excessively long variable names like subSortedNewValues
21230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 113 Field comments are required
21231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 113 Found non-transient, non-static member. Please mark as transient or provide accessors.
21232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 115 Public method and constructor comments are required
21233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 138 An empty method in an abstract class should be abstract instead
21234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 142 An empty method in an abstract class should be abstract instead
21235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 146 An empty method in an abstract class should be abstract instead
21236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 153 Avoid unnecessary casts
21237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 153 This usage of the Collection.toArray() method will throw a ClassCastException.
21238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 158 Avoid unnecessary casts
21239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 158 This usage of the Collection.toArray() method will throw a ClassCastException.
21240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 163 Avoid unnecessary casts
21241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 163 This usage of the Collection.toArray() method will throw a ClassCastException.
21242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 208 Class comments are required
21243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 209 Field comments are required
21244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 209 To avoid mistakes add a comment at the beginning of the SUBSIZE field if you want a default access modifier
21245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 210 Field comments are required
21246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 210 Found non-transient, non-static member. Please mark as transient or provide accessors.
21247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 210 To avoid mistakes add a comment at the beginning of the toKey field if you want a default access modifier
21248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 212 Public method and constructor comments are required
21249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 214 Avoid variables with short names like sm
21250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 233 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 233 Public method and constructor comments are required
21252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 239 Potential violation of Law of Demeter (method chain calls)
21253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 241 Avoid empty catch blocks
21254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 253 Comment is too large: Line too long
21255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 257 Comment is too large: Line too long
21256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 261 Class comments are required
21257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 262 Field comments are required
21258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 262 To avoid mistakes add a comment at the beginning of the SUBSIZE field if you want a default access modifier
21259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 263 Field comments are required
21260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 263 Found non-transient, non-static member. Please mark as transient or provide accessors.
21261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 263 To avoid mistakes add a comment at the beginning of the fromKey field if you want a default access modifier
21262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 264 Field comments are required
21263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 264 Found non-transient, non-static member. Please mark as transient or provide accessors.
21264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 264 To avoid mistakes add a comment at the beginning of the invalidKey field if you want a default access modifier
21265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 266 Public method and constructor comments are required
21266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 268 Avoid variables with short names like sm
21267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 288 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 288 Public method and constructor comments are required
21269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 294 Potential violation of Law of Demeter (method chain calls)
21270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 296 Avoid empty catch blocks
21271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 308 Comment is too large: Line too long
21272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 312 Comment is too large: Line too long
21273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 316 Class comments are required
21274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 317 Field comments are required
21275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 317 To avoid mistakes add a comment at the beginning of the SUBSIZE field if you want a default access modifier
21276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 318 Field comments are required
21277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 318 Found non-transient, non-static member. Please mark as transient or provide accessors.
21278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 318 To avoid mistakes add a comment at the beginning of the fromKey field if you want a default access modifier
21279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 319 Field comments are required
21280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 319 Found non-transient, non-static member. Please mark as transient or provide accessors.
21281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 319 To avoid mistakes add a comment at the beginning of the toKey field if you want a default access modifier
21282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 321 Public method and constructor comments are required
21283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 323 Avoid variables with short names like sm
21284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 350 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 350 Public method and constructor comments are required
21286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 356 Potential violation of Law of Demeter (method chain calls)
21287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 358 Avoid empty catch blocks
21288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 370 Comment is too large: Line too long
21289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 374 Comment is too large: Line too long
21290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 1 Comment is too large: Too many lines
21291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 34 JUnit 4 indicates test suites via annotations, not the suite method.
21292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 34 Public method and constructor comments are required
21293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 38 Public method and constructor comments are required
21294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 52 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 53 Public method and constructor comments are required
21296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 53 Unit tests should not contain more than 1 assert(s).
21297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 55 Potential violation of Law of Demeter (object not created locally)
21298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 55 The String literal "One" appears 9 times in this file; the first occurrence is on line 55
21299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 56 Potential violation of Law of Demeter (object not created locally)
21300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 56 The String literal "Two" appears 7 times in this file; the first occurrence is on line 56
21301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 57 JUnit assertions should include a message
21302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 57 Potential violation of Law of Demeter (object not created locally)
21303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 57 The String literal "one" appears 4 times in this file; the first occurrence is on line 57
21304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 58 JUnit assertions should include a message
21305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 58 Potential violation of Law of Demeter (object not created locally)
21306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 59 Potential violation of Law of Demeter (object not created locally)
21307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 59 The String literal "Three" appears 6 times in this file; the first occurrence is on line 59
21308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 60 JUnit assertions should include a message
21309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 60 Potential violation of Law of Demeter (object not created locally)
21310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 63 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 64 Public method and constructor comments are required
21312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 64 Unit tests should not contain more than 1 assert(s).
21313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 68 JUnit assertions should include a message
21314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 68 Potential violation of Law of Demeter (object not created locally)
21315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 69 JUnit assertions should include a message
21316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 69 Potential violation of Law of Demeter (object not created locally)
21317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 73 Comment is too large: Line too long
21318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 77 JUnit assertions should include a message
21320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 81 Public method and constructor comments are required
21322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 81 Unit tests should not contain more than 1 assert(s).
21323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 98 Avoid instantiating new objects inside loops
21324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 110 Comment is too large: Line too long
21325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 112 Comment is too large: Line too long
21326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 115 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 116 Public method and constructor comments are required
21328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 116 Unit tests should not contain more than 1 assert(s).
21329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 118 Potential violation of Law of Demeter (object not created locally)
21330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 119 Potential violation of Law of Demeter (object not created locally)
21331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 120 Potential violation of Law of Demeter (object not created locally)
21332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 121 JUnit assertions should include a message
21333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 121 Potential violation of Law of Demeter (object not created locally)
21334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 122 Potential violation of Law of Demeter (object not created locally)
21335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 122 The String literal "Four" appears 4 times in this file; the first occurrence is on line 122
21336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 123 JUnit assertions should include a message
21337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 123 Potential violation of Law of Demeter (object not created locally)
21338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 124 Potential violation of Law of Demeter (object not created locally)
21339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 125 JUnit assertions should include a message
21340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 125 Potential violation of Law of Demeter (object not created locally)
21341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 126 JUnit assertions should include a message
21342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 126 Potential violation of Law of Demeter (object not created locally)
21343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 127 JUnit assertions should include a message
21344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 127 Potential violation of Law of Demeter (object not created locally)
21345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 128 JUnit assertions should include a message
21346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 128 Potential violation of Law of Demeter (object not created locally)
21347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 131 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 131 Public method and constructor comments are required
21349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 131 Unit tests should not contain more than 1 assert(s).
21350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 132 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
21351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 138 Avoid excessively long variable names like caseInsensitiveMap
21352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 138 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
21353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 139 JUnit assertions should include a message
21354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 141 JUnit assertions should include a message
21355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 141 Potential violation of Law of Demeter (object not created locally)
21356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 142 JUnit assertions should include a message
21357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 142 Potential violation of Law of Demeter (object not created locally)
21358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 143 JUnit assertions should include a message
21359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 143 Potential violation of Law of Demeter (object not created locally)
21360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 144 JUnit assertions should include a message
21361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 144 Potential violation of Law of Demeter (object not created locally)
21362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 145 JUnit assertions should include a message
21363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 145 Potential violation of Law of Demeter (object not created locally)
21364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 146 JUnit assertions should include a message
21365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java 148 JUnit assertions should include a message
21366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 1 Comment is too large: Too many lines
21367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 29 This class has too many methods, consider refactoring it.
21368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 31 Avoid using redundant field initializer for 'pass'
21369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
21370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 33 Public method and constructor comments are required
21371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 37 JUnit 4 tests that set up tests should use the @Before annotation, JUnit5 tests should use @BeforeEach or @BeforeAll
21372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 51 The String literal "unchecked" appears 7 times in this file; the first occurrence is on line 51
21373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 60 Public method and constructor comments are required
21374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 67 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 67 Public method and constructor comments are required
21376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 67 Unit tests should not contain more than 1 assert(s).
21377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 73 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 74 Public method and constructor comments are required
21379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 77 The String literal "five" appears 4 times in this file; the first occurrence is on line 77
21380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 84 Avoid empty catch blocks
21381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 89 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 90 Public method and constructor comments are required
21383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 90 Unit tests should not contain more than 1 assert(s).
21384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 106 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 107 Public method and constructor comments are required
21386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 107 Unit tests should not contain more than 1 assert(s).
21387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 120 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 121 Public method and constructor comments are required
21389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 121 Unit tests should not contain more than 1 assert(s).
21390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 134 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 134 Public method and constructor comments are required
21392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 154 Avoid variables with short names like t
21393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 163 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 164 Public method and constructor comments are required
21395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 184 Avoid variables with short names like t
21396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 193 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 193 Public method and constructor comments are required
21398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 212 Avoid variables with short names like t
21399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 228 Comment is too large: Line too long
21400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/CompositeMapTest.java 230 Comment is too large: Line too long
21401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 1 Comment is too large: Too many lines
21402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 37 Field comments are required
21403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
21404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 38 Field comments are required
21405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
21406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 40 Public method and constructor comments are required
21407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 49 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 50 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 50
21409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 51 Unit tests should not contain more than 1 assert(s).
21410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 52 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
21411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 52 The String literal "NULL" appears 12 times in this file; the first occurrence is on line 52
21412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 55 The String literal "NotInMap" appears 16 times in this file; the first occurrence is on line 55
21413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 58 The String literal "Key" appears 12 times in this file; the first occurrence is on line 58
21414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 58 The String literal "Value" appears 8 times in this file; the first occurrence is on line 58
21415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 66 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 67 Public method and constructor comments are required
21417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 67 Unit tests should not contain more than 1 assert(s).
21418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 71 Potential violation of Law of Demeter (object not created locally)
21419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 73 Potential violation of Law of Demeter (object not created locally)
21420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 74 Potential violation of Law of Demeter (object not created locally)
21421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 76 Potential violation of Law of Demeter (object not created locally)
21422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 77 Potential violation of Law of Demeter (object not created locally)
21423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 79 Potential violation of Law of Demeter (object not created locally)
21424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 80 Potential violation of Law of Demeter (object not created locally)
21425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 81 Potential violation of Law of Demeter (object not created locally)
21426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 82 Potential violation of Law of Demeter (object not created locally)
21427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 86 Public method and constructor comments are required
21429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 86 Unit tests should not contain more than 1 assert(s).
21430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 105 Public method and constructor comments are required
21432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 105 Unit tests should not contain more than 1 assert(s).
21433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 114 Potential violation of Law of Demeter (object not created locally)
21434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 116 Potential violation of Law of Demeter (object not created locally)
21435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 117 Potential violation of Law of Demeter (object not created locally)
21436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 118 Potential violation of Law of Demeter (object not created locally)
21437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 120 Potential violation of Law of Demeter (object not created locally)
21438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 121 Potential violation of Law of Demeter (object not created locally)
21439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 123 Potential violation of Law of Demeter (object not created locally)
21440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 124 Potential violation of Law of Demeter (object not created locally)
21441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 125 Potential violation of Law of Demeter (object not created locally)
21442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 126 Potential violation of Law of Demeter (object not created locally)
21443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 127 Potential violation of Law of Demeter (object not created locally)
21444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 130 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 130 Public method and constructor comments are required
21446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 135 The String literal "Expecting NullPointerException" appears 5 times in this file; the first occurrence is on line 135
21447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 136 Avoid catching NullPointerException; consider removing the cause of the NPE.
21448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 136 Avoid empty catch blocks
21450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 143 Avoid catching NullPointerException; consider removing the cause of the NPE.
21451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 143 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 143 Avoid empty catch blocks
21453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 150 Avoid catching NullPointerException; consider removing the cause of the NPE.
21454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 150 Avoid empty catch blocks
21456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 157 Avoid catching NullPointerException; consider removing the cause of the NPE.
21457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 157 Avoid empty catch blocks
21459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 164 Avoid catching NullPointerException; consider removing the cause of the NPE.
21460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 164 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 164 Avoid empty catch blocks
21462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 178 Comment is too large: Line too long
21463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/DefaultedMapTest.java 182 Comment is too large: Line too long
21464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/EmptyMapMutator.java 1 Comment is too large: Too many lines
21465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/EmptyMapMutator.java 27 Each class should declare at least one constructor
21466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/EmptyMapMutator.java 45 Avoid variables with short names like t
21467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeMapTest.java 1 Comment is too large: Too many lines
21468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeMapTest.java 32 Public method and constructor comments are required
21469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeMapTest.java 43 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
21470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeMapTest.java 67 Comment is too large: Line too long
21471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeMapTest.java 71 Comment is too large: Line too long
21472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeSortedMapTest.java 1 Comment is too large: Too many lines
21473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeSortedMapTest.java 27 Comment is too large: Line too long
21474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeSortedMapTest.java 34 Public method and constructor comments are required
21475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeSortedMapTest.java 38 JUnit 4 indicates test suites via annotations, not the suite method.
21476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeSortedMapTest.java 38 Public method and constructor comments are required
21477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeSortedMapTest.java 79 Comment is too large: Line too long
21478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/FixedSizeSortedMapTest.java 83 Comment is too large: Line too long
21479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 1 Comment is too large: Too many lines
21480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 17 This class has a bunch of public methods and attributes
21481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 39 This class has too many methods, consider refactoring it.
21482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 41 Field comments are required
21483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 42 Field comments are required
21484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 43 Field comments are required
21485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 44 Field comments are required
21486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 45 Field comments are required
21487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 46 Field comments are required
21488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 48 Public method and constructor comments are required
21489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 52 JUnit 4 indicates test suites via annotations, not the suite method.
21490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 52 Public method and constructor comments are required
21491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 61 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 61 The String literal "unchecked" appears 12 times in this file; the first occurrence is on line 61
21493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 62 Public method and constructor comments are required
21494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 64 Potential violation of Law of Demeter (object not created locally)
21495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 64 The String literal "testA" appears 4 times in this file; the first occurrence is on line 64
21496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 65 Potential violation of Law of Demeter (object not created locally)
21497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 65 The String literal "testB" appears 4 times in this file; the first occurrence is on line 65
21498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 67 Potential violation of Law of Demeter (object not created locally)
21499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 68 Potential violation of Law of Demeter (object not created locally)
21500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 69 JUnit assertions should include a message
21501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 69 Potential violation of Law of Demeter (object not created locally)
21502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 72 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 73 Public method and constructor comments are required
21504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 75 Potential violation of Law of Demeter (object not created locally)
21505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 76 Potential violation of Law of Demeter (object not created locally)
21506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 78 Potential violation of Law of Demeter (object not created locally)
21507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 79 Potential violation of Law of Demeter (object not created locally)
21508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 80 JUnit assertions should include a message
21509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 80 Potential violation of Law of Demeter (object not created locally)
21510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 84 Public method and constructor comments are required
21512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 84 Unit tests should not contain more than 1 assert(s).
21513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 86 JUnit assertions should include a message
21514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 86 Potential violation of Law of Demeter (object not created locally)
21515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 87 Potential violation of Law of Demeter (object not created locally)
21516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 88 Potential violation of Law of Demeter (object not created locally)
21517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 89 JUnit assertions should include a message
21518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 89 Potential violation of Law of Demeter (object not created locally)
21519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 90 JUnit assertions should include a message
21520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 90 Potential violation of Law of Demeter (object not created locally)
21521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 91 JUnit assertions should include a message
21522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 91 Potential violation of Law of Demeter (object not created locally)
21523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 92 JUnit assertions should include a message
21524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 92 Potential violation of Law of Demeter (object not created locally)
21525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 93 JUnit assertions should include a message
21526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 93 Potential violation of Law of Demeter (object not created locally)
21527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 96 Potential violation of Law of Demeter (object not created locally)
21528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 97 JUnit assertions should include a message
21529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 97 Potential violation of Law of Demeter (object not created locally)
21530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 98 JUnit assertions should include a message
21531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 98 Potential violation of Law of Demeter (object not created locally)
21532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 99 JUnit assertions should include a message
21533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 99 Potential violation of Law of Demeter (object not created locally)
21534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 100 JUnit assertions should include a message
21535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 100 Potential violation of Law of Demeter (object not created locally)
21536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 101 JUnit assertions should include a message
21537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 101 Potential violation of Law of Demeter (object not created locally)
21538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 104 Potential violation of Law of Demeter (object not created locally)
21539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 105 Potential violation of Law of Demeter (object not created locally)
21540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 106 JUnit assertions should include a message
21541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 106 Potential violation of Law of Demeter (object not created locally)
21542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 107 JUnit assertions should include a message
21543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 107 Potential violation of Law of Demeter (object not created locally)
21544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 108 JUnit assertions should include a message
21545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 108 Potential violation of Law of Demeter (object not created locally)
21546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 109 JUnit assertions should include a message
21547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 109 Potential violation of Law of Demeter (object not created locally)
21548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 110 JUnit assertions should include a message
21549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 110 Potential violation of Law of Demeter (object not created locally)
21550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 111 JUnit assertions should include a message
21551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 111 Potential violation of Law of Demeter (object not created locally)
21552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 114 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 115 Public method and constructor comments are required
21554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 115 Unit tests should not contain more than 1 assert(s).
21555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 117 JUnit assertions should include a message
21556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 117 Potential violation of Law of Demeter (object not created locally)
21557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 118 Potential violation of Law of Demeter (object not created locally)
21558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 119 Potential violation of Law of Demeter (object not created locally)
21559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 120 Potential violation of Law of Demeter (object not created locally)
21560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 121 Potential violation of Law of Demeter (object not created locally)
21561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 124 Potential violation of Law of Demeter (object not created locally)
21562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 125 JUnit assertions should include a message
21563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 125 Potential violation of Law of Demeter (object not created locally)
21564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 126 JUnit assertions should include a message
21565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 126 Potential violation of Law of Demeter (object not created locally)
21566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 127 JUnit assertions should include a message
21567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 127 Potential violation of Law of Demeter (object not created locally)
21568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 128 JUnit assertions should include a message
21569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 128 Potential violation of Law of Demeter (object not created locally)
21570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 129 JUnit assertions should include a message
21571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 129 Potential violation of Law of Demeter (object not created locally)
21572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 130 JUnit assertions should include a message
21573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 130 Potential violation of Law of Demeter (object not created locally)
21574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 131 JUnit assertions should include a message
21575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 131 Potential violation of Law of Demeter (object not created locally)
21576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 132 JUnit assertions should include a message
21577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 132 Potential violation of Law of Demeter (object not created locally)
21578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 133 JUnit assertions should include a message
21579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 133 Potential violation of Law of Demeter (object not created locally)
21580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 134 JUnit assertions should include a message
21581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 134 Potential violation of Law of Demeter (object not created locally)
21582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 137 Potential violation of Law of Demeter (object not created locally)
21583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 138 JUnit assertions should include a message
21584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 138 Potential violation of Law of Demeter (object not created locally)
21585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 139 JUnit assertions should include a message
21586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 139 Potential violation of Law of Demeter (object not created locally)
21587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 140 JUnit assertions should include a message
21588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 140 Potential violation of Law of Demeter (object not created locally)
21589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 141 JUnit assertions should include a message
21590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 141 Potential violation of Law of Demeter (object not created locally)
21591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 142 JUnit assertions should include a message
21592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 142 Potential violation of Law of Demeter (object not created locally)
21593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 143 JUnit assertions should include a message
21594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 143 Potential violation of Law of Demeter (object not created locally)
21595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 144 JUnit assertions should include a message
21596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 144 Potential violation of Law of Demeter (object not created locally)
21597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 145 JUnit assertions should include a message
21598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 145 Potential violation of Law of Demeter (object not created locally)
21599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 146 JUnit assertions should include a message
21600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 146 Potential violation of Law of Demeter (object not created locally)
21601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 147 JUnit assertions should include a message
21602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 147 Potential violation of Law of Demeter (object not created locally)
21603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 150 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 150 Public method and constructor comments are required
21605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 150 Unit tests should not contain more than 1 assert(s).
21606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 158 Avoid variables with short names like in
21607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 161 JUnit assertions should include a message
21608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 161 Potential violation of Law of Demeter (object not created locally)
21609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 162 JUnit assertions should include a message
21610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 162 Potential violation of Law of Demeter (object not created locally)
21611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 165 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 166 Public method and constructor comments are required
21613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 166 Unit tests should not contain more than 1 assert(s).
21614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 168 Potential violation of Law of Demeter (object not created locally)
21615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 169 Potential violation of Law of Demeter (object not created locally)
21616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 177 Avoid variables with short names like in
21617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 180 JUnit assertions should include a message
21618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 180 Potential violation of Law of Demeter (object not created locally)
21619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 181 JUnit assertions should include a message
21620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 181 Potential violation of Law of Demeter (object not created locally)
21621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 182 JUnit assertions should include a message
21622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 182 Potential violation of Law of Demeter (object not created locally)
21623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 183 JUnit assertions should include a message
21624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 183 Potential violation of Law of Demeter (object not created locally)
21625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 184 JUnit assertions should include a message
21626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 184 Potential violation of Law of Demeter (object not created locally)
21627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 185 JUnit assertions should include a message
21628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 185 Potential violation of Law of Demeter (object not created locally)
21629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 188 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 189 Public method and constructor comments are required
21631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 189 Unit tests should not contain more than 1 assert(s).
21632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 191 Potential violation of Law of Demeter (object not created locally)
21633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 192 Potential violation of Law of Demeter (object not created locally)
21634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 193 Potential violation of Law of Demeter (object not created locally)
21635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 194 Potential violation of Law of Demeter (object not created locally)
21636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 202 Avoid variables with short names like in
21637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 205 JUnit assertions should include a message
21638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 205 Potential violation of Law of Demeter (object not created locally)
21639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 206 JUnit assertions should include a message
21640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 206 Potential violation of Law of Demeter (object not created locally)
21641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 207 JUnit assertions should include a message
21642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 207 Potential violation of Law of Demeter (object not created locally)
21643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 208 JUnit assertions should include a message
21644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 208 Potential violation of Law of Demeter (object not created locally)
21645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 209 JUnit assertions should include a message
21646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 209 Potential violation of Law of Demeter (object not created locally)
21647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 210 JUnit assertions should include a message
21648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 210 Potential violation of Law of Demeter (object not created locally)
21649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 211 JUnit assertions should include a message
21650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 211 Potential violation of Law of Demeter (object not created locally)
21651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 212 JUnit assertions should include a message
21652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 212 Potential violation of Law of Demeter (object not created locally)
21653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 213 JUnit assertions should include a message
21654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 213 Potential violation of Law of Demeter (object not created locally)
21655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 214 JUnit assertions should include a message
21656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 214 Potential violation of Law of Demeter (object not created locally)
21657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 217 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 218 Public method and constructor comments are required
21659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 218 Unit tests should not contain more than 1 assert(s).
21660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 220 Potential violation of Law of Demeter (object not created locally)
21661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 221 Potential violation of Law of Demeter (object not created locally)
21662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 222 Potential violation of Law of Demeter (object not created locally)
21663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 224 Avoid variables with short names like it
21664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 224 Potential violation of Law of Demeter (method chain calls)
21665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 224 Potential violation of Law of Demeter (object not created locally)
21666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 226 Potential violation of Law of Demeter (object not created locally)
21667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 226 The String literal "NewValue" appears 12 times in this file; the first occurrence is on line 226
21668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 227 JUnit assertions should include a message
21669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 227 Potential violation of Law of Demeter (object not created locally)
21670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 228 JUnit assertions should include a message
21671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 228 Potential violation of Law of Demeter (object not created locally)
21672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 229 JUnit assertions should include a message
21673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 229 Potential violation of Law of Demeter (object not created locally)
21674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 230 JUnit assertions should include a message
21675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 230 Potential violation of Law of Demeter (object not created locally)
21676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 231 JUnit assertions should include a message
21677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 231 Potential violation of Law of Demeter (object not created locally)
21678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 232 JUnit assertions should include a message
21679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 232 Potential violation of Law of Demeter (object not created locally)
21680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 233 JUnit assertions should include a message
21681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 233 Potential violation of Law of Demeter (object not created locally)
21682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 236 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 237 Public method and constructor comments are required
21684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 237 Unit tests should not contain more than 1 assert(s).
21685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 239 Potential violation of Law of Demeter (object not created locally)
21686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 240 Potential violation of Law of Demeter (object not created locally)
21687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 241 Potential violation of Law of Demeter (object not created locally)
21688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 243 Avoid variables with short names like it
21689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 243 Potential violation of Law of Demeter (method chain calls)
21690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 243 Potential violation of Law of Demeter (object not created locally)
21691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 246 Potential violation of Law of Demeter (object not created locally)
21692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 247 JUnit assertions should include a message
21693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 247 Potential violation of Law of Demeter (object not created locally)
21694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 248 JUnit assertions should include a message
21695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 248 Potential violation of Law of Demeter (object not created locally)
21696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 249 JUnit assertions should include a message
21697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 249 Potential violation of Law of Demeter (object not created locally)
21698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 250 JUnit assertions should include a message
21699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 250 Potential violation of Law of Demeter (object not created locally)
21700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 251 JUnit assertions should include a message
21701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 251 Potential violation of Law of Demeter (object not created locally)
21702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 252 JUnit assertions should include a message
21703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 252 Potential violation of Law of Demeter (object not created locally)
21704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 253 JUnit assertions should include a message
21705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 253 Potential violation of Law of Demeter (object not created locally)
21706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 256 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 257 Public method and constructor comments are required
21708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 257 Unit tests should not contain more than 1 assert(s).
21709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 259 Potential violation of Law of Demeter (object not created locally)
21710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 260 Potential violation of Law of Demeter (object not created locally)
21711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 261 Potential violation of Law of Demeter (object not created locally)
21712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 263 Avoid variables with short names like it
21713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 263 Potential violation of Law of Demeter (method chain calls)
21714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 263 Potential violation of Law of Demeter (object not created locally)
21715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 267 Potential violation of Law of Demeter (object not created locally)
21716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 268 JUnit assertions should include a message
21717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 268 Potential violation of Law of Demeter (object not created locally)
21718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 269 JUnit assertions should include a message
21719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 269 Potential violation of Law of Demeter (object not created locally)
21720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 270 JUnit assertions should include a message
21721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 270 Potential violation of Law of Demeter (object not created locally)
21722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 271 JUnit assertions should include a message
21723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 271 Potential violation of Law of Demeter (object not created locally)
21724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 272 JUnit assertions should include a message
21725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 272 Potential violation of Law of Demeter (object not created locally)
21726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 273 JUnit assertions should include a message
21727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 273 Potential violation of Law of Demeter (object not created locally)
21728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 274 JUnit assertions should include a message
21729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 274 Potential violation of Law of Demeter (object not created locally)
21730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 277 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 278 Public method and constructor comments are required
21732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 278 Unit tests should not contain more than 1 assert(s).
21733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 280 Potential violation of Law of Demeter (object not created locally)
21734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 281 Potential violation of Law of Demeter (object not created locally)
21735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 282 Potential violation of Law of Demeter (object not created locally)
21736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 284 Avoid variables with short names like it
21737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 284 Potential violation of Law of Demeter (object not created locally)
21738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 287 JUnit assertions should include a message
21739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 287 Potential violation of Law of Demeter (object not created locally)
21740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 288 JUnit assertions should include a message
21741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 288 Potential violation of Law of Demeter (object not created locally)
21742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 289 JUnit assertions should include a message
21743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 289 Potential violation of Law of Demeter (object not created locally)
21744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 290 JUnit assertions should include a message
21745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 290 Potential violation of Law of Demeter (object not created locally)
21746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 291 JUnit assertions should include a message
21747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 291 Potential violation of Law of Demeter (object not created locally)
21748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 292 JUnit assertions should include a message
21749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 292 Potential violation of Law of Demeter (object not created locally)
21750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 293 JUnit assertions should include a message
21751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 293 Potential violation of Law of Demeter (object not created locally)
21752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 296 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 297 Public method and constructor comments are required
21754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 297 Unit tests should not contain more than 1 assert(s).
21755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 299 Potential violation of Law of Demeter (object not created locally)
21756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 300 Potential violation of Law of Demeter (object not created locally)
21757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 301 Potential violation of Law of Demeter (object not created locally)
21758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 303 Avoid variables with short names like it
21759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 303 Potential violation of Law of Demeter (object not created locally)
21760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 307 JUnit assertions should include a message
21761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 307 Potential violation of Law of Demeter (object not created locally)
21762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 308 JUnit assertions should include a message
21763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 308 Potential violation of Law of Demeter (object not created locally)
21764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 309 JUnit assertions should include a message
21765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 309 Potential violation of Law of Demeter (object not created locally)
21766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 310 JUnit assertions should include a message
21767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 310 Potential violation of Law of Demeter (object not created locally)
21768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 311 JUnit assertions should include a message
21769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 311 Potential violation of Law of Demeter (object not created locally)
21770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 312 JUnit assertions should include a message
21771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 312 Potential violation of Law of Demeter (object not created locally)
21772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 313 JUnit assertions should include a message
21773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 313 Potential violation of Law of Demeter (object not created locally)
21774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 316 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 317 Public method and constructor comments are required
21776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 317 Unit tests should not contain more than 1 assert(s).
21777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 319 Potential violation of Law of Demeter (object not created locally)
21778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 320 Potential violation of Law of Demeter (object not created locally)
21779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 321 Potential violation of Law of Demeter (object not created locally)
21780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 323 Avoid variables with short names like it
21781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 323 Potential violation of Law of Demeter (object not created locally)
21782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 328 JUnit assertions should include a message
21783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 328 Potential violation of Law of Demeter (object not created locally)
21784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 329 JUnit assertions should include a message
21785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 329 Potential violation of Law of Demeter (object not created locally)
21786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 330 JUnit assertions should include a message
21787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 330 Potential violation of Law of Demeter (object not created locally)
21788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 331 JUnit assertions should include a message
21789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 331 Potential violation of Law of Demeter (object not created locally)
21790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 332 JUnit assertions should include a message
21791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 332 Potential violation of Law of Demeter (object not created locally)
21792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 333 JUnit assertions should include a message
21793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 333 Potential violation of Law of Demeter (object not created locally)
21794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 334 JUnit assertions should include a message
21795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 334 Potential violation of Law of Demeter (object not created locally)
21796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 337 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 337 Public method and constructor comments are required
21798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 348 Avoid variables with short names like it
21799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 348 Potential violation of Law of Demeter (method chain calls)
21800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 350 Avoid unused local variables such as 'mapEntry1'.
21801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 351 Avoid unused local variables such as 'mapEntry2'.
21802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 352 Avoid unused local variables such as 'mapEntry3'.
21803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 354 JUnit assertions should include a message
21804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 355 JUnit assertions should include a message
21805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 356 JUnit assertions should include a message
21806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 357 JUnit assertions should include a message
21807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 365 Class comments are required
21808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 366 Public method and constructor comments are required
21809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 372 Potential violation of Law of Demeter (method chain calls)
21810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 372 Potential violation of Law of Demeter (method chain calls)
21811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 377 Potential violation of Law of Demeter (method chain calls)
21812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 377 Potential violation of Law of Demeter (method chain calls)
21813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 382 Potential violation of Law of Demeter (method chain calls)
21814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 382 Potential violation of Law of Demeter (method chain calls)
21815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 388 Potential violation of Law of Demeter (method chain calls)
21816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 388 Potential violation of Law of Demeter (method chain calls)
21817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 388 Potential violation of Law of Demeter (method chain calls)
21818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 394 Potential violation of Law of Demeter (method chain calls)
21819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 394 Potential violation of Law of Demeter (method chain calls)
21820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 394 Potential violation of Law of Demeter (method chain calls)
21821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 400 Potential violation of Law of Demeter (method chain calls)
21822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 400 Potential violation of Law of Demeter (method chain calls)
21823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 406 Potential violation of Law of Demeter (method chain calls)
21824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 406 Potential violation of Law of Demeter (method chain calls)
21825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 412 Potential violation of Law of Demeter (method chain calls)
21826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 412 Potential violation of Law of Demeter (method chain calls)
21827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 425 Comment is too large: Line too long
21828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 429 Comment is too large: Line too long
21829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 432 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 432 Public method and constructor comments are required
21831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 432 Unit tests should not contain more than 1 assert(s).
21832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 433 Avoid variables with short names like m
21833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 436 JUnit assertions should include a message
21834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 437 JUnit assertions should include a message
21835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 442 JUnit assertions should include a message
21836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 443 JUnit assertions should include a message
21837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 444 JUnit assertions should include a message
21838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 447 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 447 Public method and constructor comments are required
21840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 447 Unit tests should not contain more than 1 assert(s).
21841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 448 Avoid variables with short names like m
21842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 450 JUnit assertions should include a message
21843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 453 JUnit assertions should include a message
21844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 454 JUnit assertions should include a message
21845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 457 JUnit assertions should include a message
21846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 458 JUnit assertions should include a message
21847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 459 JUnit assertions should include a message
21848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 462 JUnit assertions should include a message
21849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 463 JUnit assertions should include a message
21850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 464 JUnit assertions should include a message
21851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 465 JUnit assertions should include a message
21852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 468 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 468 Public method and constructor comments are required
21854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 468 Unit tests should not contain more than 1 assert(s).
21855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 469 Avoid variables with short names like m
21856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 473 JUnit assertions should include a message
21857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 477 JUnit assertions should include a message
21858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 478 JUnit assertions should include a message
21859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 482 JUnit assertions should include a message
21860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 489 JUnit assertions should include a message
21861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 492 JUnit assertions should include a message
21862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 494 JUnit assertions should include a message
21863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 497 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 497 Public method and constructor comments are required
21865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 497 Unit tests should not contain more than 1 assert(s).
21866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 498 Avoid variables with short names like m
21867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 506 JUnit assertions should include a message
21868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 509 JUnit assertions should include a message
21869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 511 JUnit assertions should include a message
21870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 513 JUnit assertions should include a message
21871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 516 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 516 Public method and constructor comments are required
21873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 516 Unit tests should not contain more than 1 assert(s).
21874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 517 Avoid variables with short names like m
21875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 525 JUnit assertions should include a message
21876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 528 JUnit assertions should include a message
21877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 530 JUnit assertions should include a message
21878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 532 JUnit assertions should include a message
21879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 535 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 535 Public method and constructor comments are required
21881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 535 Unit tests should not contain more than 1 assert(s).
21882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 536 Avoid variables with short names like m
21883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 544 JUnit assertions should include a message
21884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 547 JUnit assertions should include a message
21885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 549 JUnit assertions should include a message
21886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 551 JUnit assertions should include a message
21887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 554 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 554 Public method and constructor comments are required
21889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 554 Unit tests should not contain more than 1 assert(s).
21890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 555 Avoid variables with short names like m
21891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 561 JUnit assertions should include a message
21892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 564 JUnit assertions should include a message
21893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 567 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 567 Public method and constructor comments are required
21895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 567 Unit tests should not contain more than 1 assert(s).
21896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 568 Avoid variables with short names like m
21897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 575 JUnit assertions should include a message
21898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 578 JUnit assertions should include a message
21899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 580 JUnit assertions should include a message
21900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 583 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 583 Public method and constructor comments are required
21902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 583 Unit tests should not contain more than 1 assert(s).
21903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 584 Avoid variables with short names like m
21904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 591 JUnit assertions should include a message
21905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 594 JUnit assertions should include a message
21906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 596 JUnit assertions should include a message
21907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 599 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 599 Public method and constructor comments are required
21909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 599 Unit tests should not contain more than 1 assert(s).
21910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 600 Avoid variables with short names like m
21911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 608 JUnit assertions should include a message
21912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 611 JUnit assertions should include a message
21913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 613 JUnit assertions should include a message
21914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 615 JUnit assertions should include a message
21915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 618 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 618 Public method and constructor comments are required
21917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 619 Avoid variables with short names like m
21918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 625 JUnit assertions should include a message
21919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 628 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 628 Public method and constructor comments are required
21921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 629 Avoid variables with short names like m
21922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 636 JUnit assertions should include a message
21923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 639 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 639 Public method and constructor comments are required
21925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 640 Avoid variables with short names like m
21926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 648 JUnit assertions should include a message
21927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 651 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 651 Public method and constructor comments are required
21929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 652 Avoid variables with short names like m
21930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 660 JUnit assertions should include a message
21931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 663 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 663 Public method and constructor comments are required
21933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 664 Avoid variables with short names like m
21934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 671 JUnit assertions should include a message
21935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 674 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 674 Public method and constructor comments are required
21937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 674 Unit tests should not contain more than 1 assert(s).
21938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 675 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
21939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 679 Avoid variables with short names like m
21940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 681 JUnit assertions should include a message
21941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 682 JUnit assertions should include a message
21942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 685 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 685 Public method and constructor comments are required
21944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 686 Avoid variables with short names like m
21945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 691 JUnit assertions should include a message
21946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 694 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 694 Public method and constructor comments are required
21948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 695 Avoid variables with short names like m
21949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 701 JUnit assertions should include a message
21950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 704 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 704 Public method and constructor comments are required
21952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 705 Avoid variables with short names like m
21953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 712 JUnit assertions should include a message
21954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 715 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 715 Public method and constructor comments are required
21956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 716 Avoid variables with short names like m
21957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 722 JUnit assertions should include a message
21958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 725 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 725 Public method and constructor comments are required
21960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 726 Avoid variables with short names like m
21961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 731 JUnit assertions should include a message
21962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 734 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 734 Public method and constructor comments are required
21964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 735 Avoid variables with short names like m
21965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 739 JUnit assertions should include a message
21966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 742 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 742 Public method and constructor comments are required
21968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 743 Avoid variables with short names like m
21969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 749 JUnit assertions should include a message
21970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 752 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 752 Public method and constructor comments are required
21972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 753 Avoid variables with short names like m
21973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 758 JUnit assertions should include a message
21974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 761 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 761 Public method and constructor comments are required
21976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 762 Avoid variables with short names like m
21977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 766 JUnit assertions should include a message
21978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 769 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 769 Public method and constructor comments are required
21980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 769 Unit tests should not contain more than 1 assert(s).
21981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 770 Avoid variables with short names like m
21982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 776 JUnit assertions should include a message
21983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 777 JUnit assertions should include a message
21984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 780 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 780 Public method and constructor comments are required
21986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 780 Unit tests should not contain more than 1 assert(s).
21987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 781 Avoid variables with short names like m
21988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 786 JUnit assertions should include a message
21989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 787 JUnit assertions should include a message
21990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 790 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 790 Public method and constructor comments are required
21992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 790 Unit tests should not contain more than 1 assert(s).
21993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 791 Avoid variables with short names like m
21994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 795 JUnit assertions should include a message
21995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 796 JUnit assertions should include a message
21996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 799 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
21997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 799 Public method and constructor comments are required
21998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 799 Unit tests should not contain more than 1 assert(s).
21999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 800 Avoid variables with short names like m
22000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 806 JUnit assertions should include a message
22001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 807 JUnit assertions should include a message
22002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 810 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 810 Public method and constructor comments are required
22004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 810 Unit tests should not contain more than 1 assert(s).
22005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 811 Avoid variables with short names like m
22006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 816 JUnit assertions should include a message
22007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 817 JUnit assertions should include a message
22008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 820 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 820 Public method and constructor comments are required
22010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 820 Unit tests should not contain more than 1 assert(s).
22011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 821 Avoid variables with short names like m
22012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 825 JUnit assertions should include a message
22013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java 826 JUnit assertions should include a message
22014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 1 Comment is too large: Too many lines
22015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 29 Public method and constructor comments are required
22016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 33 JUnit 4 indicates test suites via annotations, not the suite method.
22017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 33 Public method and constructor comments are required
22018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 47 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 48 Public method and constructor comments are required
22020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 48 Unit tests should not contain more than 1 assert(s).
22021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 52 JUnit assertions should include a message
22022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 52 Potential violation of Law of Demeter (object not created locally)
22023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 53 JUnit assertions should include a message
22024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 53 Potential violation of Law of Demeter (object not created locally)
22025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 56 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 56 Public method and constructor comments are required
22027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 56 Unit tests should not contain more than 1 assert(s).
22028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 58 JUnit assertions should include a message
22029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 59 JUnit assertions should include a message
22030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 60 JUnit assertions should include a message
22031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 61 JUnit assertions should include a message
22032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 62 JUnit assertions should include a message
22033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 73 JUnit assertions should include a message
22034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 78 Comment is too large: Line too long
22035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 80 Comment is too large: Line too long
22036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 84 Comment is too large: Line too long
22037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 86 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/HashedMapTest.java 88 JUnit assertions should include a message
22039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 1 Comment is too large: Too many lines
22040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 25 Comment is too large: Too many lines
22041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 29 Comment is too large: Line too long
22042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 30 Comment is too large: Line too long
22043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 31 Comment is too large: Line too long
22044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 34 Comment is too large: Line too long
22045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 70 Comment is too large: Too many lines
22046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 115 Use equals() to compare object references.
22047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 128 Use equals() to compare object references.
22048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 131 Comment is too large: Too many lines
22049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 152 Protected method constructor comments are required
22050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 159 A method should have only one exit point, and that should be the last statement in the method
22051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 162 A method should have only one exit point, and that should be the last statement in the method
22052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 166 Potential violation of Law of Demeter (object not created locally)
22053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 167 Potential violation of Law of Demeter (object not created locally)
22054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 198 Avoid variables with short names like in
22055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 1 Comment is too large: Too many lines
22056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 36 Possible God Class (WMC=61, ATFD=85, TCC=0.000%)
22057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 36 This class has too many methods, consider refactoring it.
22058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 38 Public method and constructor comments are required
22059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 42 JUnit 4 indicates test suites via annotations, not the suite method.
22060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 42 Public method and constructor comments are required
22061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 72 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 72 Public method and constructor comments are required
22063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 76 Avoid empty catch blocks
22064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 83 Avoid empty catch blocks
22065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 90 Avoid empty catch blocks
22066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 97 Avoid empty catch blocks
22067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 104 Avoid empty catch blocks
22068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 111 Avoid empty catch blocks
22069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 116 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 116 Public method and constructor comments are required
22071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 116 Unit tests should not contain more than 1 assert(s).
22072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 126 JUnit assertions should include a message
22073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 127 JUnit assertions should include a message
22074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 128 JUnit assertions should include a message
22075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 131 JUnit assertions should include a message
22076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 132 JUnit assertions should include a message
22077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 133 JUnit assertions should include a message
22078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 136 JUnit assertions should include a message
22079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 137 JUnit assertions should include a message
22080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 138 JUnit assertions should include a message
22081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 139 Potential violation of Law of Demeter (method chain calls)
22082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 140 JUnit assertions should include a message
22083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 141 JUnit assertions should include a message
22084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 142 Potential violation of Law of Demeter (method chain calls)
22085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 143 JUnit assertions should include a message
22086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 144 JUnit assertions should include a message
22087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 147 JUnit assertions should include a message
22088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 148 JUnit assertions should include a message
22089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 149 JUnit assertions should include a message
22090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 150 Potential violation of Law of Demeter (method chain calls)
22091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 151 JUnit assertions should include a message
22092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 152 JUnit assertions should include a message
22093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 153 Potential violation of Law of Demeter (method chain calls)
22094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 154 JUnit assertions should include a message
22095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 155 JUnit assertions should include a message
22096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 158 JUnit assertions should include a message
22097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 159 JUnit assertions should include a message
22098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 160 JUnit assertions should include a message
22099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 161 Potential violation of Law of Demeter (method chain calls)
22100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 162 JUnit assertions should include a message
22101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 163 JUnit assertions should include a message
22102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 164 Potential violation of Law of Demeter (method chain calls)
22103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 165 JUnit assertions should include a message
22104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 166 JUnit assertions should include a message
22105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 169 JUnit assertions should include a message
22106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 170 JUnit assertions should include a message
22107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 171 JUnit assertions should include a message
22108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 172 Potential violation of Law of Demeter (method chain calls)
22109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 173 JUnit assertions should include a message
22110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 174 JUnit assertions should include a message
22111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 175 Potential violation of Law of Demeter (method chain calls)
22112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 176 JUnit assertions should include a message
22113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 177 JUnit assertions should include a message
22114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 180 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 180 The String literal "unchecked" appears 8 times in this file; the first occurrence is on line 180
22116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 181 Public method and constructor comments are required
22117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 181 Unit tests should not contain more than 1 assert(s).
22118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 184 Potential violation of Law of Demeter (object not created locally)
22119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 188 Potential violation of Law of Demeter (object not created locally)
22120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 189 Avoid variables with short names like it
22121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 189 Potential violation of Law of Demeter (object not created locally)
22122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 190 JUnit assertions should include a message
22123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 191 JUnit assertions should include a message
22124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 193 JUnit assertions should include a message
22125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 196 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 196 Public method and constructor comments are required
22127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 196 Unit tests should not contain more than 1 assert(s).
22128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 208 Potential violation of Law of Demeter (method chain calls)
22129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 209 JUnit assertions should include a message
22130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 210 JUnit assertions should include a message
22131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 211 Potential violation of Law of Demeter (method chain calls)
22132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 212 JUnit assertions should include a message
22133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 213 JUnit assertions should include a message
22134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 217 Potential violation of Law of Demeter (method chain calls)
22135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 218 JUnit assertions should include a message
22136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 219 JUnit assertions should include a message
22137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 220 Potential violation of Law of Demeter (method chain calls)
22138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 221 JUnit assertions should include a message
22139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 222 JUnit assertions should include a message
22140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 226 Potential violation of Law of Demeter (method chain calls)
22141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 227 JUnit assertions should include a message
22142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 228 JUnit assertions should include a message
22143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 229 Potential violation of Law of Demeter (method chain calls)
22144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 230 JUnit assertions should include a message
22145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 231 JUnit assertions should include a message
22146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 235 Potential violation of Law of Demeter (method chain calls)
22147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 236 JUnit assertions should include a message
22148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 237 JUnit assertions should include a message
22149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 238 Potential violation of Law of Demeter (method chain calls)
22150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 239 JUnit assertions should include a message
22151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 240 JUnit assertions should include a message
22152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 244 Potential violation of Law of Demeter (method chain calls)
22153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 245 JUnit assertions should include a message
22154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 246 JUnit assertions should include a message
22155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 247 Potential violation of Law of Demeter (method chain calls)
22156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 248 JUnit assertions should include a message
22157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 249 JUnit assertions should include a message
22158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 253 Potential violation of Law of Demeter (method chain calls)
22159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 254 JUnit assertions should include a message
22160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 255 JUnit assertions should include a message
22161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 256 Potential violation of Law of Demeter (method chain calls)
22162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 257 JUnit assertions should include a message
22163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 258 JUnit assertions should include a message
22164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 262 Potential violation of Law of Demeter (method chain calls)
22165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 263 JUnit assertions should include a message
22166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 264 JUnit assertions should include a message
22167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 265 Potential violation of Law of Demeter (method chain calls)
22168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 266 JUnit assertions should include a message
22169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 267 JUnit assertions should include a message
22170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 270 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 270 Public method and constructor comments are required
22172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 270 Unit tests should not contain more than 1 assert(s).
22173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 282 Potential violation of Law of Demeter (object not created locally)
22174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 283 Potential violation of Law of Demeter (object not created locally)
22175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 284 Potential violation of Law of Demeter (method chain calls)
22176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 284 Potential violation of Law of Demeter (object not created locally)
22177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 285 JUnit assertions should include a message
22178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 286 JUnit assertions should include a message
22179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 287 Potential violation of Law of Demeter (method chain calls)
22180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 287 Potential violation of Law of Demeter (object not created locally)
22181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 288 JUnit assertions should include a message
22182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 289 JUnit assertions should include a message
22183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 292 Potential violation of Law of Demeter (object not created locally)
22184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 293 Potential violation of Law of Demeter (method chain calls)
22185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 293 Potential violation of Law of Demeter (object not created locally)
22186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 294 JUnit assertions should include a message
22187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 295 JUnit assertions should include a message
22188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 296 Potential violation of Law of Demeter (method chain calls)
22189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 296 Potential violation of Law of Demeter (object not created locally)
22190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 297 JUnit assertions should include a message
22191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 298 JUnit assertions should include a message
22192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 301 Potential violation of Law of Demeter (object not created locally)
22193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 302 Potential violation of Law of Demeter (method chain calls)
22194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 302 Potential violation of Law of Demeter (object not created locally)
22195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 303 JUnit assertions should include a message
22196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 304 JUnit assertions should include a message
22197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 305 Potential violation of Law of Demeter (method chain calls)
22198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 305 Potential violation of Law of Demeter (object not created locally)
22199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 306 JUnit assertions should include a message
22200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 307 JUnit assertions should include a message
22201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 310 Potential violation of Law of Demeter (object not created locally)
22202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 311 Potential violation of Law of Demeter (method chain calls)
22203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 311 Potential violation of Law of Demeter (object not created locally)
22204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 312 JUnit assertions should include a message
22205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 313 JUnit assertions should include a message
22206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 314 Potential violation of Law of Demeter (method chain calls)
22207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 314 Potential violation of Law of Demeter (object not created locally)
22208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 315 JUnit assertions should include a message
22209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 316 JUnit assertions should include a message
22210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 319 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 320 Public method and constructor comments are required
22212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 320 Unit tests should not contain more than 1 assert(s).
22213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 324 JUnit assertions should include a message
22214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 324 Potential violation of Law of Demeter (object not created locally)
22215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 325 JUnit assertions should include a message
22216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 325 Potential violation of Law of Demeter (object not created locally)
22217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 328 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 329 Public method and constructor comments are required
22219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 329 Unit tests should not contain more than 1 assert(s).
22220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 331 JUnit assertions should include a message
22221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 333 JUnit assertions should include a message
22222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 335 JUnit assertions should include a message
22223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 337 JUnit assertions should include a message
22224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 338 JUnit assertions should include a message
22225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 339 JUnit assertions should include a message
22226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 340 JUnit assertions should include a message
22227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 340 Potential violation of Law of Demeter (static property access)
22228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 341 JUnit assertions should include a message
22229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 341 Potential violation of Law of Demeter (static property access)
22230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 342 JUnit assertions should include a message
22231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 343 JUnit assertions should include a message
22232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 344 JUnit assertions should include a message
22233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 347 Class comments are required
22234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 347 To avoid mistakes add a comment at the beginning of the MockLRUMapSubclass nested class if you want a default access modifier
22235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 352 Field comments are required
22236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 352 Found non-transient, non-static member. Please mark as transient or provide accessors.
22237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 352 To avoid mistakes add a comment at the beginning of the entry field if you want a default access modifier
22238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 353 Field comments are required
22239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 353 Found non-transient, non-static member. Please mark as transient or provide accessors.
22240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 353 To avoid mistakes add a comment at the beginning of the key field if you want a default access modifier
22241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 354 Field comments are required
22242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 354 Found non-transient, non-static member. Please mark as transient or provide accessors.
22243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 354 To avoid mistakes add a comment at the beginning of the value field if you want a default access modifier
22244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 356 To avoid mistakes add a comment at the beginning of the MockLRUMapSubclass constructor if you want a default access modifier
22245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 369 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 370 Public method and constructor comments are required
22247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 370 Unit tests should not contain more than 1 assert(s).
22248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 372 JUnit assertions should include a message
22249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 374 JUnit assertions should include a message
22250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 376 JUnit assertions should include a message
22251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 378 JUnit assertions should include a message
22252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 379 JUnit assertions should include a message
22253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 380 JUnit assertions should include a message
22254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 381 JUnit assertions should include a message
22255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 382 JUnit assertions should include a message
22256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 385 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 386 Public method and constructor comments are required
22258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 386 Unit tests should not contain more than 1 assert(s).
22259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 388 JUnit assertions should include a message
22260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 390 JUnit assertions should include a message
22261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 392 JUnit assertions should include a message
22262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 394 JUnit assertions should include a message
22263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 395 JUnit assertions should include a message
22264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 396 JUnit assertions should include a message
22265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 397 JUnit assertions should include a message
22266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 398 JUnit assertions should include a message
22267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 401 Class comments are required
22268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 401 To avoid mistakes add a comment at the beginning of the MockLRUMapSubclassBlocksRemove nested class if you want a default access modifier
22269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 407 To avoid mistakes add a comment at the beginning of the MockLRUMapSubclassBlocksRemove constructor if you want a default access modifier
22270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 417 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 418 Public method and constructor comments are required
22272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 418 Unit tests should not contain more than 1 assert(s).
22273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 420 JUnit assertions should include a message
22274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 422 JUnit assertions should include a message
22275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 424 JUnit assertions should include a message
22276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 426 JUnit assertions should include a message
22277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 427 JUnit assertions should include a message
22278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 428 JUnit assertions should include a message
22279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 429 JUnit assertions should include a message
22280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 430 JUnit assertions should include a message
22281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 433 Class comments are required
22282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 433 To avoid mistakes add a comment at the beginning of the MockLRUMapSubclassFirstBlocksRemove nested class if you want a default access modifier
22283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 439 To avoid mistakes add a comment at the beginning of the MockLRUMapSubclassFirstBlocksRemove constructor if you want a default access modifier
22284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 445 Avoid unnecessary if..then..else statements when returning booleans
22285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 446 A method should have only one exit point, and that should be the last statement in the method
22286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 452 Class comments are required
22287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 452 To avoid mistakes add a comment at the beginning of the SingleHashCode nested class if you want a default access modifier
22288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 453 Field comments are required
22289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 453 Found non-transient, non-static member. Please mark as transient or provide accessors.
22290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 454 To avoid mistakes add a comment at the beginning of the SingleHashCode constructor if you want a default access modifier
22291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 458 Ensure you override both equals() and hashCode()
22292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 469 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 470 Public method and constructor comments are required
22294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 470 The instance method name 'testInternalState_Buckets' doesn't match '[a-z][a-zA-Z0-9]*'
22295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 470 The method 'testInternalState_Buckets()' has a NCSS line count of 74.
22296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 470 Unit tests should not contain more than 1 assert(s).
22297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 487 JUnit assertions should include a message
22298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 488 JUnit assertions should include a message
22299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 489 JUnit assertions should include a message
22300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 490 JUnit assertions should include a message
22301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 491 JUnit assertions should include a message
22302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 492 JUnit assertions should include a message
22303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 493 JUnit assertions should include a message
22304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 494 JUnit assertions should include a message
22305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 495 JUnit assertions should include a message
22306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 499 JUnit assertions should include a message
22307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 500 JUnit assertions should include a message
22308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 501 JUnit assertions should include a message
22309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 502 JUnit assertions should include a message
22310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 503 JUnit assertions should include a message
22311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 504 JUnit assertions should include a message
22312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 505 JUnit assertions should include a message
22313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 506 JUnit assertions should include a message
22314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 507 JUnit assertions should include a message
22315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 511 JUnit assertions should include a message
22316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 512 JUnit assertions should include a message
22317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 513 JUnit assertions should include a message
22318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 514 JUnit assertions should include a message
22319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 515 JUnit assertions should include a message
22320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 516 JUnit assertions should include a message
22321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 517 JUnit assertions should include a message
22322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 518 JUnit assertions should include a message
22323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 519 JUnit assertions should include a message
22324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 523 JUnit assertions should include a message
22325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 524 JUnit assertions should include a message
22326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 525 JUnit assertions should include a message
22327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 526 JUnit assertions should include a message
22328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 527 JUnit assertions should include a message
22329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 528 JUnit assertions should include a message
22330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 529 JUnit assertions should include a message
22331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 530 JUnit assertions should include a message
22332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 531 JUnit assertions should include a message
22333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 536 JUnit assertions should include a message
22334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 537 JUnit assertions should include a message
22335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 538 JUnit assertions should include a message
22336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 539 JUnit assertions should include a message
22337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 540 JUnit assertions should include a message
22338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 541 JUnit assertions should include a message
22339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 542 JUnit assertions should include a message
22340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 543 JUnit assertions should include a message
22341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 544 JUnit assertions should include a message
22342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 548 JUnit assertions should include a message
22343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 549 JUnit assertions should include a message
22344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 550 JUnit assertions should include a message
22345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 551 JUnit assertions should include a message
22346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 552 JUnit assertions should include a message
22347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 553 JUnit assertions should include a message
22348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 554 JUnit assertions should include a message
22349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 555 JUnit assertions should include a message
22350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 556 JUnit assertions should include a message
22351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 559 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 560 Public method and constructor comments are required
22353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 560 The instance method name 'testInternalState_getEntry_int' doesn't match '[a-z][a-zA-Z0-9]*'
22354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 560 Unit tests should not contain more than 1 assert(s).
22355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 573 JUnit assertions should include a message
22356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 573 Potential violation of Law of Demeter (method chain calls)
22357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 574 JUnit assertions should include a message
22358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 574 Potential violation of Law of Demeter (method chain calls)
22359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 575 JUnit assertions should include a message
22360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 575 Potential violation of Law of Demeter (method chain calls)
22361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 578 JUnit assertions should include a message
22362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 579 Avoid empty catch blocks
22363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 582 JUnit assertions should include a message
22364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 583 Avoid empty catch blocks
22365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 586 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 586 Public method and constructor comments are required
22367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 586 The method 'testSynchronizedRemoveFromMapIterator()' has a cognitive complexity of 22, current threshold is 15
22368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 586 The method 'testSynchronizedRemoveFromMapIterator()' has an NPath complexity of 336, current threshold is 200
22369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 586 Unit tests should not contain more than 1 assert(s).
22370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 588 Number 10000 should separate every third digit with an underscore
22371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 588 To be compliant to J2EE, a webapp should not use any thread.
22372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 590 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 591 Avoid using java.lang.ThreadGroup; it is not thread safe
22374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 591 Avoid variables with short names like tg
22375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 593 Avoid variables with short names like e
22376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 593 Avoid variables with short names like t
22377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 593 To be compliant to J2EE, a webapp should not use any thread.
22378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 601 To be compliant to J2EE, a webapp should not use any thread.
22379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 603 The String literal "JUnit Thread " appears 4 times in this file; the first occurrence is on line 603
22380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 603 To be compliant to J2EE, a webapp should not use any thread.
22381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 607 Avoid variables with short names like i
22382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 613 To be compliant to J2EE, a webapp should not use any thread.
22383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 616 Potential violation of Law of Demeter (object not created locally)
22384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 620 To be compliant to J2EE, a webapp should not use any thread.
22385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 628 The String literal "Unexpected InterruptedException" appears 4 times in this file; the first occurrence is on line 628
22386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 640 To be compliant to J2EE, a webapp should not use any thread.
22387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 647 To be compliant to J2EE, a webapp should not use any thread.
22388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 655 To be compliant to J2EE, a webapp should not use any thread.
22389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 658 To be compliant to J2EE, a webapp should not use any thread.
22390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 664 The String literal "Exceptions have been thrown: " appears 4 times in this file; the first occurrence is on line 664
22391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 665 The String literal "Each thread should have put at least 1 element into the map, but only " appears 4 times in this file; the first occurrence is on line 665
22392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 666 The String literal " did succeed" appears 4 times in this file; the first occurrence is on line 666
22393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 669 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 669 Public method and constructor comments are required
22395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 669 The method 'testSynchronizedRemoveFromEntrySet()' has a cognitive complexity of 22, current threshold is 15
22396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 669 The method 'testSynchronizedRemoveFromEntrySet()' has an NPath complexity of 336, current threshold is 200
22397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 669 Unit tests should not contain more than 1 assert(s).
22398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 671 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 671 Number 10000 should separate every third digit with an underscore
22400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 671 To be compliant to J2EE, a webapp should not use any thread.
22401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 673 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 674 Avoid using java.lang.ThreadGroup; it is not thread safe
22403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 674 Avoid variables with short names like tg
22404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 676 Avoid variables with short names like e
22405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 676 Avoid variables with short names like t
22406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 676 To be compliant to J2EE, a webapp should not use any thread.
22407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 684 To be compliant to J2EE, a webapp should not use any thread.
22408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 686 To be compliant to J2EE, a webapp should not use any thread.
22409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 690 Avoid variables with short names like i
22410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 696 To be compliant to J2EE, a webapp should not use any thread.
22411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 699 Potential violation of Law of Demeter (object not created locally)
22412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 703 Potential violation of Law of Demeter (method chain calls)
22413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 703 To be compliant to J2EE, a webapp should not use any thread.
22414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 704 To be compliant to J2EE, a webapp should not use any thread.
22415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 705 Potential violation of Law of Demeter (object not created locally)
22416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 723 To be compliant to J2EE, a webapp should not use any thread.
22417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 730 To be compliant to J2EE, a webapp should not use any thread.
22418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 738 To be compliant to J2EE, a webapp should not use any thread.
22419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 741 To be compliant to J2EE, a webapp should not use any thread.
22420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 752 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 752 Public method and constructor comments are required
22422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 752 The method 'testSynchronizedRemoveFromKeySet()' has a cognitive complexity of 22, current threshold is 15
22423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 752 The method 'testSynchronizedRemoveFromKeySet()' has an NPath complexity of 336, current threshold is 200
22424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 752 Unit tests should not contain more than 1 assert(s).
22425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 754 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 754 Number 10000 should separate every third digit with an underscore
22427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 754 To be compliant to J2EE, a webapp should not use any thread.
22428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 756 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 757 Avoid using java.lang.ThreadGroup; it is not thread safe
22430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 757 Avoid variables with short names like tg
22431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 759 Avoid variables with short names like e
22432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 759 Avoid variables with short names like t
22433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 759 To be compliant to J2EE, a webapp should not use any thread.
22434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 767 To be compliant to J2EE, a webapp should not use any thread.
22435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 769 To be compliant to J2EE, a webapp should not use any thread.
22436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 773 Avoid variables with short names like i
22437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 779 To be compliant to J2EE, a webapp should not use any thread.
22438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 782 Potential violation of Law of Demeter (object not created locally)
22439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 786 Potential violation of Law of Demeter (method chain calls)
22440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 788 Potential violation of Law of Demeter (method chain calls)
22441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 788 Potential violation of Law of Demeter (object not created locally)
22442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 788 Potential violation of Law of Demeter (object not created locally)
22443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 806 To be compliant to J2EE, a webapp should not use any thread.
22444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 813 To be compliant to J2EE, a webapp should not use any thread.
22445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 821 To be compliant to J2EE, a webapp should not use any thread.
22446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 824 To be compliant to J2EE, a webapp should not use any thread.
22447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 835 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 835 Public method and constructor comments are required
22449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 835 The method 'testSynchronizedRemoveFromValues()' has a cognitive complexity of 22, current threshold is 15
22450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 835 The method 'testSynchronizedRemoveFromValues()' has an NPath complexity of 336, current threshold is 200
22451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 835 Unit tests should not contain more than 1 assert(s).
22452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 837 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 837 Number 10000 should separate every third digit with an underscore
22454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 837 To be compliant to J2EE, a webapp should not use any thread.
22455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 839 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 840 Avoid using java.lang.ThreadGroup; it is not thread safe
22457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 840 Avoid variables with short names like tg
22458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 842 Avoid variables with short names like e
22459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 842 Avoid variables with short names like t
22460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 842 To be compliant to J2EE, a webapp should not use any thread.
22461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 850 To be compliant to J2EE, a webapp should not use any thread.
22462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 852 To be compliant to J2EE, a webapp should not use any thread.
22463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 856 Avoid variables with short names like i
22464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 862 To be compliant to J2EE, a webapp should not use any thread.
22465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 865 Potential violation of Law of Demeter (object not created locally)
22466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 869 Potential violation of Law of Demeter (method chain calls)
22467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 869 To be compliant to J2EE, a webapp should not use any thread.
22468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 888 To be compliant to J2EE, a webapp should not use any thread.
22469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 895 To be compliant to J2EE, a webapp should not use any thread.
22470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 903 To be compliant to J2EE, a webapp should not use any thread.
22471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 906 To be compliant to J2EE, a webapp should not use any thread.
22472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 924 Comment is too large: Line too long
22473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LRUMapTest.java 926 Comment is too large: Line too long
22474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 1 Comment is too large: Too many lines
22475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 38 Field comments are required
22476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 38 The constant name 'oneFactory' doesn't match '[A-Z][A-Z_0-9]*'
22477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 40 Public method and constructor comments are required
22478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 49 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 55 Public method and constructor comments are required
22480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 55 Unit tests should not contain more than 1 assert(s).
22481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 56 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 57 JUnit assertions should include a message
22483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 58 Avoid variables with short names like i1
22484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 59 JUnit assertions should include a message
22485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 60 JUnit assertions should include a message
22486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 61 Avoid variables with short names like i2
22487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 62 JUnit assertions should include a message
22488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 63 JUnit assertions should include a message
22489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 64 JUnit assertions should include a message
22490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 67 Avoid variables with short names like o
22491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 68 JUnit assertions should include a message
22492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 69 JUnit assertions should include a message
22493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 73 Public method and constructor comments are required
22494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 73 Unit tests should not contain more than 1 assert(s).
22495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 75 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 76 JUnit assertions should include a message
22497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 77 Avoid variables with short names like i1
22498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 78 JUnit assertions should include a message
22499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 79 JUnit assertions should include a message
22500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazyMapTest.java 92 Comment is too large: Line too long
22501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 1 Comment is too large: Too many lines
22502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 19 Unused import 'org.apache.commons.collections4.map.LazySortedMap.*'
22503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 42 Class comments are required
22504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 42 Each class should declare at least one constructor
22505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 49 Field comments are required
22506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 49 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
22507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 49 The constant name 'oneFactory' doesn't match '[A-Z][A-Z_0-9]*'
22508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 51 Avoid excessively long variable names like reverseStringComparator
22509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 51 Field comments are required
22510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 51 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
22511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
22512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 53 Public method and constructor comments are required
22513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 68 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 74 Public method and constructor comments are required
22515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 74 Unit tests should not contain more than 1 assert(s).
22516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 75 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 76 JUnit assertions should include a message
22518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 77 Avoid variables with short names like i1
22519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 78 JUnit assertions should include a message
22520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 79 JUnit assertions should include a message
22521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 82 Avoid variables with short names like o
22522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 83 JUnit assertions should include a message
22523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 84 JUnit assertions should include a message
22524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 88 Probable detached JUnit test case.
22526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 88 Public method and constructor comments are required
22527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 88 Unit tests should not contain more than 1 assert(s).
22528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 96 Potential violation of Law of Demeter (method chain calls)
22529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 98 Potential violation of Law of Demeter (method chain calls)
22530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 100 Potential violation of Law of Demeter (method chain calls)
22531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 102 Avoid variables with short names like c
22532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 106 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 106 Probable detached JUnit test case.
22534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 106 Public method and constructor comments are required
22535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 106 Unit tests should not contain more than 1 assert(s).
22536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 114 Potential violation of Law of Demeter (method chain calls)
22537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 116 Potential violation of Law of Demeter (method chain calls)
22538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 118 Potential violation of Law of Demeter (method chain calls)
22539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 120 Avoid variables with short names like c
22540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 124 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 124 Probable detached JUnit test case.
22542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 124 Public method and constructor comments are required
22543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 127 JUnit assertions should include a message
22544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 129 The value assigned to variable 'map' is never used (overwritten on line 135)
22545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 131 Avoid catching NullPointerException; consider removing the cause of the NPE.
22546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 131 Avoid empty catch blocks
22548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 135 The value assigned to variable 'map' is never used
22549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 137 Avoid catching NullPointerException; consider removing the cause of the NPE.
22550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 137 Avoid empty catch blocks
22552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 151 Comment is too large: Line too long
22553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LazySortedMapTest.java 155 Comment is too large: Line too long
22554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 1 Comment is too large: Too many lines
22555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 36 This class has too many methods, consider refactoring it.
22556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 38 Public method and constructor comments are required
22557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 42 JUnit 4 indicates test suites via annotations, not the suite method.
22558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 42 Public method and constructor comments are required
22559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 65 Public method and constructor comments are required
22561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 65 Unit tests should not contain more than 1 assert(s).
22562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 68 Potential violation of Law of Demeter (object not created locally)
22563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 72 Potential violation of Law of Demeter (object not created locally)
22564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 73 Avoid variables with short names like it
22565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 73 Potential violation of Law of Demeter (object not created locally)
22566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 74 JUnit assertions should include a message
22567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 75 JUnit assertions should include a message
22568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 77 JUnit assertions should include a message
22569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 80 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 80 Public method and constructor comments are required
22571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 80 Unit tests should not contain more than 1 assert(s).
22572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 92 Potential violation of Law of Demeter (method chain calls)
22573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 93 JUnit assertions should include a message
22574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 94 JUnit assertions should include a message
22575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 95 Potential violation of Law of Demeter (method chain calls)
22576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 96 JUnit assertions should include a message
22577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 97 JUnit assertions should include a message
22578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 101 Potential violation of Law of Demeter (method chain calls)
22579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 102 JUnit assertions should include a message
22580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 103 JUnit assertions should include a message
22581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 104 Potential violation of Law of Demeter (method chain calls)
22582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 105 JUnit assertions should include a message
22583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 106 JUnit assertions should include a message
22584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 110 Potential violation of Law of Demeter (method chain calls)
22585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 111 JUnit assertions should include a message
22586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 112 JUnit assertions should include a message
22587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 113 Potential violation of Law of Demeter (method chain calls)
22588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 114 JUnit assertions should include a message
22589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 115 JUnit assertions should include a message
22590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 119 Potential violation of Law of Demeter (method chain calls)
22591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 120 JUnit assertions should include a message
22592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 121 JUnit assertions should include a message
22593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 122 Potential violation of Law of Demeter (method chain calls)
22594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 123 JUnit assertions should include a message
22595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 124 JUnit assertions should include a message
22596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 127 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 127 Public method and constructor comments are required
22598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 129 Avoid variables with short names like lm
22599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 132 Avoid empty catch blocks
22600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 135 Avoid empty catch blocks
22601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 141 Avoid empty catch blocks
22602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 144 Avoid empty catch blocks
22603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 146 Avoid variables with short names like i
22604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 148 JUnit assertions should include a message
22605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 152 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 152 Public method and constructor comments are required
22607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 154 Avoid variables with short names like lm
22608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 157 Avoid empty catch blocks
22609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 160 Avoid empty catch blocks
22610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 166 Avoid empty catch blocks
22611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 169 Avoid empty catch blocks
22612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 171 Avoid variables with short names like i
22613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 174 JUnit assertions should include a message
22614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 178 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 178 Public method and constructor comments are required
22616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 178 Unit tests should not contain more than 1 assert(s).
22617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 180 Avoid variables with short names like lm
22618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 181 JUnit assertions should include a message
22619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 181 Potential violation of Law of Demeter (object not created locally)
22620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 190 JUnit assertions should include a message
22621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 194 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 194 Public method and constructor comments are required
22623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 194 Unit tests should not contain more than 1 assert(s).
22624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 196 Avoid variables with short names like lm
22625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 199 Avoid empty catch blocks
22626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 202 Avoid empty catch blocks
22627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 208 Avoid empty catch blocks
22628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 211 Avoid empty catch blocks
22629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 220 JUnit assertions should include a message
22630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 222 JUnit assertions should include a message
22631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 226 Public method and constructor comments are required
22632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 230 Class comments are required
22633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 232 To avoid mistakes add a comment at the beginning of the TestListView constructor if you want a default access modifier
22634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 238 Potential violation of Law of Demeter (method chain calls)
22635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 238 Potential violation of Law of Demeter (method chain calls)
22636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 238 Potential violation of Law of Demeter (method chain calls)
22637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 243 Potential violation of Law of Demeter (method chain calls)
22638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 243 Potential violation of Law of Demeter (method chain calls)
22639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 243 Potential violation of Law of Demeter (method chain calls)
22640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 248 Potential violation of Law of Demeter (method chain calls)
22641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 248 Potential violation of Law of Demeter (method chain calls)
22642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 264 Potential violation of Law of Demeter (method chain calls)
22643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 264 Potential violation of Law of Demeter (method chain calls)
22644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 272 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 273 Public method and constructor comments are required
22646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 273 Unit tests should not contain more than 1 assert(s).
22647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 277 JUnit assertions should include a message
22648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 277 Potential violation of Law of Demeter (object not created locally)
22649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 278 JUnit assertions should include a message
22650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 278 Potential violation of Law of Demeter (object not created locally)
22651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 283 Comment is too large: Line too long
22652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 285 Comment is too large: Line too long
22653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 297 Comment is too large: Line too long
22654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 299 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/LinkedMapTest.java 301 JUnit assertions should include a message
22656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 1 Comment is too large: Too many lines
22657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 29 Comment is too large: Line too long
22658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 36 Public method and constructor comments are required
22659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 40 JUnit 4 indicates test suites via annotations, not the suite method.
22660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 40 Public method and constructor comments are required
22661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 57 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 57 Public method and constructor comments are required
22663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 62 Avoid empty catch blocks
22664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 65 Avoid empty catch blocks
22665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 71 Avoid empty catch blocks
22666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 74 Avoid empty catch blocks
22667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 76 Avoid variables with short names like i
22668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 78 JUnit assertions should include a message
22669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 82 Public method and constructor comments are required
22671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 87 Avoid empty catch blocks
22672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 90 Avoid empty catch blocks
22673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 96 Avoid empty catch blocks
22674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 99 Avoid empty catch blocks
22675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 101 Avoid variables with short names like i
22676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 104 JUnit assertions should include a message
22677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 108 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 108 Public method and constructor comments are required
22679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 108 Unit tests should not contain more than 1 assert(s).
22680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 111 JUnit assertions should include a message
22681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 111 Potential violation of Law of Demeter (object not created locally)
22682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 120 JUnit assertions should include a message
22683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 124 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 124 Public method and constructor comments are required
22685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 124 Unit tests should not contain more than 1 assert(s).
22686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 129 Avoid empty catch blocks
22687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 132 Avoid empty catch blocks
22688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 138 Avoid empty catch blocks
22689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 141 Avoid empty catch blocks
22690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 150 JUnit assertions should include a message
22691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 152 JUnit assertions should include a message
22692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 156 Public method and constructor comments are required
22693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 160 Class comments are required
22694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 162 To avoid mistakes add a comment at the beginning of the TestListView constructor if you want a default access modifier
22695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 168 Potential violation of Law of Demeter (method chain calls)
22696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 168 Potential violation of Law of Demeter (method chain calls)
22697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 168 Potential violation of Law of Demeter (method chain calls)
22698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 173 Potential violation of Law of Demeter (method chain calls)
22699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 173 Potential violation of Law of Demeter (method chain calls)
22700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 173 Potential violation of Law of Demeter (method chain calls)
22701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 178 Potential violation of Law of Demeter (method chain calls)
22702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 178 Potential violation of Law of Demeter (method chain calls)
22703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 194 Potential violation of Law of Demeter (method chain calls)
22704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 194 Potential violation of Law of Demeter (method chain calls)
22705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 211 Comment is too large: Line too long
22706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMap2Test.java 215 Comment is too large: Line too long
22707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 1 Comment is too large: Too many lines
22708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 32 Comment is too large: Line too long
22709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 37 Possible God Class (WMC=53, ATFD=68, TCC=0.000%)
22710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 37 This class has too many methods, consider refactoring it.
22711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 39 Public method and constructor comments are required
22712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 43 JUnit 4 indicates test suites via annotations, not the suite method.
22713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 43 Public method and constructor comments are required
22714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 60 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 60 Public method and constructor comments are required
22716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 65 Avoid empty catch blocks
22717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 68 Avoid empty catch blocks
22718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 74 Avoid empty catch blocks
22719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 77 Avoid empty catch blocks
22720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 79 Avoid variables with short names like i
22721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 81 JUnit assertions should include a message
22722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 85 Public method and constructor comments are required
22724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 90 Avoid empty catch blocks
22725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 93 Avoid empty catch blocks
22726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 99 Avoid empty catch blocks
22727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 102 Avoid empty catch blocks
22728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 104 Avoid variables with short names like i
22729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 107 JUnit assertions should include a message
22730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 111 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 111 Public method and constructor comments are required
22732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 111 Unit tests should not contain more than 1 assert(s).
22733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 114 JUnit assertions should include a message
22734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 114 Potential violation of Law of Demeter (object not created locally)
22735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 123 JUnit assertions should include a message
22736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 127 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 127 The String literal "unchecked" appears 5 times in this file; the first occurrence is on line 127
22738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 128 Public method and constructor comments are required
22739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 128 Unit tests should not contain more than 1 assert(s).
22740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 133 Avoid empty catch blocks
22741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 136 Avoid empty catch blocks
22742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 142 Avoid empty catch blocks
22743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 145 Avoid empty catch blocks
22744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 150 JUnit assertions should include a message
22745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 151 JUnit assertions should include a message
22746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 155 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 155 Public method and constructor comments are required
22748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 155 Unit tests should not contain more than 1 assert(s).
22749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 160 Avoid empty catch blocks
22750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 163 Avoid empty catch blocks
22751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 169 Avoid empty catch blocks
22752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 172 Avoid empty catch blocks
22753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 181 JUnit assertions should include a message
22754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 183 JUnit assertions should include a message
22755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 187 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 188 Avoid really long methods.
22757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 188 Public method and constructor comments are required
22758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 188 The instance method name 'testPut_intObjectObject' doesn't match '[a-z][a-zA-Z0-9]*'
22759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 188 The method 'testPut_intObjectObject()' has a NCSS line count of 95.
22760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 188 Unit tests should not contain more than 1 assert(s).
22761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 193 The String literal "testInsert1v" appears 9 times in this file; the first occurrence is on line 193
22762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 195 Avoid empty catch blocks
22763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 199 Avoid empty catch blocks
22764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 202 Potential violation of Law of Demeter (object not created locally)
22765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 203 JUnit assertions should include a message
22766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 203 Potential violation of Law of Demeter (object not created locally)
22767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 205 Potential violation of Law of Demeter (object not created locally)
22768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 205 The String literal "testInsertPutv" appears 4 times in this file; the first occurrence is on line 205
22769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 206 JUnit assertions should include a message
22770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 206 Potential violation of Law of Demeter (object not created locally)
22771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 207 JUnit assertions should include a message
22772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 207 Potential violation of Law of Demeter (object not created locally)
22773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 209 Potential violation of Law of Demeter (object not created locally)
22774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 209 The String literal "testInsert0v" appears 8 times in this file; the first occurrence is on line 209
22775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 210 JUnit assertions should include a message
22776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 210 Potential violation of Law of Demeter (object not created locally)
22777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 211 JUnit assertions should include a message
22778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 211 Potential violation of Law of Demeter (object not created locally)
22779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 212 JUnit assertions should include a message
22780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 212 Potential violation of Law of Demeter (object not created locally)
22781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 214 Potential violation of Law of Demeter (object not created locally)
22782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 215 JUnit assertions should include a message
22783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 215 Potential violation of Law of Demeter (object not created locally)
22784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 216 JUnit assertions should include a message
22785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 216 Potential violation of Law of Demeter (object not created locally)
22786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 217 JUnit assertions should include a message
22787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 217 Potential violation of Law of Demeter (object not created locally)
22788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 218 JUnit assertions should include a message
22789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 218 Potential violation of Law of Demeter (object not created locally)
22790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 227 JUnit assertions should include a message
22791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 229 JUnit assertions should include a message
22792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 233 Avoid variables with short names like i1
22793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 235 Avoid variables with short names like i2
22794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 236 Avoid variables with short names like i3
22795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 240 Potential violation of Law of Demeter (object not created locally)
22796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 241 Potential violation of Law of Demeter (object not created locally)
22797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 242 Potential violation of Law of Demeter (object not created locally)
22798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 243 Potential violation of Law of Demeter (object not created locally)
22799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 243 The String literal "One" appears 10 times in this file; the first occurrence is on line 243
22800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 244 JUnit assertions should include a message
22801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 244 Potential violation of Law of Demeter (object not created locally)
22802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 245 JUnit assertions should include a message
22803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 245 Potential violation of Law of Demeter (static property access)
22804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 246 JUnit assertions should include a message
22805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 246 Potential violation of Law of Demeter (method chain calls)
22806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 246 Potential violation of Law of Demeter (object not created locally)
22807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 247 JUnit assertions should include a message
22808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 247 Potential violation of Law of Demeter (object not created locally)
22809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 248 JUnit assertions should include a message
22810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 248 Potential violation of Law of Demeter (object not created locally)
22811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 252 Potential violation of Law of Demeter (object not created locally)
22812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 253 Potential violation of Law of Demeter (object not created locally)
22813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 254 Potential violation of Law of Demeter (object not created locally)
22814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 255 Potential violation of Law of Demeter (object not created locally)
22815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 256 JUnit assertions should include a message
22816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 256 Potential violation of Law of Demeter (object not created locally)
22817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 257 JUnit assertions should include a message
22818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 257 Potential violation of Law of Demeter (static property access)
22819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 258 JUnit assertions should include a message
22820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 258 Potential violation of Law of Demeter (method chain calls)
22821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 258 Potential violation of Law of Demeter (object not created locally)
22822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 259 JUnit assertions should include a message
22823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 259 Potential violation of Law of Demeter (object not created locally)
22824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 260 JUnit assertions should include a message
22825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 260 Potential violation of Law of Demeter (object not created locally)
22826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 261 JUnit assertions should include a message
22827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 261 Potential violation of Law of Demeter (object not created locally)
22828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 262 JUnit assertions should include a message
22829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 262 Potential violation of Law of Demeter (object not created locally)
22830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 266 Potential violation of Law of Demeter (object not created locally)
22831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 267 Potential violation of Law of Demeter (object not created locally)
22832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 268 Potential violation of Law of Demeter (object not created locally)
22833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 269 Potential violation of Law of Demeter (object not created locally)
22834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 270 JUnit assertions should include a message
22835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 270 Potential violation of Law of Demeter (object not created locally)
22836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 271 JUnit assertions should include a message
22837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 271 Potential violation of Law of Demeter (static property access)
22838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 272 JUnit assertions should include a message
22839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 272 Potential violation of Law of Demeter (method chain calls)
22840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 272 Potential violation of Law of Demeter (object not created locally)
22841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 273 JUnit assertions should include a message
22842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 273 Potential violation of Law of Demeter (object not created locally)
22843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 274 JUnit assertions should include a message
22844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 274 Potential violation of Law of Demeter (object not created locally)
22845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 275 JUnit assertions should include a message
22846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 275 Potential violation of Law of Demeter (object not created locally)
22847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 279 Potential violation of Law of Demeter (object not created locally)
22848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 280 Potential violation of Law of Demeter (object not created locally)
22849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 281 Potential violation of Law of Demeter (object not created locally)
22850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 282 Potential violation of Law of Demeter (object not created locally)
22851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 283 JUnit assertions should include a message
22852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 283 Potential violation of Law of Demeter (object not created locally)
22853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 284 JUnit assertions should include a message
22854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 284 Potential violation of Law of Demeter (static property access)
22855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 285 JUnit assertions should include a message
22856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 285 Potential violation of Law of Demeter (method chain calls)
22857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 285 Potential violation of Law of Demeter (object not created locally)
22858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 286 JUnit assertions should include a message
22859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 286 Potential violation of Law of Demeter (object not created locally)
22860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 287 JUnit assertions should include a message
22861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 287 Potential violation of Law of Demeter (object not created locally)
22862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 288 JUnit assertions should include a message
22863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 288 Potential violation of Law of Demeter (object not created locally)
22864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 292 Potential violation of Law of Demeter (object not created locally)
22865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 293 Potential violation of Law of Demeter (object not created locally)
22866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 294 Potential violation of Law of Demeter (object not created locally)
22867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 295 Potential violation of Law of Demeter (object not created locally)
22868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 296 JUnit assertions should include a message
22869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 296 Potential violation of Law of Demeter (object not created locally)
22870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 297 JUnit assertions should include a message
22871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 297 Potential violation of Law of Demeter (static property access)
22872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 298 JUnit assertions should include a message
22873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 298 Potential violation of Law of Demeter (method chain calls)
22874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 298 Potential violation of Law of Demeter (object not created locally)
22875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 299 JUnit assertions should include a message
22876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 299 Potential violation of Law of Demeter (object not created locally)
22877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 300 JUnit assertions should include a message
22878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 300 Potential violation of Law of Demeter (object not created locally)
22879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 301 JUnit assertions should include a message
22880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 301 Potential violation of Law of Demeter (object not created locally)
22881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 304 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 304 Public method and constructor comments are required
22883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 304 Unit tests should not contain more than 1 assert(s).
22884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 310 Potential violation of Law of Demeter (object not created locally)
22885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 311 Potential violation of Law of Demeter (object not created locally)
22886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 312 Potential violation of Law of Demeter (object not created locally)
22887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 313 JUnit assertions should include a message
22888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 313 Potential violation of Law of Demeter (object not created locally)
22889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 314 JUnit assertions should include a message
22890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 314 Potential violation of Law of Demeter (object not created locally)
22891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 315 JUnit assertions should include a message
22892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 315 Potential violation of Law of Demeter (object not created locally)
22893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 318 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 321 Potential violation of Law of Demeter (object not created locally)
22895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 324 JUnit assertions should include a message
22896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 324 Potential violation of Law of Demeter (object not created locally)
22897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 325 JUnit assertions should include a message
22898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 325 Potential violation of Law of Demeter (object not created locally)
22899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 326 JUnit assertions should include a message
22900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 326 Potential violation of Law of Demeter (object not created locally)
22901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 327 JUnit assertions should include a message
22902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 327 Potential violation of Law of Demeter (object not created locally)
22903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 328 JUnit assertions should include a message
22904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 328 Potential violation of Law of Demeter (object not created locally)
22905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 331 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 332 Public method and constructor comments are required
22907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 342 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
22908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 347 Potential violation of Law of Demeter (object not created locally)
22909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 349 Potential violation of Law of Demeter (object not created locally)
22910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 351 JUnit assertions should include a message
22911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 355 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 355 Public method and constructor comments are required
22913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 355 The instance method name 'testValueList_getByIndex' doesn't match '[a-z][a-zA-Z0-9]*'
22914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 360 JUnit assertions should include a message
22915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 360 Potential violation of Law of Demeter (method chain calls)
22916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 364 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 365 Public method and constructor comments are required
22918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 365 The instance method name 'testValueList_setByIndex' doesn't match '[a-z][a-zA-Z0-9]*'
22919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 365 Unit tests should not contain more than 1 assert(s).
22920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 371 JUnit assertions should include a message
22921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 372 JUnit assertions should include a message
22922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 373 JUnit assertions should include a message
22923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 373 Potential violation of Law of Demeter (method chain calls)
22924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 377 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 377 Public method and constructor comments are required
22926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 377 The instance method name 'testValueList_removeByIndex' doesn't match '[a-z][a-zA-Z0-9]*'
22927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 380 Potential violation of Law of Demeter (object not created locally)
22928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 382 JUnit assertions should include a message
22929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 382 Potential violation of Law of Demeter (method chain calls)
22930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 386 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 386 Public method and constructor comments are required
22932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 386 The instance method name 'testCOLLECTIONS_474_nullValues' doesn't match '[a-z][a-zA-Z0-9]*'
22933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 386 Unit tests should not contain more than 1 assert(s).
22934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 392 The String literal "Should have two elements" appears 4 times in this file; the first occurrence is on line 392
22935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 400 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 400 Public method and constructor comments are required
22937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 400 The instance method name 'testCOLLECTIONS_474_nonNullValues' doesn't match '[a-z][a-zA-Z0-9]*'
22938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 400 Unit tests should not contain more than 1 assert(s).
22939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 414 Public method and constructor comments are required
22940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 418 Public method and constructor comments are required
22941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 422 Class comments are required
22942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 423 To avoid mistakes add a comment at the beginning of the TestKeyListView constructor if you want a default access modifier
22943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 429 Potential violation of Law of Demeter (method chain calls)
22944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 429 Potential violation of Law of Demeter (method chain calls)
22945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 429 Potential violation of Law of Demeter (method chain calls)
22946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 433 Potential violation of Law of Demeter (method chain calls)
22947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 433 Potential violation of Law of Demeter (method chain calls)
22948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 433 Potential violation of Law of Demeter (method chain calls)
22949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 438 Potential violation of Law of Demeter (method chain calls)
22950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 438 Potential violation of Law of Demeter (method chain calls)
22951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 454 Potential violation of Law of Demeter (method chain calls)
22952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 454 Potential violation of Law of Demeter (method chain calls)
22953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 462 Class comments are required
22954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 463 To avoid mistakes add a comment at the beginning of the TestValueListView constructor if you want a default access modifier
22955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 469 Potential violation of Law of Demeter (method chain calls)
22956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 469 Potential violation of Law of Demeter (method chain calls)
22957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 469 Potential violation of Law of Demeter (method chain calls)
22958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 473 Potential violation of Law of Demeter (method chain calls)
22959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 473 Potential violation of Law of Demeter (method chain calls)
22960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 473 Potential violation of Law of Demeter (method chain calls)
22961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 478 Potential violation of Law of Demeter (method chain calls)
22962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 478 Potential violation of Law of Demeter (method chain calls)
22963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 494 Potential violation of Law of Demeter (method chain calls)
22964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 494 Potential violation of Law of Demeter (method chain calls)
22965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 511 Comment is too large: Line too long
22966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ListOrderedMapTest.java 515 Comment is too large: Line too long
22967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 1 Comment is too large: Too many lines
22968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 31 Possible God Class (WMC=49, ATFD=476, TCC=11.688%)
22969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 31 This class has too many methods, consider refactoring it.
22970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 33 Avoid variables with short names like I1
22971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 33 Field comments are required
22972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 33 To avoid mistakes add a comment at the beginning of the I1 field if you want a default access modifier
22973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 34 Avoid variables with short names like I2
22974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 34 Field comments are required
22975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 34 To avoid mistakes add a comment at the beginning of the I2 field if you want a default access modifier
22976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 35 Avoid variables with short names like I3
22977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 35 Field comments are required
22978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 35 To avoid mistakes add a comment at the beginning of the I3 field if you want a default access modifier
22979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 36 Avoid variables with short names like I4
22980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 36 Field comments are required
22981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 36 To avoid mistakes add a comment at the beginning of the I4 field if you want a default access modifier
22982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 37 Avoid variables with short names like I5
22983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 37 Field comments are required
22984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 37 To avoid mistakes add a comment at the beginning of the I5 field if you want a default access modifier
22985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 38 Avoid variables with short names like I6
22986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 38 Field comments are required
22987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 38 To avoid mistakes add a comment at the beginning of the I6 field if you want a default access modifier
22988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 39 Avoid variables with short names like I7
22989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 39 Field comments are required
22990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 39 To avoid mistakes add a comment at the beginning of the I7 field if you want a default access modifier
22991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 40 Avoid variables with short names like I8
22992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 40 Field comments are required
22993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 40 To avoid mistakes add a comment at the beginning of the I8 field if you want a default access modifier
22994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 42 Public method and constructor comments are required
22995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 46 JUnit 4 indicates test suites via annotations, not the suite method.
22996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 46 Public method and constructor comments are required
22997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 60 The String literal "unchecked" appears 7 times in this file; the first occurrence is on line 60
22998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 116 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
22999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 117 Public method and constructor comments are required
23000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 117 Unit tests should not contain more than 1 assert(s).
23001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 119 JUnit assertions should include a message
23002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 120 JUnit assertions should include a message
23003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 121 JUnit assertions should include a message
23004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 122 JUnit assertions should include a message
23005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 123 JUnit assertions should include a message
23006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 123 Potential violation of Law of Demeter (method chain calls)
23007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 124 JUnit assertions should include a message
23008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 124 Potential violation of Law of Demeter (method chain calls)
23009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 125 JUnit assertions should include a message
23010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 125 Potential violation of Law of Demeter (method chain calls)
23011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 128 JUnit assertions should include a message
23012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 129 Avoid catching NullPointerException; consider removing the cause of the NPE.
23013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 129 Avoid empty catch blocks
23015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 130 JUnit assertions should include a message
23016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 133 JUnit assertions should include a message
23017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 134 Avoid catching NullPointerException; consider removing the cause of the NPE.
23018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 134 Avoid empty catch blocks
23020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 137 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 137 Public method and constructor comments are required
23022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 137 Unit tests should not contain more than 1 assert(s).
23023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 147 A switch statement does not contain a break
23024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 147 Potential violation of Law of Demeter (object not created locally)
23025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 149 JUnit assertions should include a message
23026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 149 Potential violation of Law of Demeter (object not created locally)
23027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 149 Potential violation of Law of Demeter (object not created locally)
23028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 150 JUnit assertions should include a message
23029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 150 Potential violation of Law of Demeter (object not created locally)
23030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 151 JUnit assertions should include a message
23031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 151 Potential violation of Law of Demeter (object not created locally)
23032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 152 JUnit assertions should include a message
23033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 153 JUnit assertions should include a message
23034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 153 Potential violation of Law of Demeter (object not created locally)
23035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 153 Potential violation of Law of Demeter (object not created locally)
23036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 154 JUnit assertions should include a message
23037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 154 Potential violation of Law of Demeter (object not created locally)
23038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 154 Potential violation of Law of Demeter (object not created locally)
23039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 155 JUnit assertions should include a message
23040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 155 Potential violation of Law of Demeter (object not created locally)
23041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 155 Potential violation of Law of Demeter (object not created locally)
23042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 158 JUnit assertions should include a message
23043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 158 Potential violation of Law of Demeter (object not created locally)
23044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 158 Potential violation of Law of Demeter (object not created locally)
23045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 158 Potential violation of Law of Demeter (object not created locally)
23046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 159 JUnit assertions should include a message
23047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
23048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
23049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 160 JUnit assertions should include a message
23050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 160 Potential violation of Law of Demeter (object not created locally)
23051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 160 Potential violation of Law of Demeter (object not created locally)
23052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 161 JUnit assertions should include a message
23053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 161 Potential violation of Law of Demeter (object not created locally)
23054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 161 Potential violation of Law of Demeter (object not created locally)
23055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 162 JUnit assertions should include a message
23056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 163 JUnit assertions should include a message
23057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 163 Potential violation of Law of Demeter (object not created locally)
23058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 163 Potential violation of Law of Demeter (object not created locally)
23059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 163 Potential violation of Law of Demeter (object not created locally)
23060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 164 JUnit assertions should include a message
23061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 164 Potential violation of Law of Demeter (object not created locally)
23062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 164 Potential violation of Law of Demeter (object not created locally)
23063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 164 Potential violation of Law of Demeter (object not created locally)
23064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 167 JUnit assertions should include a message
23065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 167 Potential violation of Law of Demeter (object not created locally)
23066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 167 Potential violation of Law of Demeter (object not created locally)
23067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 167 Potential violation of Law of Demeter (object not created locally)
23068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 167 Potential violation of Law of Demeter (object not created locally)
23069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 168 JUnit assertions should include a message
23070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 168 Potential violation of Law of Demeter (object not created locally)
23071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 168 Potential violation of Law of Demeter (object not created locally)
23072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 168 Potential violation of Law of Demeter (object not created locally)
23073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 169 JUnit assertions should include a message
23074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 169 Potential violation of Law of Demeter (object not created locally)
23075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 169 Potential violation of Law of Demeter (object not created locally)
23076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 169 Potential violation of Law of Demeter (object not created locally)
23077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 170 JUnit assertions should include a message
23078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 170 Potential violation of Law of Demeter (object not created locally)
23079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 170 Potential violation of Law of Demeter (object not created locally)
23080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 170 Potential violation of Law of Demeter (object not created locally)
23081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 171 JUnit assertions should include a message
23082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 171 Potential violation of Law of Demeter (object not created locally)
23083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 171 Potential violation of Law of Demeter (object not created locally)
23084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 171 Potential violation of Law of Demeter (object not created locally)
23085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 172 JUnit assertions should include a message
23086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 173 JUnit assertions should include a message
23087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 173 Potential violation of Law of Demeter (object not created locally)
23088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 173 Potential violation of Law of Demeter (object not created locally)
23089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 173 Potential violation of Law of Demeter (object not created locally)
23090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 173 Potential violation of Law of Demeter (object not created locally)
23091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 176 JUnit assertions should include a message
23092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 176 Potential violation of Law of Demeter (object not created locally)
23093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 176 Potential violation of Law of Demeter (object not created locally)
23094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 176 Potential violation of Law of Demeter (object not created locally)
23095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 176 Potential violation of Law of Demeter (object not created locally)
23096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 176 Potential violation of Law of Demeter (object not created locally)
23097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 177 JUnit assertions should include a message
23098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 177 Potential violation of Law of Demeter (object not created locally)
23099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 177 Potential violation of Law of Demeter (object not created locally)
23100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 177 Potential violation of Law of Demeter (object not created locally)
23101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 177 Potential violation of Law of Demeter (object not created locally)
23102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 178 JUnit assertions should include a message
23103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 178 Potential violation of Law of Demeter (object not created locally)
23104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 178 Potential violation of Law of Demeter (object not created locally)
23105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 178 Potential violation of Law of Demeter (object not created locally)
23106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 178 Potential violation of Law of Demeter (object not created locally)
23107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 179 JUnit assertions should include a message
23108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 179 Potential violation of Law of Demeter (object not created locally)
23109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 179 Potential violation of Law of Demeter (object not created locally)
23110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 179 Potential violation of Law of Demeter (object not created locally)
23111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 179 Potential violation of Law of Demeter (object not created locally)
23112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 180 JUnit assertions should include a message
23113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 180 Potential violation of Law of Demeter (object not created locally)
23114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 180 Potential violation of Law of Demeter (object not created locally)
23115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 180 Potential violation of Law of Demeter (object not created locally)
23116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 180 Potential violation of Law of Demeter (object not created locally)
23117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 181 JUnit assertions should include a message
23118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 181 Potential violation of Law of Demeter (object not created locally)
23119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 181 Potential violation of Law of Demeter (object not created locally)
23120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 181 Potential violation of Law of Demeter (object not created locally)
23121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 181 Potential violation of Law of Demeter (object not created locally)
23122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 182 JUnit assertions should include a message
23123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 185 The String literal "Invalid key size" appears 4 times in this file; the first occurrence is on line 185
23124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 190 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 190 Public method and constructor comments are required
23126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 190 Unit tests should not contain more than 1 assert(s).
23127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 196 A switch statement does not contain a break
23128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 198 JUnit assertions should include a message
23129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 199 JUnit assertions should include a message
23130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 200 JUnit assertions should include a message
23131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 201 JUnit assertions should include a message
23132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 202 JUnit assertions should include a message
23133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 203 JUnit assertions should include a message
23134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 204 JUnit assertions should include a message
23135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 207 JUnit assertions should include a message
23136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 208 JUnit assertions should include a message
23137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 209 JUnit assertions should include a message
23138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 210 JUnit assertions should include a message
23139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 211 JUnit assertions should include a message
23140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 212 JUnit assertions should include a message
23141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 213 JUnit assertions should include a message
23142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 216 JUnit assertions should include a message
23143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 217 JUnit assertions should include a message
23144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 218 JUnit assertions should include a message
23145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 219 JUnit assertions should include a message
23146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 220 JUnit assertions should include a message
23147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 221 JUnit assertions should include a message
23148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 222 JUnit assertions should include a message
23149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 225 JUnit assertions should include a message
23150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 226 JUnit assertions should include a message
23151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 227 JUnit assertions should include a message
23152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 228 JUnit assertions should include a message
23153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 229 JUnit assertions should include a message
23154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 230 JUnit assertions should include a message
23155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 231 JUnit assertions should include a message
23156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 239 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 239 Public method and constructor comments are required
23158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 239 Unit tests should not contain more than 1 assert(s).
23159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 244 Avoid instantiating new objects inside loops
23160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 249 A switch statement does not contain a break
23161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 249 Potential violation of Law of Demeter (object not created locally)
23162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 251 JUnit assertions should include a message
23163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 251 Potential violation of Law of Demeter (object not created locally)
23164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 251 Potential violation of Law of Demeter (object not created locally)
23165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 252 JUnit assertions should include a message
23166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 253 JUnit assertions should include a message
23167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 253 Potential violation of Law of Demeter (object not created locally)
23168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 253 Potential violation of Law of Demeter (object not created locally)
23169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 254 JUnit assertions should include a message
23170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 254 Potential violation of Law of Demeter (object not created locally)
23171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 254 Potential violation of Law of Demeter (object not created locally)
23172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 255 Avoid instantiating new objects inside loops
23173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 255 JUnit assertions should include a message
23174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 255 Potential violation of Law of Demeter (object not created locally)
23175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 255 Potential violation of Law of Demeter (object not created locally)
23176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 256 JUnit assertions should include a message
23177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 256 Potential violation of Law of Demeter (object not created locally)
23178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 256 Potential violation of Law of Demeter (object not created locally)
23179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 257 JUnit assertions should include a message
23180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 258 JUnit assertions should include a message
23181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 258 Potential violation of Law of Demeter (object not created locally)
23182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 258 Potential violation of Law of Demeter (object not created locally)
23183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 259 JUnit assertions should include a message
23184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 259 Potential violation of Law of Demeter (object not created locally)
23185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 259 Potential violation of Law of Demeter (object not created locally)
23186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 262 JUnit assertions should include a message
23187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 262 Potential violation of Law of Demeter (object not created locally)
23188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 262 Potential violation of Law of Demeter (object not created locally)
23189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 262 Potential violation of Law of Demeter (object not created locally)
23190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 263 JUnit assertions should include a message
23191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 264 JUnit assertions should include a message
23192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 264 Potential violation of Law of Demeter (object not created locally)
23193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 264 Potential violation of Law of Demeter (object not created locally)
23194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 264 Potential violation of Law of Demeter (object not created locally)
23195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 265 JUnit assertions should include a message
23196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 265 Potential violation of Law of Demeter (object not created locally)
23197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 265 Potential violation of Law of Demeter (object not created locally)
23198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 265 Potential violation of Law of Demeter (object not created locally)
23199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 266 Avoid instantiating new objects inside loops
23200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 266 JUnit assertions should include a message
23201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 266 Potential violation of Law of Demeter (object not created locally)
23202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 266 Potential violation of Law of Demeter (object not created locally)
23203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 266 Potential violation of Law of Demeter (object not created locally)
23204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 267 JUnit assertions should include a message
23205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 267 Potential violation of Law of Demeter (object not created locally)
23206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 267 Potential violation of Law of Demeter (object not created locally)
23207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 267 Potential violation of Law of Demeter (object not created locally)
23208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 268 JUnit assertions should include a message
23209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 269 JUnit assertions should include a message
23210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 269 Potential violation of Law of Demeter (object not created locally)
23211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 269 Potential violation of Law of Demeter (object not created locally)
23212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 269 Potential violation of Law of Demeter (object not created locally)
23213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 270 JUnit assertions should include a message
23214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 270 Potential violation of Law of Demeter (object not created locally)
23215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 270 Potential violation of Law of Demeter (object not created locally)
23216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 270 Potential violation of Law of Demeter (object not created locally)
23217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 273 JUnit assertions should include a message
23218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 273 Potential violation of Law of Demeter (object not created locally)
23219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 273 Potential violation of Law of Demeter (object not created locally)
23220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 273 Potential violation of Law of Demeter (object not created locally)
23221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 273 Potential violation of Law of Demeter (object not created locally)
23222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 274 JUnit assertions should include a message
23223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 275 JUnit assertions should include a message
23224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 275 Potential violation of Law of Demeter (object not created locally)
23225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 275 Potential violation of Law of Demeter (object not created locally)
23226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 275 Potential violation of Law of Demeter (object not created locally)
23227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 275 Potential violation of Law of Demeter (object not created locally)
23228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 276 JUnit assertions should include a message
23229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 276 Potential violation of Law of Demeter (object not created locally)
23230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 276 Potential violation of Law of Demeter (object not created locally)
23231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 276 Potential violation of Law of Demeter (object not created locally)
23232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 276 Potential violation of Law of Demeter (object not created locally)
23233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 277 Avoid instantiating new objects inside loops
23234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 277 JUnit assertions should include a message
23235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 277 Potential violation of Law of Demeter (object not created locally)
23236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 277 Potential violation of Law of Demeter (object not created locally)
23237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 277 Potential violation of Law of Demeter (object not created locally)
23238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 277 Potential violation of Law of Demeter (object not created locally)
23239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 278 JUnit assertions should include a message
23240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 278 Potential violation of Law of Demeter (object not created locally)
23241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 278 Potential violation of Law of Demeter (object not created locally)
23242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 278 Potential violation of Law of Demeter (object not created locally)
23243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 278 Potential violation of Law of Demeter (object not created locally)
23244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 279 JUnit assertions should include a message
23245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 280 JUnit assertions should include a message
23246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 280 Potential violation of Law of Demeter (object not created locally)
23247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 280 Potential violation of Law of Demeter (object not created locally)
23248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 280 Potential violation of Law of Demeter (object not created locally)
23249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 280 Potential violation of Law of Demeter (object not created locally)
23250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 281 JUnit assertions should include a message
23251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 281 Potential violation of Law of Demeter (object not created locally)
23252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 281 Potential violation of Law of Demeter (object not created locally)
23253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 281 Potential violation of Law of Demeter (object not created locally)
23254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 281 Potential violation of Law of Demeter (object not created locally)
23255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 284 JUnit assertions should include a message
23256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 284 Potential violation of Law of Demeter (object not created locally)
23257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 284 Potential violation of Law of Demeter (object not created locally)
23258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 284 Potential violation of Law of Demeter (object not created locally)
23259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 284 Potential violation of Law of Demeter (object not created locally)
23260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 284 Potential violation of Law of Demeter (object not created locally)
23261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 285 JUnit assertions should include a message
23262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 286 JUnit assertions should include a message
23263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 286 Potential violation of Law of Demeter (object not created locally)
23264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 286 Potential violation of Law of Demeter (object not created locally)
23265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 286 Potential violation of Law of Demeter (object not created locally)
23266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 286 Potential violation of Law of Demeter (object not created locally)
23267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 286 Potential violation of Law of Demeter (object not created locally)
23268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 287 JUnit assertions should include a message
23269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 287 Potential violation of Law of Demeter (object not created locally)
23270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 287 Potential violation of Law of Demeter (object not created locally)
23271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 287 Potential violation of Law of Demeter (object not created locally)
23272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 287 Potential violation of Law of Demeter (object not created locally)
23273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 287 Potential violation of Law of Demeter (object not created locally)
23274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 288 Avoid instantiating new objects inside loops
23275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 288 JUnit assertions should include a message
23276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 288 Potential violation of Law of Demeter (object not created locally)
23277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 288 Potential violation of Law of Demeter (object not created locally)
23278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 288 Potential violation of Law of Demeter (object not created locally)
23279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 288 Potential violation of Law of Demeter (object not created locally)
23280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 288 Potential violation of Law of Demeter (object not created locally)
23281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 289 JUnit assertions should include a message
23282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 289 Potential violation of Law of Demeter (object not created locally)
23283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 289 Potential violation of Law of Demeter (object not created locally)
23284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 289 Potential violation of Law of Demeter (object not created locally)
23285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 289 Potential violation of Law of Demeter (object not created locally)
23286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 289 Potential violation of Law of Demeter (object not created locally)
23287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 290 JUnit assertions should include a message
23288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 291 JUnit assertions should include a message
23289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 291 Potential violation of Law of Demeter (object not created locally)
23290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 291 Potential violation of Law of Demeter (object not created locally)
23291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 291 Potential violation of Law of Demeter (object not created locally)
23292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 291 Potential violation of Law of Demeter (object not created locally)
23293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 291 Potential violation of Law of Demeter (object not created locally)
23294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 292 JUnit assertions should include a message
23295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 292 Potential violation of Law of Demeter (object not created locally)
23296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 292 Potential violation of Law of Demeter (object not created locally)
23297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 292 Potential violation of Law of Demeter (object not created locally)
23298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 292 Potential violation of Law of Demeter (object not created locally)
23299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 292 Potential violation of Law of Demeter (object not created locally)
23300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 300 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 300 Public method and constructor comments are required
23302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 300 Unit tests should not contain more than 1 assert(s).
23303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 310 JUnit assertions should include a message
23304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 311 JUnit assertions should include a message
23305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 312 JUnit assertions should include a message
23306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 313 JUnit assertions should include a message
23307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 316 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 316 Public method and constructor comments are required
23309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 316 Unit tests should not contain more than 1 assert(s).
23310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 323 Potential violation of Law of Demeter (object not created locally)
23311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 328 A switch statement does not contain a break
23312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 328 Potential violation of Law of Demeter (object not created locally)
23313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 330 JUnit assertions should include a message
23314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 330 Potential violation of Law of Demeter (object not created locally)
23315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 330 Potential violation of Law of Demeter (object not created locally)
23316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 330 Potential violation of Law of Demeter (object not created locally)
23317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 331 JUnit assertions should include a message
23318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 331 Potential violation of Law of Demeter (object not created locally)
23319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 331 Potential violation of Law of Demeter (object not created locally)
23320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 331 Potential violation of Law of Demeter (object not created locally)
23321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 332 JUnit assertions should include a message
23322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 332 Potential violation of Law of Demeter (object not created locally)
23323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 332 Potential violation of Law of Demeter (object not created locally)
23324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 332 Potential violation of Law of Demeter (object not created locally)
23325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 333 JUnit assertions should include a message
23326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 333 Potential violation of Law of Demeter (object not created locally)
23327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 334 JUnit assertions should include a message
23328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 334 Potential violation of Law of Demeter (object not created locally)
23329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 334 Potential violation of Law of Demeter (object not created locally)
23330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 334 Potential violation of Law of Demeter (object not created locally)
23331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 335 JUnit assertions should include a message
23332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 335 Potential violation of Law of Demeter (object not created locally)
23333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 335 Potential violation of Law of Demeter (object not created locally)
23334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 335 Potential violation of Law of Demeter (object not created locally)
23335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 338 JUnit assertions should include a message
23336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 338 Potential violation of Law of Demeter (object not created locally)
23337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 338 Potential violation of Law of Demeter (object not created locally)
23338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 338 Potential violation of Law of Demeter (object not created locally)
23339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 338 Potential violation of Law of Demeter (object not created locally)
23340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 339 JUnit assertions should include a message
23341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 339 Potential violation of Law of Demeter (object not created locally)
23342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 339 Potential violation of Law of Demeter (object not created locally)
23343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 339 Potential violation of Law of Demeter (object not created locally)
23344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 339 Potential violation of Law of Demeter (object not created locally)
23345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 340 JUnit assertions should include a message
23346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 340 Potential violation of Law of Demeter (object not created locally)
23347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 340 Potential violation of Law of Demeter (object not created locally)
23348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 340 Potential violation of Law of Demeter (object not created locally)
23349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 340 Potential violation of Law of Demeter (object not created locally)
23350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 341 JUnit assertions should include a message
23351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 341 Potential violation of Law of Demeter (object not created locally)
23352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 342 JUnit assertions should include a message
23353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 342 Potential violation of Law of Demeter (object not created locally)
23354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 342 Potential violation of Law of Demeter (object not created locally)
23355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 342 Potential violation of Law of Demeter (object not created locally)
23356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 342 Potential violation of Law of Demeter (object not created locally)
23357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 343 JUnit assertions should include a message
23358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 343 Potential violation of Law of Demeter (object not created locally)
23359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 343 Potential violation of Law of Demeter (object not created locally)
23360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 343 Potential violation of Law of Demeter (object not created locally)
23361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 343 Potential violation of Law of Demeter (object not created locally)
23362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 346 JUnit assertions should include a message
23363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 346 Potential violation of Law of Demeter (object not created locally)
23364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 346 Potential violation of Law of Demeter (object not created locally)
23365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 346 Potential violation of Law of Demeter (object not created locally)
23366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 346 Potential violation of Law of Demeter (object not created locally)
23367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 346 Potential violation of Law of Demeter (object not created locally)
23368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 347 JUnit assertions should include a message
23369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 347 Potential violation of Law of Demeter (object not created locally)
23370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 347 Potential violation of Law of Demeter (object not created locally)
23371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 347 Potential violation of Law of Demeter (object not created locally)
23372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 347 Potential violation of Law of Demeter (object not created locally)
23373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 347 Potential violation of Law of Demeter (object not created locally)
23374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 348 JUnit assertions should include a message
23375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 348 Potential violation of Law of Demeter (object not created locally)
23376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 348 Potential violation of Law of Demeter (object not created locally)
23377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 348 Potential violation of Law of Demeter (object not created locally)
23378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 348 Potential violation of Law of Demeter (object not created locally)
23379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 348 Potential violation of Law of Demeter (object not created locally)
23380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 349 JUnit assertions should include a message
23381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 349 Potential violation of Law of Demeter (object not created locally)
23382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 350 JUnit assertions should include a message
23383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 350 Potential violation of Law of Demeter (object not created locally)
23384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 350 Potential violation of Law of Demeter (object not created locally)
23385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 350 Potential violation of Law of Demeter (object not created locally)
23386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 350 Potential violation of Law of Demeter (object not created locally)
23387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 350 Potential violation of Law of Demeter (object not created locally)
23388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 351 JUnit assertions should include a message
23389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 351 Potential violation of Law of Demeter (object not created locally)
23390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 351 Potential violation of Law of Demeter (object not created locally)
23391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 351 Potential violation of Law of Demeter (object not created locally)
23392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 351 Potential violation of Law of Demeter (object not created locally)
23393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 351 Potential violation of Law of Demeter (object not created locally)
23394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 354 JUnit assertions should include a message
23395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 354 Potential violation of Law of Demeter (object not created locally)
23396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 354 Potential violation of Law of Demeter (object not created locally)
23397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 354 Potential violation of Law of Demeter (object not created locally)
23398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 354 Potential violation of Law of Demeter (object not created locally)
23399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 354 Potential violation of Law of Demeter (object not created locally)
23400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 354 Potential violation of Law of Demeter (object not created locally)
23401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 355 JUnit assertions should include a message
23402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 355 Potential violation of Law of Demeter (object not created locally)
23403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 355 Potential violation of Law of Demeter (object not created locally)
23404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 355 Potential violation of Law of Demeter (object not created locally)
23405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 355 Potential violation of Law of Demeter (object not created locally)
23406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 355 Potential violation of Law of Demeter (object not created locally)
23407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 355 Potential violation of Law of Demeter (object not created locally)
23408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 356 JUnit assertions should include a message
23409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 356 Potential violation of Law of Demeter (object not created locally)
23410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 356 Potential violation of Law of Demeter (object not created locally)
23411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 356 Potential violation of Law of Demeter (object not created locally)
23412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 356 Potential violation of Law of Demeter (object not created locally)
23413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 356 Potential violation of Law of Demeter (object not created locally)
23414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 356 Potential violation of Law of Demeter (object not created locally)
23415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 357 JUnit assertions should include a message
23416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 357 Potential violation of Law of Demeter (object not created locally)
23417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 358 JUnit assertions should include a message
23418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 358 Potential violation of Law of Demeter (object not created locally)
23419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 358 Potential violation of Law of Demeter (object not created locally)
23420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 358 Potential violation of Law of Demeter (object not created locally)
23421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 358 Potential violation of Law of Demeter (object not created locally)
23422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 358 Potential violation of Law of Demeter (object not created locally)
23423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 358 Potential violation of Law of Demeter (object not created locally)
23424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 359 JUnit assertions should include a message
23425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 359 Potential violation of Law of Demeter (object not created locally)
23426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 359 Potential violation of Law of Demeter (object not created locally)
23427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 359 Potential violation of Law of Demeter (object not created locally)
23428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 359 Potential violation of Law of Demeter (object not created locally)
23429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 359 Potential violation of Law of Demeter (object not created locally)
23430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 359 Potential violation of Law of Demeter (object not created locally)
23431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 367 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 367 Public method and constructor comments are required
23433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 367 Unit tests should not contain more than 1 assert(s).
23434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 370 JUnit assertions should include a message
23435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 370 Potential violation of Law of Demeter (object not created locally)
23436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 372 Potential violation of Law of Demeter (object not created locally)
23437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 373 JUnit assertions should include a message
23438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 373 Potential violation of Law of Demeter (object not created locally)
23439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 376 JUnit assertions should include a message
23440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 376 Potential violation of Law of Demeter (object not created locally)
23441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 380 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 380 Public method and constructor comments are required
23443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 380 Unit tests should not contain more than 1 assert(s).
23444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 383 JUnit assertions should include a message
23445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 383 Potential violation of Law of Demeter (object not created locally)
23446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 385 Potential violation of Law of Demeter (object not created locally)
23447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 386 JUnit assertions should include a message
23448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 386 Potential violation of Law of Demeter (object not created locally)
23449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 389 JUnit assertions should include a message
23450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 389 Potential violation of Law of Demeter (object not created locally)
23451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 389 Potential violation of Law of Demeter (object not created locally)
23452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 393 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 393 Public method and constructor comments are required
23454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 393 Unit tests should not contain more than 1 assert(s).
23455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 396 JUnit assertions should include a message
23456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 396 Potential violation of Law of Demeter (object not created locally)
23457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 398 Potential violation of Law of Demeter (object not created locally)
23458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 399 JUnit assertions should include a message
23459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 399 Potential violation of Law of Demeter (object not created locally)
23460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 402 JUnit assertions should include a message
23461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 402 Potential violation of Law of Demeter (object not created locally)
23462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 402 Potential violation of Law of Demeter (object not created locally)
23463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 402 Potential violation of Law of Demeter (object not created locally)
23464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 406 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 406 Public method and constructor comments are required
23466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 406 Unit tests should not contain more than 1 assert(s).
23467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 409 JUnit assertions should include a message
23468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 409 Potential violation of Law of Demeter (object not created locally)
23469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 411 Potential violation of Law of Demeter (object not created locally)
23470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 412 JUnit assertions should include a message
23471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 412 Potential violation of Law of Demeter (object not created locally)
23472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 415 JUnit assertions should include a message
23473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 415 Potential violation of Law of Demeter (object not created locally)
23474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 415 Potential violation of Law of Demeter (object not created locally)
23475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 415 Potential violation of Law of Demeter (object not created locally)
23476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 415 Potential violation of Law of Demeter (object not created locally)
23477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 415 Potential violation of Law of Demeter (object not created locally)
23478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 419 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 420 Public method and constructor comments are required
23480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 420 Unit tests should not contain more than 1 assert(s).
23481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 424 JUnit assertions should include a message
23482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 424 Potential violation of Law of Demeter (object not created locally)
23483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 425 JUnit assertions should include a message
23484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 428 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 429 Public method and constructor comments are required
23486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 429 Unit tests should not contain more than 1 assert(s).
23487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 433 JUnit assertions should include a message
23488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 435 JUnit assertions should include a message
23489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 436 JUnit assertions should include a message
23490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 437 JUnit assertions should include a message
23491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 438 JUnit assertions should include a message
23492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 441 JUnit assertions should include a message
23493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 442 JUnit assertions should include a message
23494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 442 Potential violation of Law of Demeter (object not created locally)
23495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 443 JUnit assertions should include a message
23496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 443 Potential violation of Law of Demeter (object not created locally)
23497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 444 JUnit assertions should include a message
23498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 444 Potential violation of Law of Demeter (object not created locally)
23499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 445 Potential violation of Law of Demeter (object not created locally)
23500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 446 JUnit assertions should include a message
23501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 446 Potential violation of Law of Demeter (object not created locally)
23502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 447 JUnit assertions should include a message
23503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 447 Potential violation of Law of Demeter (object not created locally)
23504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 448 JUnit assertions should include a message
23505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 448 Potential violation of Law of Demeter (object not created locally)
23506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 460 Comment is too large: Line too long
23507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiKeyMapTest.java 464 Comment is too large: Line too long
23508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 1 Comment is too large: Too many lines
23509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 43 This class has too many methods, consider refactoring it.
23510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 45 Public method and constructor comments are required
23511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 49 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 49 Public method and constructor comments are required
23513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 51 Potential violation of Law of Demeter (object not created locally)
23514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 54 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 54 The String literal "unchecked" appears 22 times in this file; the first occurrence is on line 54
23516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 55 Public method and constructor comments are required
23517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 56 Avoid using implementation types like 'LinkedList'; use the interface instead
23518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 57 Potential violation of Law of Demeter (object not created locally)
23519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 57 The String literal "one" appears 11 times in this file; the first occurrence is on line 57
23520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 60 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 61 Public method and constructor comments are required
23522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 62 Avoid using implementation types like 'HashSet'; use the interface instead
23523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 64 The String literal "uno" appears 6 times in this file; the first occurrence is on line 64
23524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 66 Potential violation of Law of Demeter (object not created locally)
23525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 69 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 70 Public method and constructor comments are required
23527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 70 Unit tests should not contain more than 1 assert(s).
23528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 71 Avoid using implementation types like 'HashSet'; use the interface instead
23529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 72 Potential violation of Law of Demeter (object not created locally)
23530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 73 Potential violation of Law of Demeter (object not created locally)
23531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 74 Potential violation of Law of Demeter (object not created locally)
23532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 74 The String literal "dos" appears 4 times in this file; the first occurrence is on line 74
23533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 75 Potential violation of Law of Demeter (object not created locally)
23534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 75 The String literal "deux" appears 4 times in this file; the first occurrence is on line 75
23535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 76 Potential violation of Law of Demeter (object not created locally)
23536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 76 The String literal "tres" appears 4 times in this file; the first occurrence is on line 76
23537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 77 Potential violation of Law of Demeter (object not created locally)
23538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 77 The String literal "trois" appears 4 times in this file; the first occurrence is on line 77
23539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 78 Potential violation of Law of Demeter (object not created locally)
23540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 82 Public method and constructor comments are required
23542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 82 Unit tests should not contain more than 1 assert(s).
23543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 83 Avoid using implementation types like 'HashSet'; use the interface instead
23544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 84 Potential violation of Law of Demeter (object not created locally)
23545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 85 Potential violation of Law of Demeter (object not created locally)
23546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 86 Potential violation of Law of Demeter (object not created locally)
23547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 86 The String literal "two" appears 4 times in this file; the first occurrence is on line 86
23548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 87 Potential violation of Law of Demeter (object not created locally)
23549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 88 Potential violation of Law of Demeter (object not created locally)
23550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 88 The String literal "three" appears 4 times in this file; the first occurrence is on line 88
23551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 89 Potential violation of Law of Demeter (object not created locally)
23552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 90 Potential violation of Law of Demeter (object not created locally)
23553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 93 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 94 Public method and constructor comments are required
23555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 94 Unit tests should not contain more than 1 assert(s).
23556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 95 Avoid using implementation types like 'HashSet'; use the interface instead
23557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 103 Avoid variables with short names like c
23558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 103 Potential violation of Law of Demeter (object not created locally)
23559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 104 Potential violation of Law of Demeter (object not created locally)
23560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 110 Avoid using implementation types like 'ArrayList'; use the interface instead
23561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 125 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 125 Public method and constructor comments are required
23563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 127 Potential violation of Law of Demeter (object not created locally)
23564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 132 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 132 Public method and constructor comments are required
23566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 132 Unit tests should not contain more than 1 assert(s).
23567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 134 Potential violation of Law of Demeter (method chain calls)
23568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 138 Potential violation of Law of Demeter (object not created locally)
23569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 139 Potential violation of Law of Demeter (object not created locally)
23570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 142 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 142 Public method and constructor comments are required
23572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 142 Unit tests should not contain more than 1 assert(s).
23573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 148 Potential violation of Law of Demeter (object not created locally)
23574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 149 Potential violation of Law of Demeter (object not created locally)
23575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 152 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 152 Public method and constructor comments are required
23577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 152 Unit tests should not contain more than 1 assert(s).
23578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 155 Potential violation of Law of Demeter (object not created locally)
23579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 156 Potential violation of Law of Demeter (object not created locally)
23580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
23581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
23582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 160 Potential violation of Law of Demeter (object not created locally)
23583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 161 Potential violation of Law of Demeter (object not created locally)
23584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 166 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 166 Public method and constructor comments are required
23586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 166 Unit tests should not contain more than 1 assert(s).
23587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 172 Potential violation of Law of Demeter (object not created locally)
23588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 173 Potential violation of Law of Demeter (object not created locally)
23589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 176 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 176 Public method and constructor comments are required
23591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 177 Potential violation of Law of Demeter (method chain calls)
23592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 180 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 181 Public method and constructor comments are required
23594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 191 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 192 Public method and constructor comments are required
23596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 198 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 199 Public method and constructor comments are required
23598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 199 Unit tests should not contain more than 1 assert(s).
23599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 216 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 217 Public method and constructor comments are required
23601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 217 Unit tests should not contain more than 1 assert(s).
23602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 234 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 235 Public method and constructor comments are required
23604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 235 The instance method name 'testSize_Key' doesn't match '[a-z][a-zA-Z0-9]*'
23605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 235 Unit tests should not contain more than 1 assert(s).
23606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 259 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 260 Public method and constructor comments are required
23608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 260 The instance method name 'testIterator_Key' doesn't match '[a-z][a-zA-Z0-9]*'
23609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 260 Unit tests should not contain more than 1 assert(s).
23610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 262 Potential violation of Law of Demeter (method chain calls)
23611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 264 Avoid variables with short names like it
23612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 270 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 271 Public method and constructor comments are required
23614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 271 The instance method name 'testContainsValue_Key' doesn't match '[a-z][a-zA-Z0-9]*'
23615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 271 Unit tests should not contain more than 1 assert(s).
23616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 280 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 281 Public method and constructor comments are required
23618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 281 Unit tests should not contain more than 1 assert(s).
23619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 283 Avoid using implementation types like 'ArrayList'; use the interface instead
23620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 291 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 292 Public method and constructor comments are required
23622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 292 Unit tests should not contain more than 1 assert(s).
23623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 294 Avoid using implementation types like 'HashSet'; use the interface instead
23624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 303 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 304 Public method and constructor comments are required
23626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 304 The instance method name 'testPutAll_Map1' doesn't match '[a-z][a-zA-Z0-9]*'
23627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 304 Unit tests should not contain more than 1 assert(s).
23628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 306 The String literal "key" appears 4 times in this file; the first occurrence is on line 306
23629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 306 The String literal "object1" appears 4 times in this file; the first occurrence is on line 306
23630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 307 The String literal "object2" appears 4 times in this file; the first occurrence is on line 307
23631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 310 The String literal "keyA" appears 4 times in this file; the first occurrence is on line 310
23632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 310 The String literal "objectA" appears 4 times in this file; the first occurrence is on line 310
23633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 311 The String literal "object0" appears 4 times in this file; the first occurrence is on line 311
23634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 316 Potential violation of Law of Demeter (method chain calls)
23635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 317 Potential violation of Law of Demeter (method chain calls)
23636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 324 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 325 Public method and constructor comments are required
23638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 325 The instance method name 'testPutAll_Map2' doesn't match '[a-z][a-zA-Z0-9]*'
23639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 325 Unit tests should not contain more than 1 assert(s).
23640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 326 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
23641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 337 Potential violation of Law of Demeter (method chain calls)
23642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 338 Potential violation of Law of Demeter (method chain calls)
23643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 339 Potential violation of Law of Demeter (method chain calls)
23644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 346 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 347 Public method and constructor comments are required
23646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 347 The instance method name 'testPutAll_KeyCollection' doesn't match '[a-z][a-zA-Z0-9]*'
23647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 347 Unit tests should not contain more than 1 assert(s).
23648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 378 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 379 Public method and constructor comments are required
23650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 379 The instance method name 'testRemove_KeyItem' doesn't match '[a-z][a-zA-Z0-9]*'
23651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 379 Unit tests should not contain more than 1 assert(s).
23652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 392 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 392 Public method and constructor comments are required
23654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 393 Avoid using implementation types like 'ArrayList'; use the interface instead
23655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 401 The value assigned to variable 'result' is never used
23656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 403 Avoid empty catch blocks
23657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 436 Avoid variables with short names like m
23658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 437 Potential violation of Law of Demeter (object not created locally)
23659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 438 Potential violation of Law of Demeter (object not created locally)
23660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 439 Potential violation of Law of Demeter (object not created locally)
23661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 440 Potential violation of Law of Demeter (object not created locally)
23662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 441 Potential violation of Law of Demeter (object not created locally)
23663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 442 Potential violation of Law of Demeter (object not created locally)
23664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 451 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 451 Public method and constructor comments are required
23666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 454 Potential violation of Law of Demeter (object not created locally)
23667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 456 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 456 Public method and constructor comments are required
23669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 456 Unit tests should not contain more than 1 assert(s).
23670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 459 Potential violation of Law of Demeter (object not created locally)
23671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 459 Potential violation of Law of Demeter (object not created locally)
23672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 464 Potential violation of Law of Demeter (object not created locally)
23673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 470 Comment is too large: Line too long
23674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java 474 Comment is too large: Line too long
23675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 1 Comment is too large: Too many lines
23676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 33 This class has too many methods, consider refactoring it.
23677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 35 Class comments are required
23678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 44 A method should have only one exit point, and that should be the last statement in the method
23679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 48 A method should have only one exit point, and that should be the last statement in the method
23680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 55 JUnit 4 indicates test suites via annotations, not the suite method.
23681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 55 Public method and constructor comments are required
23682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 59 Public method and constructor comments are required
23683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 65 Comment is too large: Line too long
23684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 68 Comment is too large: Line too long
23685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 77 Avoid variables with short names like m
23686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 77 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
23687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 78 The String literal "one" appears 6 times in this file; the first occurrence is on line 78
23688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 79 The String literal "two" appears 9 times in this file; the first occurrence is on line 79
23689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 81 The String literal "four" appears 5 times in this file; the first occurrence is on line 81
23690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 83 The String literal "six" appears 5 times in this file; the first occurrence is on line 83
23691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 93 Avoid variables with short names like m
23692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 93 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
23693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 104 Public method and constructor comments are required
23695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 109 Avoid catching NullPointerException; consider removing the cause of the NPE.
23696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 109 Avoid empty catch blocks
23698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 117 Avoid catching NullPointerException; consider removing the cause of the NPE.
23699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 117 Avoid empty catch blocks
23701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 125 Avoid catching NullPointerException; consider removing the cause of the NPE.
23702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 125 Avoid empty catch blocks
23704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 130 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 130 Public method and constructor comments are required
23706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 130 Unit tests should not contain more than 1 assert(s).
23707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 131 Avoid variables with short names like m
23708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 132 JUnit assertions should include a message
23709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 132 Potential violation of Law of Demeter (object not created locally)
23710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 133 JUnit assertions should include a message
23711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 133 Potential violation of Law of Demeter (object not created locally)
23712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 134 JUnit assertions should include a message
23713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 134 Potential violation of Law of Demeter (object not created locally)
23714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 135 JUnit assertions should include a message
23715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 135 Potential violation of Law of Demeter (object not created locally)
23716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 136 JUnit assertions should include a message
23717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 136 Potential violation of Law of Demeter (object not created locally)
23718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 137 JUnit assertions should include a message
23719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 137 Potential violation of Law of Demeter (object not created locally)
23720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 140 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 140 Public method and constructor comments are required
23722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 140 Unit tests should not contain more than 1 assert(s).
23723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 141 Avoid variables with short names like m
23724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 142 JUnit assertions should include a message
23725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 142 Potential violation of Law of Demeter (object not created locally)
23726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 143 JUnit assertions should include a message
23727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 143 Potential violation of Law of Demeter (object not created locally)
23728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 144 JUnit assertions should include a message
23729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 144 Potential violation of Law of Demeter (object not created locally)
23730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 145 JUnit assertions should include a message
23731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 145 Potential violation of Law of Demeter (object not created locally)
23732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 146 JUnit assertions should include a message
23733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 146 Potential violation of Law of Demeter (object not created locally)
23734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 147 JUnit assertions should include a message
23735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 147 Potential violation of Law of Demeter (object not created locally)
23736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 150 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 150 Public method and constructor comments are required
23738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 150 Unit tests should not contain more than 1 assert(s).
23739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 152 Avoid variables with short names like m
23740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 153 JUnit assertions should include a message
23741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 153 Potential violation of Law of Demeter (object not created locally)
23742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 154 JUnit assertions should include a message
23743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 154 Potential violation of Law of Demeter (object not created locally)
23744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 157 JUnit assertions should include a message
23745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 157 Potential violation of Law of Demeter (object not created locally)
23746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 158 Potential violation of Law of Demeter (object not created locally)
23747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 159 JUnit assertions should include a message
23748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
23749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 160 JUnit assertions should include a message
23750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 160 Potential violation of Law of Demeter (object not created locally)
23751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 161 JUnit assertions should include a message
23752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 161 Potential violation of Law of Demeter (object not created locally)
23753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 164 JUnit assertions should include a message
23754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 164 Potential violation of Law of Demeter (object not created locally)
23755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 165 Potential violation of Law of Demeter (object not created locally)
23756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 166 JUnit assertions should include a message
23757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 166 Potential violation of Law of Demeter (object not created locally)
23758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 167 JUnit assertions should include a message
23759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 167 Potential violation of Law of Demeter (object not created locally)
23760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 168 JUnit assertions should include a message
23761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 168 Potential violation of Law of Demeter (object not created locally)
23762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 173 Potential violation of Law of Demeter (object not created locally)
23763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 174 JUnit assertions should include a message
23764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 174 Potential violation of Law of Demeter (object not created locally)
23765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 175 JUnit assertions should include a message
23766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 175 Potential violation of Law of Demeter (object not created locally)
23767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 176 JUnit assertions should include a message
23768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 176 Potential violation of Law of Demeter (object not created locally)
23769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 179 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 179 Public method and constructor comments are required
23771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 180 Avoid variables with short names like m
23772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 181 JUnit assertions should include a message
23773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 181 Potential violation of Law of Demeter (method chain calls)
23774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 181 Potential violation of Law of Demeter (object not created locally)
23775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 184 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 184 Public method and constructor comments are required
23777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 193 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 193 Public method and constructor comments are required
23779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 193 Unit tests should not contain more than 1 assert(s).
23780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 194 Avoid variables with short names like m
23781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 195 JUnit assertions should include a message
23782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 195 Potential violation of Law of Demeter (object not created locally)
23783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 196 JUnit assertions should include a message
23784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 196 Potential violation of Law of Demeter (object not created locally)
23785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 197 JUnit assertions should include a message
23786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 197 Potential violation of Law of Demeter (object not created locally)
23787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 198 JUnit assertions should include a message
23788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 198 Potential violation of Law of Demeter (object not created locally)
23789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 199 JUnit assertions should include a message
23790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 199 Potential violation of Law of Demeter (object not created locally)
23791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 200 JUnit assertions should include a message
23792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 200 Potential violation of Law of Demeter (object not created locally)
23793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 203 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 203 Public method and constructor comments are required
23795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 203 Unit tests should not contain more than 1 assert(s).
23796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 204 Avoid variables with short names like m
23797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 205 JUnit assertions should include a message
23798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 205 Potential violation of Law of Demeter (object not created locally)
23799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 209 Potential violation of Law of Demeter (object not created locally)
23800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 210 Potential violation of Law of Demeter (object not created locally)
23801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 211 Potential violation of Law of Demeter (object not created locally)
23802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 212 JUnit assertions should include a message
23803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 212 Potential violation of Law of Demeter (object not created locally)
23804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 215 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 215 Public method and constructor comments are required
23806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 216 Avoid variables with short names like m
23807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 217 JUnit assertions should include a message
23808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 217 Potential violation of Law of Demeter (method chain calls)
23809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 217 Potential violation of Law of Demeter (object not created locally)
23810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 220 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 220 Public method and constructor comments are required
23812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 220 Unit tests should not contain more than 1 assert(s).
23813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 221 Avoid variables with short names like m
23814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 222 JUnit assertions should include a message
23815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 222 Potential violation of Law of Demeter (object not created locally)
23816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 223 JUnit assertions should include a message
23817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 223 Potential violation of Law of Demeter (object not created locally)
23818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 224 JUnit assertions should include a message
23819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 224 Potential violation of Law of Demeter (object not created locally)
23820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 225 JUnit assertions should include a message
23821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 225 Potential violation of Law of Demeter (object not created locally)
23822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 226 JUnit assertions should include a message
23823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 226 Potential violation of Law of Demeter (object not created locally)
23824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 227 JUnit assertions should include a message
23825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 227 Potential violation of Law of Demeter (object not created locally)
23826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 230 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 230 Public method and constructor comments are required
23828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 231 Avoid variables with short names like m
23829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 232 JUnit assertions should include a message
23830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 232 Potential violation of Law of Demeter (object not created locally)
23831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 235 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 235 Public method and constructor comments are required
23833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 236 Avoid variables with short names like m
23834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 237 JUnit assertions should include a message
23835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 237 Potential violation of Law of Demeter (method chain calls)
23836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 237 Potential violation of Law of Demeter (object not created locally)
23837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 240 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 240 Public method and constructor comments are required
23839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 242 Avoid variables with short names like m
23840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 244 JUnit assertions should include a message
23841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 250 JUnit assertions should include a message
23842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 255 JUnit assertions should include a message
23843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java 258 JUnit assertions should include a message
23844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 1 Comment is too large: Too many lines
23845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 35 Field comments are required
23846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 35 The constant name 'truePredicate' doesn't match '[A-Z][A-Z_0-9]*'
23847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 37 Field comments are required
23848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 37 The constant name 'testPredicate' doesn't match '[A-Z][A-Z_0-9]*'
23849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 39 Public method and constructor comments are required
23850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 43 Protected method constructor comments are required
23851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 53 Public method and constructor comments are required
23852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 57 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 58 Public method and constructor comments are required
23854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 58 Unit tests should not contain more than 1 assert(s).
23855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 60 Potential violation of Law of Demeter (object not created locally)
23856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 63 Potential violation of Law of Demeter (method chain calls)
23857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 64 The value assigned to variable 'map' is never used
23858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 67 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 68 Public method and constructor comments are required
23860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 68 Unit tests should not contain more than 1 assert(s).
23861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 73 Avoid empty catch blocks
23862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 80 Avoid empty catch blocks
23863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 84 Potential violation of Law of Demeter (object not created locally)
23864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 85 Potential violation of Law of Demeter (object not created locally)
23865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 87 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
23866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 96 Avoid empty catch blocks
23867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 100 Potential violation of Law of Demeter (object not created locally)
23868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 101 Potential violation of Law of Demeter (method chain calls)
23869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 101 Potential violation of Law of Demeter (object not created locally)
23870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 104 Potential violation of Law of Demeter (object not created locally)
23871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 106 Avoid empty catch blocks
23872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 110 Potential violation of Law of Demeter (object not created locally)
23873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 111 Potential violation of Law of Demeter (method chain calls)
23874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
23875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 113 Potential violation of Law of Demeter (object not created locally)
23876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 126 Comment is too large: Line too long
23877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedMapTest.java 130 Comment is too large: Line too long
23878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 1 Comment is too large: Too many lines
23879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 38 Class comments are required
23880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 38 Each class should declare at least one constructor
23881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 45 Field comments are required
23882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 45 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
23883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 45 The constant name 'truePredicate' doesn't match '[A-Z][A-Z_0-9]*'
23884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 47 Field comments are required
23885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 47 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
23886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 47 The constant name 'testPredicate' doesn't match '[A-Z][A-Z_0-9]*'
23887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 49 Avoid excessively long variable names like reverseStringComparator
23888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 49 Field comments are required
23889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 49 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
23890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
23891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 51 Public method and constructor comments are required
23892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 55 Protected method constructor comments are required
23893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 65 Public method and constructor comments are required
23894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 69 Public method and constructor comments are required
23895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 85 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 85
23897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 86 Public method and constructor comments are required
23898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 86 Unit tests should not contain more than 1 assert(s).
23899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 88 Potential violation of Law of Demeter (object not created locally)
23900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 91 Potential violation of Law of Demeter (method chain calls)
23901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 92 The value assigned to variable 'map' is never used
23902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 95 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 96 Public method and constructor comments are required
23904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 96 Unit tests should not contain more than 1 assert(s).
23905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 101 Avoid empty catch blocks
23906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 108 Avoid empty catch blocks
23907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 112 Potential violation of Law of Demeter (object not created locally)
23908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 113 Potential violation of Law of Demeter (object not created locally)
23909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 115 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
23910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 124 Avoid empty catch blocks
23911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 128 Potential violation of Law of Demeter (object not created locally)
23912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 129 Potential violation of Law of Demeter (method chain calls)
23913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 129 Potential violation of Law of Demeter (object not created locally)
23914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 132 Potential violation of Law of Demeter (object not created locally)
23915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 134 Avoid empty catch blocks
23916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 138 Potential violation of Law of Demeter (object not created locally)
23917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 139 Potential violation of Law of Demeter (method chain calls)
23918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 139 Potential violation of Law of Demeter (object not created locally)
23919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 141 Potential violation of Law of Demeter (object not created locally)
23920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 145 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 146 Public method and constructor comments are required
23922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 146 Unit tests should not contain more than 1 assert(s).
23923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 148 Potential violation of Law of Demeter (object not created locally)
23924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 149 Potential violation of Law of Demeter (object not created locally)
23925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 153 Avoid empty catch blocks
23926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 156 Potential violation of Law of Demeter (object not created locally)
23927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 160 Avoid empty catch blocks
23928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 163 Potential violation of Law of Demeter (object not created locally)
23929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 164 Potential violation of Law of Demeter (object not created locally)
23930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 166 Potential violation of Law of Demeter (object not created locally)
23931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 168 Potential violation of Law of Demeter (object not created locally)
23932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 170 Potential violation of Law of Demeter (object not created locally)
23933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 172 Avoid variables with short names like c
23934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 172 Potential violation of Law of Demeter (object not created locally)
23935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 176 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 177 Public method and constructor comments are required
23937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 177 Unit tests should not contain more than 1 assert(s).
23938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 179 Potential violation of Law of Demeter (object not created locally)
23939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 180 Potential violation of Law of Demeter (object not created locally)
23940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 184 Avoid empty catch blocks
23941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 187 Potential violation of Law of Demeter (object not created locally)
23942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 191 Avoid empty catch blocks
23943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 194 Potential violation of Law of Demeter (object not created locally)
23944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 195 Potential violation of Law of Demeter (object not created locally)
23945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 197 Potential violation of Law of Demeter (object not created locally)
23946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 199 Potential violation of Law of Demeter (object not created locally)
23947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 201 Potential violation of Law of Demeter (object not created locally)
23948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 203 Avoid variables with short names like c
23949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 203 Potential violation of Law of Demeter (object not created locally)
23950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 216 Comment is too large: Line too long
23951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/PredicatedSortedMapTest.java 220 Comment is too large: Line too long
23952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 1 Comment is too large: Too many lines
23953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 35 Do not use `new Integer(...)`, prefer `Integer.valueOf(...)`
23954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 35 Field comments are required
23955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 36 Do not use `new Integer(...)`, prefer `Integer.valueOf(...)`
23956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 36 Field comments are required
23957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 37 Do not use `new Integer(...)`, prefer `Integer.valueOf(...)`
23958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 37 Field comments are required
23959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 38 Do not use `new Integer(...)`, prefer `Integer.valueOf(...)`
23960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 38 Field comments are required
23961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 41 Avoid using short method names
23962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 44 Number 1000000000 should separate every third digit with an underscore
23963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 44 Number 1000000000 should separate every third digit with an underscore
23964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 47 Do not explicitly trigger a garbage collection.
23965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 51 JUnit 4 indicates test suites via annotations, not the suite method.
23966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 51 Public method and constructor comments are required
23967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 55 Field comments are required
23968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 55 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
23969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 55 Found non-transient, non-static member. Please mark as transient or provide accessors.
23970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 55 To avoid mistakes add a comment at the beginning of the keyReference field if you want a default access modifier
23971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 57 Field comments are required
23972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 57 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
23973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
23974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 57 To avoid mistakes add a comment at the beginning of the valueReference field if you want a default access modifier
23975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 59 Public method and constructor comments are required
23976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 63 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 63
23977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 71 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
23978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 89 Comment is too large: Line too long
23979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 93 Comment is too large: Line too long
23980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 109 Comment is too large: Line too long
23981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 114 Comment is too large: Too many lines
23982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 118 Comment is too large: Line too long
23983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 139 Comment is too large: Line too long
23984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 144 Comment is too large: Line too long
23985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 152 Comment is too large: Line too long
23986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 159 Comment is too large: Line too long
23987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 180 Comment is too large: Line too long
23988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 202 Comment is too large: Line too long
23989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 229 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
23990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 230 Public method and constructor comments are required
23991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 230 Unit tests should not contain more than 1 assert(s).
23992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 232 JUnit assertions should include a message
23993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 235 JUnit assertions should include a message
23994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 236 JUnit assertions should include a message
23995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 237 JUnit assertions should include a message
23996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 238 JUnit assertions should include a message
23997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 239 JUnit assertions should include a message
23998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 240 JUnit assertions should include a message
23999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 241 JUnit assertions should include a message
24000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 244 JUnit assertions should include a message
24001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 245 JUnit assertions should include a message
24002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 246 JUnit assertions should include a message
24003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 247 JUnit assertions should include a message
24004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 248 JUnit assertions should include a message
24005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 249 JUnit assertions should include a message
24006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 250 JUnit assertions should include a message
24007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 253 JUnit assertions should include a message
24008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 254 JUnit assertions should include a message
24009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 255 JUnit assertions should include a message
24010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 256 JUnit assertions should include a message
24011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 257 JUnit assertions should include a message
24012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 258 JUnit assertions should include a message
24013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 259 JUnit assertions should include a message
24014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 262 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 263 Public method and constructor comments are required
24016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 263 Unit tests should not contain more than 1 assert(s).
24017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 269 Potential violation of Law of Demeter (method chain calls)
24018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 269 Potential violation of Law of Demeter (method chain calls)
24019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 270 Avoid variables with short names like it
24020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 270 Potential violation of Law of Demeter (method chain calls)
24021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 274 JUnit assertions should include a message
24022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 274 Potential violation of Law of Demeter (object not created locally)
24023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 275 JUnit assertions should include a message
24024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 275 Potential violation of Law of Demeter (object not created locally)
24025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 276 JUnit assertions should include a message
24026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 276 Potential violation of Law of Demeter (object not created locally)
24027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 279 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 280 Public method and constructor comments are required
24029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 280 Unit tests should not contain more than 1 assert(s).
24030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 282 JUnit assertions should include a message
24031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 282 Potential violation of Law of Demeter (method chain calls)
24032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 283 JUnit assertions should include a message
24033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 283 Potential violation of Law of Demeter (method chain calls)
24034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 284 JUnit assertions should include a message
24035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 284 Potential violation of Law of Demeter (method chain calls)
24036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 285 JUnit assertions should include a message
24037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 285 Potential violation of Law of Demeter (method chain calls)
24038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 286 JUnit assertions should include a message
24039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 286 Potential violation of Law of Demeter (method chain calls)
24040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 286 Potential violation of Law of Demeter (method chain calls)
24041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 287 JUnit assertions should include a message
24042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 287 Potential violation of Law of Demeter (method chain calls)
24043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 287 Potential violation of Law of Demeter (method chain calls)
24044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 288 JUnit assertions should include a message
24045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 288 Potential violation of Law of Demeter (method chain calls)
24046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 288 Potential violation of Law of Demeter (method chain calls)
24047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 290 Potential violation of Law of Demeter (method chain calls)
24048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 291 JUnit assertions should include a message
24049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 292 Avoid catching NullPointerException; consider removing the cause of the NPE.
24050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 292 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 292 Avoid empty catch blocks
24052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 295 JUnit assertions should include a message
24053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 296 Avoid catching NullPointerException; consider removing the cause of the NPE.
24054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 296 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 296 Avoid empty catch blocks
24056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 299 JUnit assertions should include a message
24057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 300 Avoid catching NullPointerException; consider removing the cause of the NPE.
24058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 300 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 300 Avoid empty catch blocks
24060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 304 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 311 Do not explicitly trigger a garbage collection.
24062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 312 Avoid assignments in operands
24063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 312 Avoid using Literals in Conditional Statements
24064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 324 Avoid instantiating new objects inside loops
24065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceIdentityMapTest.java 324 Avoid variables with short names like b
24066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 1 Comment is too large: Too many lines
24067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 44 Public method and constructor comments are required
24068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 48 JUnit 4 indicates test suites via annotations, not the suite method.
24069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 48 Public method and constructor comments are required
24070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 76 Comment is too large: Line too long
24071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 80 Comment is too large: Line too long
24072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 83 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 83
24074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 84 Public method and constructor comments are required
24075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 84 Unit tests should not contain more than 1 assert(s).
24076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 86 JUnit assertions should include a message
24077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 87 JUnit assertions should include a message
24078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 88 JUnit assertions should include a message
24079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 89 JUnit assertions should include a message
24080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 90 JUnit assertions should include a message
24081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 90 Potential violation of Law of Demeter (method chain calls)
24082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 91 JUnit assertions should include a message
24083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 91 Potential violation of Law of Demeter (method chain calls)
24084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 92 JUnit assertions should include a message
24085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 92 Potential violation of Law of Demeter (method chain calls)
24086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 95 JUnit assertions should include a message
24087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 96 Avoid catching NullPointerException; consider removing the cause of the NPE.
24088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 96 Avoid empty catch blocks
24090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 99 JUnit assertions should include a message
24091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 100 Avoid catching NullPointerException; consider removing the cause of the NPE.
24092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 100 Avoid empty catch blocks
24094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 103 JUnit assertions should include a message
24095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 104 Avoid catching NullPointerException; consider removing the cause of the NPE.
24096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 104 Avoid empty catch blocks
24098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 107 Comment is too large: Too many lines
24099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 132 Comment is too large: Line too long
24100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 145 Comment is too large: Line too long
24101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 217 Field comments are required
24102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 217 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
24103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 217 Found non-transient, non-static member. Please mark as transient or provide accessors.
24104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 217 To avoid mistakes add a comment at the beginning of the keyReference field if you want a default access modifier
24105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 218 Field comments are required
24106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 218 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
24107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 218 Found non-transient, non-static member. Please mark as transient or provide accessors.
24108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 218 To avoid mistakes add a comment at the beginning of the valueReference field if you want a default access modifier
24109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 221 Public method and constructor comments are required
24110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 228 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
24111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 238 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 245 Do not explicitly trigger a garbage collection.
24113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 246 Avoid assignments in operands
24114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 246 Avoid using Literals in Conditional Statements
24115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 256 Avoid instantiating new objects inside loops
24116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 256 Avoid variables with short names like b
24117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 261 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 261 Public method and constructor comments are required
24119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 265 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
24120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 273 Number 100000 should separate every third digit with an underscore
24121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 273 Number 100010 should separate every third digit with an underscore
24122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 279 Do not explicitly trigger a garbage collection.
24123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 280 Avoid assignments in operands
24124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 289 Avoid instantiating new objects inside loops
24125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 289 Avoid variables with short names like b
24126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 296 Comment is too large: Line too long
24127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 298 Comment is too large: Line too long
24128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 300 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 300 Unit tests should not contain more than 1 assert(s).
24130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 311 Avoid variables with short names like in
24131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 314 JUnit assertions should include a message
24132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 314 Potential violation of Law of Demeter (object not created locally)
24133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 315 JUnit assertions should include a message
24134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 321 Avoid using short method names
24135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 324 Number 1000000000 should separate every third digit with an underscore
24136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 324 Number 1000000000 should separate every third digit with an underscore
24137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 327 Do not explicitly trigger a garbage collection.
24138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 331 Class comments are required
24139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 332 Field comments are required
24140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 332 Found non-transient, non-static member. Please mark as transient or provide accessors.
24141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 332 To avoid mistakes add a comment at the beginning of the parent field if you want a default access modifier
24142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 333 Field comments are required
24143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 333 Found non-transient, non-static member. Please mark as transient or provide accessors.
24144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 333 To avoid mistakes add a comment at the beginning of the consumer field if you want a default access modifier
24145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/ReferenceMapTest.java 335 To avoid mistakes add a comment at the beginning of the AccessibleEntry constructor if you want a default access modifier
24146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 1 Comment is too large: Too many lines
24147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 33 Field comments are required
24148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 34 Field comments are required
24149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 35 Field comments are required
24150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 37 Public method and constructor comments are required
24151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 41 JUnit 4 indicates test suites via annotations, not the suite method.
24152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 41 Public method and constructor comments are required
24153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 63 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 63
24154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 96 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 96 Public method and constructor comments are required
24156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 96 Unit tests should not contain more than 1 assert(s).
24157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 98 JUnit assertions should include a message
24158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 98 Potential violation of Law of Demeter (object not created locally)
24159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 99 Potential violation of Law of Demeter (object not created locally)
24160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 100 JUnit assertions should include a message
24161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 100 Potential violation of Law of Demeter (object not created locally)
24162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 101 JUnit assertions should include a message
24163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 101 Potential violation of Law of Demeter (object not created locally)
24164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 102 JUnit assertions should include a message
24165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 102 Potential violation of Law of Demeter (object not created locally)
24166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 105 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 105 Public method and constructor comments are required
24168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 105 Unit tests should not contain more than 1 assert(s).
24169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 107 JUnit assertions should include a message
24170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 107 Potential violation of Law of Demeter (object not created locally)
24171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 108 JUnit assertions should include a message
24172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 108 Potential violation of Law of Demeter (object not created locally)
24173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 109 JUnit assertions should include a message
24174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 109 Potential violation of Law of Demeter (object not created locally)
24175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 110 JUnit assertions should include a message
24176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 113 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 113 Public method and constructor comments are required
24178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 113 Unit tests should not contain more than 1 assert(s).
24179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 115 JUnit assertions should include a message
24180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 115 Potential violation of Law of Demeter (object not created locally)
24181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 116 JUnit assertions should include a message
24182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 116 Potential violation of Law of Demeter (object not created locally)
24183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 117 JUnit assertions should include a message
24184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 117 Potential violation of Law of Demeter (object not created locally)
24185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 118 JUnit assertions should include a message
24186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 177 Comment is too large: Line too long
24187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/SingletonMapTest.java 181 Comment is too large: Line too long
24188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 1 Comment is too large: Too many lines
24189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 30 Public method and constructor comments are required
24190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 34 JUnit 4 indicates test suites via annotations, not the suite method.
24191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 34 Public method and constructor comments are required
24192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 63 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 64 Public method and constructor comments are required
24194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 64 The instance method name 'test_get_nullMatchesIncorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
24195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 64 Unit tests should not contain more than 1 assert(s).
24196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 67 JUnit assertions should include a message
24197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 76 Public method and constructor comments are required
24199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 76 The instance method name 'test_containsKey_nullMatchesIncorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
24200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 76 Unit tests should not contain more than 1 assert(s).
24201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 79 JUnit assertions should include a message
24202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 87 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 88 Public method and constructor comments are required
24204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 88 The instance method name 'test_containsValue_nullMatchesIncorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
24205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 88 Unit tests should not contain more than 1 assert(s).
24206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/StaticBucketMapTest.java 91 JUnit assertions should include a message
24207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 1 Comment is too large: Too many lines
24208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 36 Public method and constructor comments are required
24209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 46 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 47 Public method and constructor comments are required
24211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 47 Unit tests should not contain more than 1 assert(s).
24212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 48 Array initialization can be written shorter
24213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 50 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
24214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 89 Potential violation of Law of Demeter (method chain calls)
24215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 89 Potential violation of Law of Demeter (object not created locally)
24216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 90 Potential violation of Law of Demeter (object not created locally)
24217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 91 Potential violation of Law of Demeter (object not created locally)
24218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 92 Potential violation of Law of Demeter (object not created locally)
24219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 95 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 96 Public method and constructor comments are required
24221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 96 The instance method name 'testFactory_Decorate' doesn't match '[a-z][a-zA-Z0-9]*'
24222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 96 Unit tests should not contain more than 1 assert(s).
24223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 97 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
24224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 107 Potential violation of Law of Demeter (object not created locally)
24225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 108 Potential violation of Law of Demeter (object not created locally)
24226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 109 Potential violation of Law of Demeter (object not created locally)
24227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 110 Potential violation of Law of Demeter (object not created locally)
24228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
24229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 112 Potential violation of Law of Demeter (object not created locally)
24230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 115 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 116 Public method and constructor comments are required
24232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 116 The instance method name 'testFactory_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
24233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 116 Unit tests should not contain more than 1 assert(s).
24234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 117 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
24235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 127 Potential violation of Law of Demeter (object not created locally)
24236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 128 Potential violation of Law of Demeter (object not created locally)
24237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 129 Potential violation of Law of Demeter (object not created locally)
24238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 130 Potential violation of Law of Demeter (object not created locally)
24239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 131 Potential violation of Law of Demeter (object not created locally)
24240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 132 Potential violation of Law of Demeter (object not created locally)
24241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 144 Comment is too large: Line too long
24242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedMapTest.java 148 Comment is too large: Line too long
24243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 1 Comment is too large: Too many lines
24244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 32 Comment is too large: Line too long
24245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 39 Public method and constructor comments are required
24246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 43 JUnit 4 indicates test suites via annotations, not the suite method.
24247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 43 Public method and constructor comments are required
24248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 49 Return an empty collection rather than null.
24249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 53 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 53
24250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 66 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 67 Public method and constructor comments are required
24252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 67 Unit tests should not contain more than 1 assert(s).
24253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 68 Array initialization can be written shorter
24254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 75 JUnit assertions should include a message
24255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 78 JUnit assertions should include a message
24256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 79 JUnit assertions should include a message
24257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 82 JUnit assertions should include a message
24258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 83 Avoid empty catch blocks
24259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 84 JUnit assertions should include a message
24260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 85 JUnit assertions should include a message
24261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 90 JUnit assertions should include a message
24262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 91 Avoid empty catch blocks
24263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 92 JUnit assertions should include a message
24264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 99 JUnit assertions should include a message
24265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 102 JUnit assertions should include a message
24266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 103 JUnit assertions should include a message
24267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 104 JUnit assertions should include a message
24268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 105 JUnit assertions should include a message
24269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 106 JUnit assertions should include a message
24270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 109 JUnit assertions should include a message
24271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 114 JUnit assertions should include a message
24272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 115 JUnit assertions should include a message
24273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 117 Potential violation of Law of Demeter (method chain calls)
24274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 117 Potential violation of Law of Demeter (object not created locally)
24275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 118 Potential violation of Law of Demeter (object not created locally)
24276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 119 JUnit assertions should include a message
24277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 119 Potential violation of Law of Demeter (object not created locally)
24278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 120 JUnit assertions should include a message
24279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 120 Potential violation of Law of Demeter (object not created locally)
24280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 123 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 124 Public method and constructor comments are required
24282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 124 The instance method name 'testFactory_Decorate' doesn't match '[a-z][a-zA-Z0-9]*'
24283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 124 Unit tests should not contain more than 1 assert(s).
24284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 135 JUnit assertions should include a message
24285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 135 Potential violation of Law of Demeter (object not created locally)
24286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 136 JUnit assertions should include a message
24287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 136 Potential violation of Law of Demeter (object not created locally)
24288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 137 JUnit assertions should include a message
24289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 137 Potential violation of Law of Demeter (object not created locally)
24290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 138 JUnit assertions should include a message
24291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 138 Potential violation of Law of Demeter (object not created locally)
24292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 139 Potential violation of Law of Demeter (object not created locally)
24293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 140 JUnit assertions should include a message
24294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 140 Potential violation of Law of Demeter (object not created locally)
24295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 143 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 144 Public method and constructor comments are required
24297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 144 The instance method name 'testFactory_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
24298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 144 Unit tests should not contain more than 1 assert(s).
24299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 155 JUnit assertions should include a message
24300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 155 Potential violation of Law of Demeter (object not created locally)
24301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 156 JUnit assertions should include a message
24302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 156 Potential violation of Law of Demeter (object not created locally)
24303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 157 JUnit assertions should include a message
24304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 157 Potential violation of Law of Demeter (object not created locally)
24305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 158 JUnit assertions should include a message
24306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 158 Potential violation of Law of Demeter (object not created locally)
24307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
24308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 160 JUnit assertions should include a message
24309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 160 Potential violation of Law of Demeter (object not created locally)
24310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 172 Comment is too large: Line too long
24311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/TransformedSortedMapTest.java 176 Comment is too large: Line too long
24312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 1 Comment is too large: Too many lines
24313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 33 Public method and constructor comments are required
24314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 61 Avoid variables with short names like m
24315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 61 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
24316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 67 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 67 Public method and constructor comments are required
24318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 67 Unit tests should not contain more than 1 assert(s).
24319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 72 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 72 Public method and constructor comments are required
24321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 79 Avoid catching NullPointerException; consider removing the cause of the NPE.
24322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 79 Avoid empty catch blocks
24324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 92 Comment is too large: Line too long
24325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableMapTest.java 96 Comment is too large: Line too long
24326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 1 Comment is too large: Too many lines
24327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 32 Public method and constructor comments are required
24328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 60 Avoid variables with short names like m
24329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 66 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 66 Public method and constructor comments are required
24331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 66 Unit tests should not contain more than 1 assert(s).
24332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 71 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 71 Public method and constructor comments are required
24334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 78 Avoid catching NullPointerException; consider removing the cause of the NPE.
24335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 78 Avoid empty catch blocks
24337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 91 Comment is too large: Line too long
24338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableOrderedMapTest.java 95 Comment is too large: Line too long
24339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 1 Comment is too large: Too many lines
24340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 32 Public method and constructor comments are required
24341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 60 Avoid variables with short names like m
24342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 66 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 66 Public method and constructor comments are required
24344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 66 Unit tests should not contain more than 1 assert(s).
24345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 71 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 71 Public method and constructor comments are required
24347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 78 Avoid catching NullPointerException; consider removing the cause of the NPE.
24348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 78 Avoid empty catch blocks
24350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 82 Public method and constructor comments are required
24352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 82 Unit tests should not contain more than 1 assert(s).
24353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 84 Avoid variables with short names like m
24354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 86 Potential violation of Law of Demeter (object not created locally)
24355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 86 The String literal "again" appears 7 times in this file; the first occurrence is on line 86
24356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 87 Potential violation of Law of Demeter (object not created locally)
24357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 89 Potential violation of Law of Demeter (object not created locally)
24358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 89 The String literal "you" appears 5 times in this file; the first occurrence is on line 89
24359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 91 Potential violation of Law of Demeter (object not created locally)
24360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 95 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 95 Public method and constructor comments are required
24362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 95 Unit tests should not contain more than 1 assert(s).
24363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 98 Potential violation of Law of Demeter (object not created locally)
24364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 100 Potential violation of Law of Demeter (object not created locally)
24365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 102 Potential violation of Law of Demeter (object not created locally)
24366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 104 Potential violation of Law of Demeter (object not created locally)
24367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 108 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 108 Public method and constructor comments are required
24369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 108 Unit tests should not contain more than 1 assert(s).
24370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
24371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 113 Potential violation of Law of Demeter (object not created locally)
24372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 115 Potential violation of Law of Demeter (object not created locally)
24373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 117 Potential violation of Law of Demeter (object not created locally)
24374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 119 Potential violation of Law of Demeter (object not created locally)
24375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 119 Potential violation of Law of Demeter (object not created locally)
24376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 132 Comment is too large: Line too long
24377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/map/UnmodifiableSortedMapTest.java 136 Comment is too large: Line too long
24378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1 Comment is too large: Too many lines
24379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 17 This class has a bunch of public methods and attributes
24380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 52 Avoid really long classes.
24381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 52 Possible God Class (WMC=103, ATFD=80, TCC=26.364%)
24382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 52 The class 'AbstractMultiValuedMapTest' has a total cyclomatic complexity of 103 (highest 8).
24383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 52 This class has too many methods, consider refactoring it.
24384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 55 Found non-transient, non-static member. Please mark as transient or provide accessors.
24385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 60 Public method and constructor comments are required
24386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 130 The String literal "unchecked" appears 27 times in this file; the first occurrence is on line 130
24387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 132 Array initialization can be written shorter
24388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 133 The String literal "one" appears 39 times in this file; the first occurrence is on line 133
24389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 133 The String literal "two" appears 16 times in this file; the first occurrence is on line 133
24390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 134 The String literal "three" appears 15 times in this file; the first occurrence is on line 134
24391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 136 Consider simply returning the value vs storing it in local variable 'result'
24392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 147 Array initialization can be written shorter
24393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 148 The String literal "deux" appears 6 times in this file; the first occurrence is on line 148
24394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 148 The String literal "dos" appears 6 times in this file; the first occurrence is on line 148
24395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 148 The String literal "uno" appears 19 times in this file; the first occurrence is on line 148
24396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 149 The String literal "tres" appears 6 times in this file; the first occurrence is on line 149
24397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 149 The String literal "trois" appears 6 times in this file; the first occurrence is on line 149
24398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 151 Consider simply returning the value vs storing it in local variable 'result'
24399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 154 Protected method constructor comments are required
24400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 160 Protected method constructor comments are required
24401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 204 Avoid variables with short names like k
24402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 205 Avoid variables with short names like v
24403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 211 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 212 Public method and constructor comments are required
24405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 214 Potential violation of Law of Demeter (object not created locally)
24406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 217 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 217 Public method and constructor comments are required
24408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 217 Unit tests should not contain more than 1 assert(s).
24409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 220 Potential violation of Law of Demeter (object not created locally)
24410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 221 Potential violation of Law of Demeter (object not created locally)
24411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 222 Potential violation of Law of Demeter (object not created locally)
24412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 225 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 226 Public method and constructor comments are required
24414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 226 Unit tests should not contain more than 1 assert(s).
24415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 228 Potential violation of Law of Demeter (object not created locally)
24416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 229 Potential violation of Law of Demeter (object not created locally)
24417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 230 Potential violation of Law of Demeter (object not created locally)
24418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 231 Potential violation of Law of Demeter (object not created locally)
24419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 232 Potential violation of Law of Demeter (object not created locally)
24420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 233 Potential violation of Law of Demeter (object not created locally)
24421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 236 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 237 Public method and constructor comments are required
24423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 237 Unit tests should not contain more than 1 assert(s).
24424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 243 Potential violation of Law of Demeter (object not created locally)
24425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 244 Potential violation of Law of Demeter (object not created locally)
24426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 245 Potential violation of Law of Demeter (object not created locally)
24427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 246 Potential violation of Law of Demeter (object not created locally)
24428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 247 Potential violation of Law of Demeter (object not created locally)
24429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 248 Potential violation of Law of Demeter (object not created locally)
24430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 249 Potential violation of Law of Demeter (object not created locally)
24431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 250 Potential violation of Law of Demeter (object not created locally)
24432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 251 Potential violation of Law of Demeter (object not created locally)
24433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 252 Potential violation of Law of Demeter (object not created locally)
24434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 253 Potential violation of Law of Demeter (object not created locally)
24435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 254 Potential violation of Law of Demeter (object not created locally)
24436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 255 Potential violation of Law of Demeter (object not created locally)
24437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 256 Potential violation of Law of Demeter (object not created locally)
24438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 259 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 259 Public method and constructor comments are required
24440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 259 Unit tests should not contain more than 1 assert(s).
24441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 266 Potential violation of Law of Demeter (object not created locally)
24442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 267 Potential violation of Law of Demeter (object not created locally)
24443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 268 Potential violation of Law of Demeter (object not created locally)
24444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 269 Potential violation of Law of Demeter (object not created locally)
24445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 270 Potential violation of Law of Demeter (object not created locally)
24446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 271 Potential violation of Law of Demeter (object not created locally)
24447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 272 Potential violation of Law of Demeter (object not created locally)
24448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 273 Potential violation of Law of Demeter (object not created locally)
24449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 274 Potential violation of Law of Demeter (object not created locally)
24450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 275 Potential violation of Law of Demeter (object not created locally)
24451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 276 Potential violation of Law of Demeter (object not created locally)
24452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 277 Potential violation of Law of Demeter (object not created locally)
24453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 279 Potential violation of Law of Demeter (object not created locally)
24454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 282 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 282 Public method and constructor comments are required
24456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 282 Unit tests should not contain more than 1 assert(s).
24457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 289 Avoid variables with short names like it
24458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 289 Potential violation of Law of Demeter (object not created locally)
24459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 294 Potential violation of Law of Demeter (object not created locally)
24460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 295 Potential violation of Law of Demeter (object not created locally)
24461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 296 Potential violation of Law of Demeter (object not created locally)
24462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 297 Potential violation of Law of Demeter (object not created locally)
24463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 298 Potential violation of Law of Demeter (object not created locally)
24464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 299 Potential violation of Law of Demeter (object not created locally)
24465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 300 Potential violation of Law of Demeter (object not created locally)
24466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 302 Potential violation of Law of Demeter (object not created locally)
24467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 305 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 305 Public method and constructor comments are required
24469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 305 Unit tests should not contain more than 1 assert(s).
24470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 307 Potential violation of Law of Demeter (object not created locally)
24471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 308 Potential violation of Law of Demeter (object not created locally)
24472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 309 Potential violation of Law of Demeter (object not created locally)
24473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 310 Potential violation of Law of Demeter (object not created locally)
24474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 311 Potential violation of Law of Demeter (object not created locally)
24475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 312 Potential violation of Law of Demeter (object not created locally)
24476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 313 Potential violation of Law of Demeter (object not created locally)
24477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 316 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 316 Public method and constructor comments are required
24479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 316 Unit tests should not contain more than 1 assert(s).
24480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 318 Potential violation of Law of Demeter (object not created locally)
24481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 319 Potential violation of Law of Demeter (object not created locally)
24482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 320 Potential violation of Law of Demeter (object not created locally)
24483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 321 Potential violation of Law of Demeter (object not created locally)
24484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 322 Potential violation of Law of Demeter (object not created locally)
24485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 323 Potential violation of Law of Demeter (object not created locally)
24486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 324 Potential violation of Law of Demeter (object not created locally)
24487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 327 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 328 Public method and constructor comments are required
24489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 328 Unit tests should not contain more than 1 assert(s).
24490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 337 Avoid variables with short names like c
24491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 337 Potential violation of Law of Demeter (object not created locally)
24492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 338 Potential violation of Law of Demeter (object not created locally)
24493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 344 Comment is too large: Line too long
24494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 345 Comment is too large: Line too long
24495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 349 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 350 Public method and constructor comments are required
24497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 350 Unit tests should not contain more than 1 assert(s).
24498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 355 Potential violation of Law of Demeter (method chain calls)
24499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 359 Potential violation of Law of Demeter (object not created locally)
24500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 360 Potential violation of Law of Demeter (object not created locally)
24501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 363 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 363 Public method and constructor comments are required
24503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 363 Unit tests should not contain more than 1 assert(s).
24504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 368 Potential violation of Law of Demeter (object not created locally)
24505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 369 Potential violation of Law of Demeter (object not created locally)
24506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 370 Potential violation of Law of Demeter (object not created locally)
24507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 371 Potential violation of Law of Demeter (object not created locally)
24508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 372 Potential violation of Law of Demeter (object not created locally)
24509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 375 Comment is too large: Too many lines
24510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 400 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 400 Public method and constructor comments are required
24512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 400 Unit tests should not contain more than 1 assert(s).
24513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 402 Potential violation of Law of Demeter (object not created locally)
24514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 403 Potential violation of Law of Demeter (method chain calls)
24515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 403 Potential violation of Law of Demeter (object not created locally)
24516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 406 Potential violation of Law of Demeter (object not created locally)
24517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 406 Potential violation of Law of Demeter (object not created locally)
24518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 407 Potential violation of Law of Demeter (object not created locally)
24519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 409 Potential violation of Law of Demeter (object not created locally)
24520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 417 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 418 Public method and constructor comments are required
24522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 418 Unit tests should not contain more than 1 assert(s).
24523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 423 Potential violation of Law of Demeter (method chain calls)
24524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 427 Potential violation of Law of Demeter (object not created locally)
24525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 428 Potential violation of Law of Demeter (object not created locally)
24526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 431 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 431 Public method and constructor comments are required
24528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 432 Potential violation of Law of Demeter (method chain calls)
24529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 436 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 437 Public method and constructor comments are required
24531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 443 Potential violation of Law of Demeter (object not created locally)
24532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 444 Potential violation of Law of Demeter (object not created locally)
24533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 450 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 451 Public method and constructor comments are required
24535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 451 Unit tests should not contain more than 1 assert(s).
24536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 456 Potential violation of Law of Demeter (object not created locally)
24537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 457 Potential violation of Law of Demeter (object not created locally)
24538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 458 Potential violation of Law of Demeter (object not created locally)
24539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 459 Potential violation of Law of Demeter (object not created locally)
24540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 460 Potential violation of Law of Demeter (object not created locally)
24541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 461 Potential violation of Law of Demeter (object not created locally)
24542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 462 Potential violation of Law of Demeter (object not created locally)
24543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 463 Potential violation of Law of Demeter (object not created locally)
24544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 464 Potential violation of Law of Demeter (object not created locally)
24545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 465 Potential violation of Law of Demeter (object not created locally)
24546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 466 Potential violation of Law of Demeter (object not created locally)
24547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 467 Potential violation of Law of Demeter (object not created locally)
24548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 468 Potential violation of Law of Demeter (object not created locally)
24549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 471 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 471 Public method and constructor comments are required
24551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 473 Potential violation of Law of Demeter (method chain calls)
24552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 473 Potential violation of Law of Demeter (object not created locally)
24553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 476 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 477 Public method and constructor comments are required
24555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 477 The instance method name 'testSize_Key' doesn't match '[a-z][a-zA-Z0-9]*'
24556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 477 Unit tests should not contain more than 1 assert(s).
24557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 479 Potential violation of Law of Demeter (object not created locally)
24558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 480 Potential violation of Law of Demeter (object not created locally)
24559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 481 Potential violation of Law of Demeter (object not created locally)
24560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 483 A method should have only one exit point, and that should be the last statement in the method
24561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 485 Potential violation of Law of Demeter (object not created locally)
24562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 486 Potential violation of Law of Demeter (object not created locally)
24563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 488 Potential violation of Law of Demeter (object not created locally)
24564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 489 Potential violation of Law of Demeter (object not created locally)
24565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 490 Potential violation of Law of Demeter (object not created locally)
24566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 491 Potential violation of Law of Demeter (object not created locally)
24567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 492 Potential violation of Law of Demeter (object not created locally)
24568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 493 Potential violation of Law of Demeter (object not created locally)
24569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 494 Potential violation of Law of Demeter (object not created locally)
24570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 495 Potential violation of Law of Demeter (object not created locally)
24571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 496 Potential violation of Law of Demeter (object not created locally)
24572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 500 Potential violation of Law of Demeter (object not created locally)
24573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 502 Potential violation of Law of Demeter (object not created locally)
24574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 503 Potential violation of Law of Demeter (object not created locally)
24575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 505 Potential violation of Law of Demeter (object not created locally)
24576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 531 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 532 Public method and constructor comments are required
24578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 532 The instance method name 'testContainsValue_Key' doesn't match '[a-z][a-zA-Z0-9]*'
24579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 532 Unit tests should not contain more than 1 assert(s).
24580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 534 Potential violation of Law of Demeter (object not created locally)
24581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 535 Potential violation of Law of Demeter (object not created locally)
24582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 539 Potential violation of Law of Demeter (object not created locally)
24583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 540 Potential violation of Law of Demeter (object not created locally)
24584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 541 Potential violation of Law of Demeter (object not created locally)
24585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 544 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 545 Public method and constructor comments are required
24587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 545 The instance method name 'testPutAll_Map1' doesn't match '[a-z][a-zA-Z0-9]*'
24588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 545 Unit tests should not contain more than 1 assert(s).
24589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 550 Potential violation of Law of Demeter (object not created locally)
24590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 550 The String literal "key" appears 4 times in this file; the first occurrence is on line 550
24591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 550 The String literal "object1" appears 4 times in this file; the first occurrence is on line 550
24592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 551 Potential violation of Law of Demeter (object not created locally)
24593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 551 The String literal "object2" appears 4 times in this file; the first occurrence is on line 551
24594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 554 Potential violation of Law of Demeter (object not created locally)
24595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 554 The String literal "keyA" appears 4 times in this file; the first occurrence is on line 554
24596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 554 The String literal "objectA" appears 4 times in this file; the first occurrence is on line 554
24597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 555 Potential violation of Law of Demeter (object not created locally)
24598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 555 The String literal "object0" appears 4 times in this file; the first occurrence is on line 555
24599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 556 Potential violation of Law of Demeter (object not created locally)
24600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 561 The String literal "expecting NullPointerException" appears 4 times in this file; the first occurrence is on line 561
24601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 562 Avoid catching NullPointerException; consider removing the cause of the NPE.
24602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 562 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 562 Avoid empty catch blocks
24604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 566 Potential violation of Law of Demeter (method chain calls)
24605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 566 Potential violation of Law of Demeter (object not created locally)
24606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 567 Potential violation of Law of Demeter (object not created locally)
24607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 568 Potential violation of Law of Demeter (object not created locally)
24608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 569 Potential violation of Law of Demeter (object not created locally)
24609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 570 Potential violation of Law of Demeter (object not created locally)
24610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 571 Potential violation of Law of Demeter (object not created locally)
24611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 572 Potential violation of Law of Demeter (object not created locally)
24612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 573 Potential violation of Law of Demeter (object not created locally)
24613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 576 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 577 Public method and constructor comments are required
24615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 577 The instance method name 'testPutAll_Map2' doesn't match '[a-z][a-zA-Z0-9]*'
24616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 577 Unit tests should not contain more than 1 assert(s).
24617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 581 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
24618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 586 Potential violation of Law of Demeter (object not created locally)
24619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 587 Potential violation of Law of Demeter (object not created locally)
24620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 588 Potential violation of Law of Demeter (object not created locally)
24621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 594 Avoid catching NullPointerException; consider removing the cause of the NPE.
24622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 594 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 594 Avoid empty catch blocks
24624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 598 Potential violation of Law of Demeter (method chain calls)
24625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 598 Potential violation of Law of Demeter (object not created locally)
24626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 599 Potential violation of Law of Demeter (object not created locally)
24627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 600 Potential violation of Law of Demeter (object not created locally)
24628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 601 Potential violation of Law of Demeter (object not created locally)
24629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 602 Potential violation of Law of Demeter (object not created locally)
24630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 603 Potential violation of Law of Demeter (object not created locally)
24631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 604 Potential violation of Law of Demeter (object not created locally)
24632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 605 Potential violation of Law of Demeter (object not created locally)
24633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 606 Potential violation of Law of Demeter (object not created locally)
24634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 609 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 610 Public method and constructor comments are required
24636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 610 The instance method name 'testPutAll_KeyIterable' doesn't match '[a-z][a-zA-Z0-9]*'
24637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 610 Unit tests should not contain more than 1 assert(s).
24638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 617 Potential violation of Law of Demeter (object not created locally)
24639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 618 Potential violation of Law of Demeter (object not created locally)
24640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 619 Potential violation of Law of Demeter (object not created locally)
24641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 620 Potential violation of Law of Demeter (object not created locally)
24642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 621 Potential violation of Law of Demeter (object not created locally)
24643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 626 Avoid catching NullPointerException; consider removing the cause of the NPE.
24644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 626 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 626 Avoid empty catch blocks
24646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 630 Potential violation of Law of Demeter (object not created locally)
24647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 631 Potential violation of Law of Demeter (object not created locally)
24648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 632 Potential violation of Law of Demeter (object not created locally)
24649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 633 Potential violation of Law of Demeter (object not created locally)
24650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 636 Potential violation of Law of Demeter (object not created locally)
24651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 637 Potential violation of Law of Demeter (object not created locally)
24652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 638 Potential violation of Law of Demeter (object not created locally)
24653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 639 Potential violation of Law of Demeter (object not created locally)
24654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 642 Potential violation of Law of Demeter (object not created locally)
24655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 643 Potential violation of Law of Demeter (object not created locally)
24656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 644 Potential violation of Law of Demeter (object not created locally)
24657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 645 Potential violation of Law of Demeter (object not created locally)
24658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 646 Potential violation of Law of Demeter (object not created locally)
24659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 647 Potential violation of Law of Demeter (object not created locally)
24660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 650 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 651 Public method and constructor comments are required
24662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 651 The instance method name 'testRemove_KeyItem' doesn't match '[a-z][a-zA-Z0-9]*'
24663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 651 Unit tests should not contain more than 1 assert(s).
24664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 656 Potential violation of Law of Demeter (object not created locally)
24665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 657 Potential violation of Law of Demeter (object not created locally)
24666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 658 Potential violation of Law of Demeter (object not created locally)
24667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 659 Potential violation of Law of Demeter (object not created locally)
24668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 660 Potential violation of Law of Demeter (object not created locally)
24669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 661 Potential violation of Law of Demeter (object not created locally)
24670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 662 Potential violation of Law of Demeter (object not created locally)
24671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 663 Potential violation of Law of Demeter (object not created locally)
24672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 667 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 667 Public method and constructor comments are required
24674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 667 Unit tests should not contain more than 1 assert(s).
24675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 672 Potential violation of Law of Demeter (object not created locally)
24676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 673 Potential violation of Law of Demeter (object not created locally)
24677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 674 Potential violation of Law of Demeter (object not created locally)
24678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 675 Potential violation of Law of Demeter (object not created locally)
24679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 676 Potential violation of Law of Demeter (object not created locally)
24680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 677 Potential violation of Law of Demeter (object not created locally)
24681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 679 Potential violation of Law of Demeter (object not created locally)
24682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 680 Potential violation of Law of Demeter (object not created locally)
24683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 687 Avoid catching NullPointerException; consider removing the cause of the NPE.
24684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 687 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 687 Avoid empty catch blocks
24686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 691 Potential violation of Law of Demeter (object not created locally)
24687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 692 Potential violation of Law of Demeter (object not created locally)
24688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 695 Potential violation of Law of Demeter (object not created locally)
24689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 696 Potential violation of Law of Demeter (object not created locally)
24690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 697 Potential violation of Law of Demeter (object not created locally)
24691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 700 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 700 Public method and constructor comments are required
24693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 700 Unit tests should not contain more than 1 assert(s).
24694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 702 Potential violation of Law of Demeter (object not created locally)
24695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 703 Potential violation of Law of Demeter (object not created locally)
24696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 704 Potential violation of Law of Demeter (object not created locally)
24697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 705 Potential violation of Law of Demeter (object not created locally)
24698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 706 Potential violation of Law of Demeter (object not created locally)
24699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 707 Potential violation of Law of Demeter (object not created locally)
24700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 710 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 710 Public method and constructor comments are required
24702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 710 Unit tests should not contain more than 1 assert(s).
24703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 713 Avoid variables with short names like it
24704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 713 Potential violation of Law of Demeter (method chain calls)
24705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 713 Potential violation of Law of Demeter (object not created locally)
24706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 724 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 725 Public method and constructor comments are required
24708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 727 Potential violation of Law of Demeter (object not created locally)
24709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 729 Potential violation of Law of Demeter (object not created locally)
24710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 732 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 732 Public method and constructor comments are required
24712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 732 Unit tests should not contain more than 1 assert(s).
24713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 734 Potential violation of Law of Demeter (method chain calls)
24714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 735 Potential violation of Law of Demeter (object not created locally)
24715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 736 Potential violation of Law of Demeter (object not created locally)
24716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 739 Potential violation of Law of Demeter (method chain calls)
24717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 740 Potential violation of Law of Demeter (object not created locally)
24718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 742 Potential violation of Law of Demeter (object not created locally)
24719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 743 Potential violation of Law of Demeter (object not created locally)
24720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 746 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 746 Public method and constructor comments are required
24722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 746 Unit tests should not contain more than 1 assert(s).
24723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 751 Potential violation of Law of Demeter (method chain calls)
24724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 752 Potential violation of Law of Demeter (object not created locally)
24725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 753 Potential violation of Law of Demeter (method chain calls)
24726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 754 Potential violation of Law of Demeter (method chain calls)
24727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 757 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 757 Public method and constructor comments are required
24729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 757 Unit tests should not contain more than 1 assert(s).
24730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 759 Potential violation of Law of Demeter (method chain calls)
24731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 763 Potential violation of Law of Demeter (method chain calls)
24732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 767 Potential violation of Law of Demeter (method chain calls)
24733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 771 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 771 Public method and constructor comments are required
24735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 776 Potential violation of Law of Demeter (method chain calls)
24736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 781 Potential violation of Law of Demeter (method chain calls)
24737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 784 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 785 Public method and constructor comments are required
24739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 787 Potential violation of Law of Demeter (method chain calls)
24740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 792 Avoid empty catch blocks
24741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 796 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 796 Public method and constructor comments are required
24743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 796 Unit tests should not contain more than 1 assert(s).
24744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 798 Avoid variables with short names like it
24745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 798 Potential violation of Law of Demeter (object not created locally)
24746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 803 Avoid empty catch blocks
24747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 808 Avoid empty catch blocks
24748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 814 Avoid empty catch blocks
24749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 841 Avoid empty catch blocks
24750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 851 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 851 Public method and constructor comments are required
24752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 855 Potential violation of Law of Demeter (object not created locally)
24753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 858 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 859 Public method and constructor comments are required
24755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 859 Unit tests should not contain more than 1 assert(s).
24756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 863 Potential violation of Law of Demeter (object not created locally)
24757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 863 Potential violation of Law of Demeter (object not created locally)
24758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 877 Comment is too large: Too many lines
24759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 890 Class comments are required
24760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 891 Public method and constructor comments are required
24761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 903 Potential violation of Law of Demeter (method chain calls)
24762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 903 Potential violation of Law of Demeter (method chain calls)
24763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 903 Potential violation of Law of Demeter (method chain calls)
24764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 908 Potential violation of Law of Demeter (method chain calls)
24765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 908 Potential violation of Law of Demeter (method chain calls)
24766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 908 Potential violation of Law of Demeter (method chain calls)
24767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 913 Potential violation of Law of Demeter (method chain calls)
24768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 913 Potential violation of Law of Demeter (method chain calls)
24769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 924 Potential violation of Law of Demeter (method chain calls)
24770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 924 Potential violation of Law of Demeter (method chain calls)
24771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 934 Potential violation of Law of Demeter (method chain calls)
24772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 934 Potential violation of Law of Demeter (method chain calls)
24773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 935 Potential violation of Law of Demeter (method chain calls)
24774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 935 Potential violation of Law of Demeter (method chain calls)
24775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 935 Potential violation of Law of Demeter (method chain calls)
24776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 936 Potential violation of Law of Demeter (method chain calls)
24777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 936 Potential violation of Law of Demeter (method chain calls)
24778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 936 Potential violation of Law of Demeter (method chain calls)
24779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 936 Potential violation of Law of Demeter (method chain calls)
24780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 936 Potential violation of Law of Demeter (method chain calls)
24781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 936 Useless qualified this usage in the same class.
24782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 941 Potential violation of Law of Demeter (method chain calls)
24783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 941 Potential violation of Law of Demeter (method chain calls)
24784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 942 Potential violation of Law of Demeter (method chain calls)
24785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 942 Potential violation of Law of Demeter (method chain calls)
24786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 942 Potential violation of Law of Demeter (method chain calls)
24787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 943 Potential violation of Law of Demeter (method chain calls)
24788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 943 Potential violation of Law of Demeter (method chain calls)
24789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 943 Potential violation of Law of Demeter (method chain calls)
24790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 943 Potential violation of Law of Demeter (method chain calls)
24791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 943 Potential violation of Law of Demeter (method chain calls)
24792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 943 Useless qualified this usage in the same class.
24793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 949 Return an empty collection rather than null.
24794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 955 Return an empty collection rather than null.
24795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 972 Class comments are required
24796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 973 Public method and constructor comments are required
24797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 980 Potential violation of Law of Demeter (method chain calls)
24798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 980 Potential violation of Law of Demeter (method chain calls)
24799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 980 Potential violation of Law of Demeter (method chain calls)
24800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 980 Potential violation of Law of Demeter (method chain calls)
24801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 985 Potential violation of Law of Demeter (method chain calls)
24802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 985 Potential violation of Law of Demeter (method chain calls)
24803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 985 Potential violation of Law of Demeter (method chain calls)
24804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 990 Potential violation of Law of Demeter (method chain calls)
24805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 990 Potential violation of Law of Demeter (method chain calls)
24806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 990 Potential violation of Law of Demeter (method chain calls)
24807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 995 Potential violation of Law of Demeter (method chain calls)
24808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 995 Potential violation of Law of Demeter (method chain calls)
24809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1005 Potential violation of Law of Demeter (method chain calls)
24810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1005 Potential violation of Law of Demeter (method chain calls)
24811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1015 Comment is too large: Too many lines
24812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1028 Class comments are required
24813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1029 Public method and constructor comments are required
24814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1040 Potential violation of Law of Demeter (method chain calls)
24815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1040 Potential violation of Law of Demeter (method chain calls)
24816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1040 Potential violation of Law of Demeter (method chain calls)
24817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1045 Potential violation of Law of Demeter (method chain calls)
24818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1045 Potential violation of Law of Demeter (method chain calls)
24819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1045 Potential violation of Law of Demeter (method chain calls)
24820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1050 Potential violation of Law of Demeter (method chain calls)
24821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1050 Potential violation of Law of Demeter (method chain calls)
24822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1060 Potential violation of Law of Demeter (method chain calls)
24823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1060 Potential violation of Law of Demeter (method chain calls)
24824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1070 Potential violation of Law of Demeter (method chain calls)
24825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1070 Potential violation of Law of Demeter (method chain calls)
24826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1071 Potential violation of Law of Demeter (method chain calls)
24827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1071 Potential violation of Law of Demeter (method chain calls)
24828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1071 Potential violation of Law of Demeter (method chain calls)
24829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1072 Potential violation of Law of Demeter (method chain calls)
24830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1072 Potential violation of Law of Demeter (method chain calls)
24831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1072 Potential violation of Law of Demeter (method chain calls)
24832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1072 Potential violation of Law of Demeter (method chain calls)
24833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1072 Potential violation of Law of Demeter (method chain calls)
24834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1072 Useless qualified this usage in the same class.
24835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1077 Potential violation of Law of Demeter (method chain calls)
24836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1077 Potential violation of Law of Demeter (method chain calls)
24837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1078 Potential violation of Law of Demeter (method chain calls)
24838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1078 Potential violation of Law of Demeter (method chain calls)
24839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1078 Potential violation of Law of Demeter (method chain calls)
24840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1079 Potential violation of Law of Demeter (method chain calls)
24841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1079 Potential violation of Law of Demeter (method chain calls)
24842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1079 Potential violation of Law of Demeter (method chain calls)
24843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1079 Potential violation of Law of Demeter (method chain calls)
24844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1079 Potential violation of Law of Demeter (method chain calls)
24845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1079 Useless qualified this usage in the same class.
24846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1085 Return an empty collection rather than null.
24847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1091 Return an empty collection rather than null.
24848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1096 Comment is too large: Too many lines
24849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1109 Class comments are required
24850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1111 Public method and constructor comments are required
24851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1122 Potential violation of Law of Demeter (method chain calls)
24852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1122 Potential violation of Law of Demeter (method chain calls)
24853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1122 Potential violation of Law of Demeter (method chain calls)
24854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1127 Potential violation of Law of Demeter (method chain calls)
24855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1127 Potential violation of Law of Demeter (method chain calls)
24856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1127 Potential violation of Law of Demeter (method chain calls)
24857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1132 Potential violation of Law of Demeter (method chain calls)
24858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1132 Potential violation of Law of Demeter (method chain calls)
24859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1152 Potential violation of Law of Demeter (method chain calls)
24860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1152 Potential violation of Law of Demeter (method chain calls)
24861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1153 Potential violation of Law of Demeter (method chain calls)
24862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1153 Potential violation of Law of Demeter (method chain calls)
24863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1153 Potential violation of Law of Demeter (method chain calls)
24864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1154 Potential violation of Law of Demeter (method chain calls)
24865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1154 Potential violation of Law of Demeter (method chain calls)
24866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1154 Potential violation of Law of Demeter (method chain calls)
24867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1154 Potential violation of Law of Demeter (method chain calls)
24868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1154 Potential violation of Law of Demeter (method chain calls)
24869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1154 Useless qualified this usage in the same class.
24870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1159 Potential violation of Law of Demeter (method chain calls)
24871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1159 Potential violation of Law of Demeter (method chain calls)
24872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1160 Potential violation of Law of Demeter (method chain calls)
24873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1160 Potential violation of Law of Demeter (method chain calls)
24874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1160 Potential violation of Law of Demeter (method chain calls)
24875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1161 Potential violation of Law of Demeter (method chain calls)
24876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1161 Potential violation of Law of Demeter (method chain calls)
24877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1161 Potential violation of Law of Demeter (method chain calls)
24878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1161 Potential violation of Law of Demeter (method chain calls)
24879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1161 Potential violation of Law of Demeter (method chain calls)
24880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1161 Useless qualified this usage in the same class.
24881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1166 Public method and constructor comments are required
24882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1170 Class comments are required
24883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1172 Public method and constructor comments are required
24884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1178 Potential violation of Law of Demeter (method chain calls)
24885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1178 Potential violation of Law of Demeter (method chain calls)
24886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1178 Potential violation of Law of Demeter (method chain calls)
24887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1183 Potential violation of Law of Demeter (method chain calls)
24888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1183 Potential violation of Law of Demeter (method chain calls)
24889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1183 Potential violation of Law of Demeter (method chain calls)
24890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1189 Potential violation of Law of Demeter (method chain calls)
24891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1189 Potential violation of Law of Demeter (method chain calls)
24892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1200 Comment is too large: Line too long
24893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1201 Comment is too large: Line too long
24894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1203 Potential violation of Law of Demeter (method chain calls)
24895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1203 Potential violation of Law of Demeter (method chain calls)
24896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1204 Potential violation of Law of Demeter (method chain calls)
24897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1204 Potential violation of Law of Demeter (method chain calls)
24898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1208 Avoid instantiating new objects inside loops
24899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1216 Comment is too large: Line too long
24900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1218 Potential violation of Law of Demeter (method chain calls)
24901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1218 Potential violation of Law of Demeter (method chain calls)
24902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1223 Avoid instantiating new objects inside loops
24903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1230 Potential violation of Law of Demeter (method chain calls)
24904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1230 Potential violation of Law of Demeter (method chain calls)
24905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1245 Potential violation of Law of Demeter (method chain calls)
24906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java 1245 Potential violation of Law of Demeter (method chain calls)
24907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 1 Comment is too large: Too many lines
24908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 37 This class has too many methods, consider refactoring it.
24909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 39 Public method and constructor comments are required
24910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 43 JUnit 4 indicates test suites via annotations, not the suite method.
24911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 43 Public method and constructor comments are required
24912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 54 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 54 The String literal "unchecked" appears 6 times in this file; the first occurrence is on line 54
24914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 55 Public method and constructor comments are required
24915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 55 Unit tests should not contain more than 1 assert(s).
24916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 57 JUnit assertions should include a message
24917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 57 Potential violation of Law of Demeter (object not created locally)
24918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 58 Potential violation of Law of Demeter (object not created locally)
24919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 59 Potential violation of Law of Demeter (object not created locally)
24920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 60 JUnit assertions should include a message
24921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 60 Potential violation of Law of Demeter (object not created locally)
24922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 61 JUnit assertions should include a message
24923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 61 Potential violation of Law of Demeter (object not created locally)
24924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 65 Public method and constructor comments are required
24926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 65 Unit tests should not contain more than 1 assert(s).
24927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 67 Potential violation of Law of Demeter (object not created locally)
24928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 68 JUnit assertions should include a message
24929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 72 JUnit assertions should include a message
24930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 72 Potential violation of Law of Demeter (object not created locally)
24931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 73 JUnit assertions should include a message
24932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 73 Potential violation of Law of Demeter (object not created locally)
24933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 75 JUnit assertions should include a message
24934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 78 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 79 Public method and constructor comments are required
24936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 79 Unit tests should not contain more than 1 assert(s).
24937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 81 Potential violation of Law of Demeter (object not created locally)
24938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 82 Potential violation of Law of Demeter (object not created locally)
24939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 83 Potential violation of Law of Demeter (object not created locally)
24940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 84 Potential violation of Law of Demeter (object not created locally)
24941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 85 JUnit assertions should include a message
24942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 85 Potential violation of Law of Demeter (object not created locally)
24943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 86 JUnit assertions should include a message
24944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 86 Potential violation of Law of Demeter (object not created locally)
24945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 87 JUnit assertions should include a message
24946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 87 Potential violation of Law of Demeter (object not created locally)
24947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 88 JUnit assertions should include a message
24948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 88 Potential violation of Law of Demeter (object not created locally)
24949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 89 JUnit assertions should include a message
24950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 89 Potential violation of Law of Demeter (object not created locally)
24951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 90 JUnit assertions should include a message
24952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 90 Potential violation of Law of Demeter (object not created locally)
24953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 91 JUnit assertions should include a message
24954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 91 Potential violation of Law of Demeter (object not created locally)
24955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 92 JUnit assertions should include a message
24956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 92 Potential violation of Law of Demeter (object not created locally)
24957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 95 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 96 Public method and constructor comments are required
24959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 96 Unit tests should not contain more than 1 assert(s).
24960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 98 Potential violation of Law of Demeter (object not created locally)
24961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 101 JUnit assertions should include a message
24962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 101 Potential violation of Law of Demeter (object not created locally)
24963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 102 JUnit assertions should include a message
24964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 102 Potential violation of Law of Demeter (object not created locally)
24965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 103 Potential violation of Law of Demeter (object not created locally)
24966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 108 JUnit assertions should include a message
24967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 108 Potential violation of Law of Demeter (object not created locally)
24968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 111 JUnit assertions should include a message
24969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
24970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 112 JUnit assertions should include a message
24971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 112 Potential violation of Law of Demeter (object not created locally)
24972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 115 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 116 Public method and constructor comments are required
24974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 116 Unit tests should not contain more than 1 assert(s).
24975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 120 Potential violation of Law of Demeter (object not created locally)
24976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 121 Potential violation of Law of Demeter (object not created locally)
24977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 122 Potential violation of Law of Demeter (object not created locally)
24978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 123 Potential violation of Law of Demeter (object not created locally)
24979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 124 JUnit assertions should include a message
24980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 125 JUnit assertions should include a message
24981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 125 Potential violation of Law of Demeter (object not created locally)
24982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 125 Potential violation of Law of Demeter (object not created locally)
24983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 127 Potential violation of Law of Demeter (object not created locally)
24984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 128 JUnit assertions should include a message
24985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 129 JUnit assertions should include a message
24986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 129 Potential violation of Law of Demeter (object not created locally)
24987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 129 Potential violation of Law of Demeter (object not created locally)
24988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 132 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
24989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 133 Public method and constructor comments are required
24990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 133 Unit tests should not contain more than 1 assert(s).
24991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 137 Potential violation of Law of Demeter (object not created locally)
24992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 138 Potential violation of Law of Demeter (object not created locally)
24993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 139 Potential violation of Law of Demeter (object not created locally)
24994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 140 Potential violation of Law of Demeter (object not created locally)
24995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 141 JUnit assertions should include a message
24996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 142 JUnit assertions should include a message
24997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 142 Potential violation of Law of Demeter (object not created locally)
24998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 142 Potential violation of Law of Demeter (object not created locally)
24999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 144 Potential violation of Law of Demeter (object not created locally)
25000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 145 Potential violation of Law of Demeter (object not created locally)
25001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 146 Potential violation of Law of Demeter (object not created locally)
25002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 147 Potential violation of Law of Demeter (object not created locally)
25003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 148 JUnit assertions should include a message
25004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 149 JUnit assertions should include a message
25005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 149 Potential violation of Law of Demeter (object not created locally)
25006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 149 Potential violation of Law of Demeter (object not created locally)
25007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 152 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 152 Public method and constructor comments are required
25009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 152 Unit tests should not contain more than 1 assert(s).
25010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 155 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
25011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 156 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
25012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 162 JUnit assertions should include a message
25013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 163 JUnit assertions should include a message
25014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 164 JUnit assertions should include a message
25015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 167 JUnit assertions should include a message
25016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 170 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 170 Public method and constructor comments are required
25018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 170 Unit tests should not contain more than 1 assert(s).
25019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 173 JUnit assertions should include a message
25020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 177 JUnit assertions should include a message
25021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 178 JUnit assertions should include a message
25022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 181 JUnit assertions should include a message
25023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 182 JUnit assertions should include a message
25024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 185 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 185 Public method and constructor comments are required
25026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 185 Unit tests should not contain more than 1 assert(s).
25027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 187 Potential violation of Law of Demeter (object not created locally)
25028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 188 Potential violation of Law of Demeter (object not created locally)
25029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 189 Potential violation of Law of Demeter (object not created locally)
25030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 190 Potential violation of Law of Demeter (object not created locally)
25031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 191 JUnit assertions should include a message
25032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 191 Potential violation of Law of Demeter (object not created locally)
25033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 192 Potential violation of Law of Demeter (object not created locally)
25034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 193 JUnit assertions should include a message
25035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 193 Potential violation of Law of Demeter (object not created locally)
25036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 196 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 196 Public method and constructor comments are required
25038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 196 Unit tests should not contain more than 1 assert(s).
25039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 198 Potential violation of Law of Demeter (object not created locally)
25040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 200 Potential violation of Law of Demeter (object not created locally)
25041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 201 JUnit assertions should include a message
25042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 201 Potential violation of Law of Demeter (object not created locally)
25043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 204 Potential violation of Law of Demeter (object not created locally)
25044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 205 JUnit assertions should include a message
25045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 205 Potential violation of Law of Demeter (object not created locally)
25046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 206 JUnit assertions should include a message
25047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 206 Potential violation of Law of Demeter (object not created locally)
25048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 207 JUnit assertions should include a message
25049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 207 Potential violation of Law of Demeter (object not created locally)
25050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 208 JUnit assertions should include a message
25051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 208 Potential violation of Law of Demeter (object not created locally)
25052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 209 JUnit assertions should include a message
25053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 209 Potential violation of Law of Demeter (object not created locally)
25054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 210 JUnit assertions should include a message
25055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 210 Potential violation of Law of Demeter (object not created locally)
25056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 211 JUnit assertions should include a message
25057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 211 Potential violation of Law of Demeter (object not created locally)
25058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 212 JUnit assertions should include a message
25059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 212 Potential violation of Law of Demeter (object not created locally)
25060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 213 JUnit assertions should include a message
25061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 213 Potential violation of Law of Demeter (object not created locally)
25062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 214 JUnit assertions should include a message
25063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 214 Potential violation of Law of Demeter (object not created locally)
25064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 215 JUnit assertions should include a message
25065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 215 Potential violation of Law of Demeter (object not created locally)
25066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 216 JUnit assertions should include a message
25067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 216 Potential violation of Law of Demeter (object not created locally)
25068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 217 JUnit assertions should include a message
25069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 217 Potential violation of Law of Demeter (object not created locally)
25070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 220 Potential violation of Law of Demeter (object not created locally)
25071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 221 JUnit assertions should include a message
25072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 221 Potential violation of Law of Demeter (object not created locally)
25073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 222 Potential violation of Law of Demeter (object not created locally)
25074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 223 JUnit assertions should include a message
25075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 223 Potential violation of Law of Demeter (object not created locally)
25076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 224 JUnit assertions should include a message
25077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 224 Potential violation of Law of Demeter (object not created locally)
25078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 227 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 227 Public method and constructor comments are required
25080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 227 Unit tests should not contain more than 1 assert(s).
25081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 229 Potential violation of Law of Demeter (object not created locally)
25082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 231 Potential violation of Law of Demeter (object not created locally)
25083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 232 Avoid variables with short names like it
25084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 232 Potential violation of Law of Demeter (object not created locally)
25085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 233 JUnit assertions should include a message
25086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 234 JUnit assertions should include a message
25087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 235 JUnit assertions should include a message
25088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 236 JUnit assertions should include a message
25089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 237 JUnit assertions should include a message
25090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 238 JUnit assertions should include a message
25091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 239 JUnit assertions should include a message
25092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 241 JUnit assertions should include a message
25093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 242 JUnit assertions should include a message
25094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 247 Comment is too large: Line too long
25095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java 249 Comment is too large: Line too long
25096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 1 Comment is too large: Too many lines
25097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 37 Public method and constructor comments are required
25098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 41 JUnit 4 indicates test suites via annotations, not the suite method.
25099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 41 Public method and constructor comments are required
25100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 62 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 62 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 62
25102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 63 Public method and constructor comments are required
25103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 63 Unit tests should not contain more than 1 assert(s).
25104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 65 JUnit assertions should include a message
25105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 65 Potential violation of Law of Demeter (object not created locally)
25106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 65 The String literal "whatever" appears 4 times in this file; the first occurrence is on line 65
25107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 67 Potential violation of Law of Demeter (object not created locally)
25108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 68 JUnit assertions should include a message
25109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 68 Potential violation of Law of Demeter (object not created locally)
25110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 69 JUnit assertions should include a message
25111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 69 Potential violation of Law of Demeter (object not created locally)
25112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 70 JUnit assertions should include a message
25113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 70 Potential violation of Law of Demeter (object not created locally)
25114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 71 JUnit assertions should include a message
25115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 71 Potential violation of Law of Demeter (object not created locally)
25116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 72 JUnit assertions should include a message
25117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 72 Potential violation of Law of Demeter (object not created locally)
25118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 76 Public method and constructor comments are required
25120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 76 Unit tests should not contain more than 1 assert(s).
25121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 78 JUnit assertions should include a message
25122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 78 Potential violation of Law of Demeter (object not created locally)
25123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 80 Potential violation of Law of Demeter (object not created locally)
25124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 81 JUnit assertions should include a message
25125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 81 Potential violation of Law of Demeter (object not created locally)
25126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 82 JUnit assertions should include a message
25127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 82 Potential violation of Law of Demeter (object not created locally)
25128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 83 JUnit assertions should include a message
25129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 83 Potential violation of Law of Demeter (object not created locally)
25130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 84 JUnit assertions should include a message
25131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 84 Potential violation of Law of Demeter (object not created locally)
25132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 85 JUnit assertions should include a message
25133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 85 Potential violation of Law of Demeter (object not created locally)
25134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 87 JUnit assertions should include a message
25135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 87 Potential violation of Law of Demeter (object not created locally)
25136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 88 JUnit assertions should include a message
25137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 88 Potential violation of Law of Demeter (object not created locally)
25138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 89 JUnit assertions should include a message
25139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 89 Potential violation of Law of Demeter (object not created locally)
25140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 91 JUnit assertions should include a message
25141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 91 Potential violation of Law of Demeter (object not created locally)
25142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 92 JUnit assertions should include a message
25143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 92 Potential violation of Law of Demeter (object not created locally)
25144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 95 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 96 Public method and constructor comments are required
25146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 96 Unit tests should not contain more than 1 assert(s).
25147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 98 JUnit assertions should include a message
25148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 98 Potential violation of Law of Demeter (object not created locally)
25149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 100 Potential violation of Law of Demeter (object not created locally)
25150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 101 Potential violation of Law of Demeter (object not created locally)
25151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 102 Potential violation of Law of Demeter (object not created locally)
25152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 103 Potential violation of Law of Demeter (object not created locally)
25153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 105 Avoid variables with short names like it
25154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 105 Potential violation of Law of Demeter (object not created locally)
25155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 110 JUnit assertions should include a message
25156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 110 Potential violation of Law of Demeter (object not created locally)
25157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 111 JUnit assertions should include a message
25158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
25159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 114 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 115 Public method and constructor comments are required
25161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 115 Unit tests should not contain more than 1 assert(s).
25162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 119 Potential violation of Law of Demeter (object not created locally)
25163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 120 Potential violation of Law of Demeter (object not created locally)
25164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 121 Potential violation of Law of Demeter (object not created locally)
25165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 122 Potential violation of Law of Demeter (object not created locally)
25166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 123 JUnit assertions should include a message
25167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 124 JUnit assertions should include a message
25168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 124 Potential violation of Law of Demeter (object not created locally)
25169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 124 Potential violation of Law of Demeter (object not created locally)
25170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 126 Potential violation of Law of Demeter (object not created locally)
25171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 127 JUnit assertions should include a message
25172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 128 JUnit assertions should include a message
25173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 128 Potential violation of Law of Demeter (object not created locally)
25174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 128 Potential violation of Law of Demeter (object not created locally)
25175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 130 Potential violation of Law of Demeter (object not created locally)
25176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 131 JUnit assertions should include a message
25177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 132 JUnit assertions should include a message
25178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 132 Potential violation of Law of Demeter (object not created locally)
25179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 132 Potential violation of Law of Demeter (object not created locally)
25180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 135 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 135 Public method and constructor comments are required
25182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 135 Unit tests should not contain more than 1 assert(s).
25183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 137 JUnit assertions should include a message
25184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 140 Potential violation of Law of Demeter (object not created locally)
25185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 141 Potential violation of Law of Demeter (object not created locally)
25186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 142 Potential violation of Law of Demeter (object not created locally)
25187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 143 JUnit assertions should include a message
25188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 146 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 146 Public method and constructor comments are required
25190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 146 The instance method name 'testHashSetValueHashMap_1' doesn't match '[a-z][a-zA-Z0-9]*'
25191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 146 Unit tests should not contain more than 1 assert(s).
25192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 156 JUnit assertions should include a message
25193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 157 Potential violation of Law of Demeter (object not created locally)
25194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 158 Potential violation of Law of Demeter (object not created locally)
25195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 159 Potential violation of Law of Demeter (object not created locally)
25196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 160 JUnit assertions should include a message
25197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 161 JUnit assertions should include a message
25198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 161 Potential violation of Law of Demeter (object not created locally)
25199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 165 JUnit assertions should include a message
25200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 168 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 168 Public method and constructor comments are required
25202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 168 The instance method name 'testHashSetValuedHashMap_2' doesn't match '[a-z][a-zA-Z0-9]*'
25203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 168 Unit tests should not contain more than 1 assert(s).
25204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 169 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
25205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 177 JUnit assertions should include a message
25206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 183 JUnit assertions should include a message
25207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 188 Comment is too large: Line too long
25208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/HashSetValuedHashMapTest.java 190 Comment is too large: Line too long
25209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 1 Comment is too large: Too many lines
25210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 36 Public method and constructor comments are required
25211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 40 JUnit 4 indicates test suites via annotations, not the suite method.
25212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 40 Public method and constructor comments are required
25213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 52 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 52 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 52
25215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 53 Public method and constructor comments are required
25216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 53 Unit tests should not contain more than 1 assert(s).
25217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 54 Array initialization can be written shorter
25218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 60 JUnit assertions should include a message
25219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 63 JUnit assertions should include a message
25220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 64 JUnit assertions should include a message
25221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 65 JUnit assertions should include a message
25222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 66 JUnit assertions should include a message
25223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 67 JUnit assertions should include a message
25224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 71 JUnit assertions should include a message
25225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 72 JUnit assertions should include a message
25226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 72 Potential violation of Law of Demeter (object not created locally)
25227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 73 JUnit assertions should include a message
25228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 76 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 77 Public method and constructor comments are required
25230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 77 Unit tests should not contain more than 1 assert(s).
25231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 78 Array initialization can be written shorter
25232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 83 JUnit assertions should include a message
25233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 86 JUnit assertions should include a message
25234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 87 JUnit assertions should include a message
25235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 88 JUnit assertions should include a message
25236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 89 JUnit assertions should include a message
25237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 90 JUnit assertions should include a message
25238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 92 JUnit assertions should include a message
25239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 96 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 97 Public method and constructor comments are required
25241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 97 The instance method name 'testFactory_Decorate' doesn't match '[a-z][a-zA-Z0-9]*'
25242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 97 Unit tests should not contain more than 1 assert(s).
25243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 108 JUnit assertions should include a message
25244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 108 Potential violation of Law of Demeter (object not created locally)
25245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 109 JUnit assertions should include a message
25246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 109 Potential violation of Law of Demeter (object not created locally)
25247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 110 JUnit assertions should include a message
25248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 110 Potential violation of Law of Demeter (object not created locally)
25249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 111 JUnit assertions should include a message
25250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 111 Potential violation of Law of Demeter (object not created locally)
25251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 112 Potential violation of Law of Demeter (object not created locally)
25252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 113 JUnit assertions should include a message
25253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 113 Potential violation of Law of Demeter (object not created locally)
25254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 116 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 117 Public method and constructor comments are required
25256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 117 The instance method name 'testFactory_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
25257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 117 Unit tests should not contain more than 1 assert(s).
25258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 128 JUnit assertions should include a message
25259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 128 Potential violation of Law of Demeter (object not created locally)
25260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 129 JUnit assertions should include a message
25261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 129 Potential violation of Law of Demeter (object not created locally)
25262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 130 JUnit assertions should include a message
25263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 130 Potential violation of Law of Demeter (object not created locally)
25264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 131 JUnit assertions should include a message
25265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 131 Potential violation of Law of Demeter (object not created locally)
25266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 132 Potential violation of Law of Demeter (object not created locally)
25267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 133 JUnit assertions should include a message
25268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 133 Potential violation of Law of Demeter (object not created locally)
25269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 141 JUnit assertions should include a message
25270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 141 Potential violation of Law of Demeter (object not created locally)
25271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 142 Potential violation of Law of Demeter (object not created locally)
25272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 143 JUnit assertions should include a message
25273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 143 Potential violation of Law of Demeter (object not created locally)
25274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 144 JUnit assertions should include a message
25275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 144 Potential violation of Law of Demeter (object not created locally)
25276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 149 Comment is too large: Line too long
25277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/TransformedMultiValuedMapTest.java 151 Comment is too large: Line too long
25278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 1 Comment is too large: Too many lines
25279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 40 Possible God Class (WMC=50, ATFD=6, TCC=0.000%)
25280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 40 This class has too many methods, consider refactoring it.
25281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 42 Public method and constructor comments are required
25282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 46 JUnit 4 indicates test suites via annotations, not the suite method.
25283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 46 Public method and constructor comments are required
25284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 56 JUnit assertions should include a message
25285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 56 The String literal "one" appears 4 times in this file; the first occurrence is on line 56
25286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 57 JUnit assertions should include a message
25287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 58 JUnit assertions should include a message
25288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 85 Public method and constructor comments are required
25290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 85 Unit tests should not contain more than 1 assert(s).
25291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 86 JUnit assertions should include a message
25292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 87 JUnit assertions should include a message
25293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 90 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 90 Public method and constructor comments are required
25295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 92 JUnit assertions should include a message
25296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 95 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 95 Public method and constructor comments are required
25298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 99 Avoid catching NullPointerException; consider removing the cause of the NPE.
25299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 99 Avoid empty catch blocks
25301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 104 The String literal "unchecked" appears 7 times in this file; the first occurrence is on line 104
25303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 105 Public method and constructor comments are required
25304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 109 JUnit assertions should include a message
25305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 110 Avoid empty catch blocks
25306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 114 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 114 Public method and constructor comments are required
25308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 118 JUnit assertions should include a message
25309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 119 Avoid empty catch blocks
25310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 126 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 126 Public method and constructor comments are required
25312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 130 JUnit assertions should include a message
25313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 131 Avoid empty catch blocks
25314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 138 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 138 Public method and constructor comments are required
25316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 142 JUnit assertions should include a message
25317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 143 Avoid empty catch blocks
25318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 150 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 150 Public method and constructor comments are required
25320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 150 Unit tests should not contain more than 1 assert(s).
25321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 153 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
25322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 162 JUnit assertions should include a message
25323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 163 Avoid empty catch blocks
25324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 167 JUnit assertions should include a message
25325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 167 Potential violation of Law of Demeter (object not created locally)
25326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 171 JUnit assertions should include a message
25327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 172 Avoid empty catch blocks
25328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 175 JUnit assertions should include a message
25329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 175 Potential violation of Law of Demeter (object not created locally)
25330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 179 JUnit assertions should include a message
25331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 180 Avoid empty catch blocks
25332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 183 JUnit assertions should include a message
25333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 183 Potential violation of Law of Demeter (object not created locally)
25334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 186 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 187 Public method and constructor comments are required
25336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 189 Potential violation of Law of Demeter (method chain calls)
25337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 192 JUnit assertions should include a message
25338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 193 Avoid empty catch blocks
25339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 196 Avoid variables with short names like it
25340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 196 Potential violation of Law of Demeter (object not created locally)
25341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 200 JUnit assertions should include a message
25342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 201 Avoid empty catch blocks
25343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 206 JUnit assertions should include a message
25344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 207 Avoid empty catch blocks
25345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 211 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 212 Public method and constructor comments are required
25347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 214 Potential violation of Law of Demeter (method chain calls)
25348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 217 JUnit assertions should include a message
25349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 218 Avoid empty catch blocks
25350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 223 JUnit assertions should include a message
25351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 224 Avoid empty catch blocks
25352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 228 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 229 Public method and constructor comments are required
25354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 231 Potential violation of Law of Demeter (method chain calls)
25355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 233 The String literal "four" appears 9 times in this file; the first occurrence is on line 233
25356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 234 JUnit assertions should include a message
25357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 235 Avoid empty catch blocks
25358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 240 JUnit assertions should include a message
25359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 241 Avoid empty catch blocks
25360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 246 JUnit assertions should include a message
25361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 247 Avoid empty catch blocks
25362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 250 Avoid variables with short names like it
25363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 250 Potential violation of Law of Demeter (object not created locally)
25364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 253 JUnit assertions should include a message
25365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 254 Avoid empty catch blocks
25366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 258 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 259 Public method and constructor comments are required
25368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 261 Potential violation of Law of Demeter (method chain calls)
25369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 264 JUnit assertions should include a message
25370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 265 Avoid empty catch blocks
25371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 270 JUnit assertions should include a message
25372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 271 Avoid empty catch blocks
25373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 276 JUnit assertions should include a message
25374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 277 Avoid empty catch blocks
25375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 280 Avoid variables with short names like it
25376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 280 Potential violation of Law of Demeter (object not created locally)
25377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 283 JUnit assertions should include a message
25378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 284 Avoid empty catch blocks
25379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 288 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 289 Public method and constructor comments are required
25381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 291 Potential violation of Law of Demeter (method chain calls)
25382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 294 JUnit assertions should include a message
25383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 295 Avoid empty catch blocks
25384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 300 JUnit assertions should include a message
25385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 301 Avoid empty catch blocks
25386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 306 JUnit assertions should include a message
25387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 307 Avoid empty catch blocks
25388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 312 JUnit assertions should include a message
25389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 313 Avoid empty catch blocks
25390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 317 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 318 Public method and constructor comments are required
25392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 320 Potential violation of Law of Demeter (method chain calls)
25393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 323 JUnit assertions should include a message
25394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 324 Avoid empty catch blocks
25395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 329 JUnit assertions should include a message
25396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 330 Avoid empty catch blocks
25397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 335 JUnit assertions should include a message
25398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 336 Avoid empty catch blocks
25399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 339 Avoid variables with short names like it
25400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 339 Potential violation of Law of Demeter (object not created locally)
25401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 342 JUnit assertions should include a message
25402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 343 Avoid empty catch blocks
25403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 349 Comment is too large: Line too long
25404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMapTest.java 351 Comment is too large: Line too long
25405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 1 Comment is too large: Too many lines
25406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 36 Comment is too large: Too many lines
25407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 37 Comment is too large: Line too long
25408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 52 Comment is too large: Line too long
25409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 53 Comment is too large: Line too long
25410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 54 Comment is too large: Line too long
25411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 58 Possible God Class (WMC=68, ATFD=18, TCC=0.000%)
25412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 58 This class has too many methods, consider refactoring it.
25413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 75 Consider simply returning the value vs storing it in local variable 'list'
25414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 84 Potential violation of Law of Demeter (object not created locally)
25415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 102 Potential violation of Law of Demeter (object not created locally)
25416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 129 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 129 The String literal "unchecked" appears 19 times in this file; the first occurrence is on line 129
25418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 130 Public method and constructor comments are required
25419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 130 Unit tests should not contain more than 1 assert(s).
25420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 136 Potential violation of Law of Demeter (object not created locally)
25421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 137 Potential violation of Law of Demeter (object not created locally)
25422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 138 Potential violation of Law of Demeter (object not created locally)
25423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 138 The String literal "Should have count of 1" appears 5 times in this file; the first occurrence is on line 138
25424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 139 Potential violation of Law of Demeter (object not created locally)
25425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 140 Potential violation of Law of Demeter (object not created locally)
25426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 141 Potential violation of Law of Demeter (object not created locally)
25427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 142 Potential violation of Law of Demeter (object not created locally)
25428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 143 Potential violation of Law of Demeter (object not created locally)
25429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 144 Potential violation of Law of Demeter (object not created locally)
25430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 147 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 148 Public method and constructor comments are required
25432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 148 Unit tests should not contain more than 1 assert(s).
25433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 156 Potential violation of Law of Demeter (object not created locally)
25434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 158 Potential violation of Law of Demeter (object not created locally)
25435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 160 Potential violation of Law of Demeter (object not created locally)
25436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 164 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 165 Public method and constructor comments are required
25438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 165 Unit tests should not contain more than 1 assert(s).
25439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 171 Potential violation of Law of Demeter (object not created locally)
25440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 172 Potential violation of Law of Demeter (object not created locally)
25441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 173 Potential violation of Law of Demeter (object not created locally)
25442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 174 Potential violation of Law of Demeter (object not created locally)
25443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 175 Potential violation of Law of Demeter (object not created locally)
25444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 176 Potential violation of Law of Demeter (object not created locally)
25445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 177 Potential violation of Law of Demeter (object not created locally)
25446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 178 Potential violation of Law of Demeter (object not created locally)
25447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 179 Potential violation of Law of Demeter (object not created locally)
25448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 180 Potential violation of Law of Demeter (object not created locally)
25449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 181 Potential violation of Law of Demeter (object not created locally)
25450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 182 Potential violation of Law of Demeter (object not created locally)
25451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 183 Potential violation of Law of Demeter (object not created locally)
25452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 184 Potential violation of Law of Demeter (object not created locally)
25453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 185 Potential violation of Law of Demeter (object not created locally)
25454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 188 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 189 Public method and constructor comments are required
25456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 189 Unit tests should not contain more than 1 assert(s).
25457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 195 Potential violation of Law of Demeter (object not created locally)
25458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 196 Potential violation of Law of Demeter (object not created locally)
25459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 197 Potential violation of Law of Demeter (object not created locally)
25460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 198 Potential violation of Law of Demeter (object not created locally)
25461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 199 Potential violation of Law of Demeter (object not created locally)
25462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 203 Potential violation of Law of Demeter (object not created locally)
25463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 204 Potential violation of Law of Demeter (object not created locally)
25464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 205 Potential violation of Law of Demeter (object not created locally)
25465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 206 Potential violation of Law of Demeter (object not created locally)
25466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 207 Potential violation of Law of Demeter (object not created locally)
25467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 210 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 211 Public method and constructor comments are required
25469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 211 Unit tests should not contain more than 1 assert(s).
25470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 218 Potential violation of Law of Demeter (object not created locally)
25471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 219 Potential violation of Law of Demeter (object not created locally)
25472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 221 Potential violation of Law of Demeter (object not created locally)
25473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 222 Potential violation of Law of Demeter (object not created locally)
25474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 223 Potential violation of Law of Demeter (object not created locally)
25475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 225 Potential violation of Law of Demeter (object not created locally)
25476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 226 Potential violation of Law of Demeter (object not created locally)
25477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 227 Potential violation of Law of Demeter (object not created locally)
25478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 229 Potential violation of Law of Demeter (object not created locally)
25479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 230 Potential violation of Law of Demeter (object not created locally)
25480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 231 Potential violation of Law of Demeter (object not created locally)
25481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 234 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 235 Public method and constructor comments are required
25483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 235 Unit tests should not contain more than 1 assert(s).
25484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 253 Potential violation of Law of Demeter (object not created locally)
25485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 253 The String literal "MultiSet containsAll of empty" appears 5 times in this file; the first occurrence is on line 253
25486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 254 Potential violation of Law of Demeter (object not created locally)
25487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 255 Potential violation of Law of Demeter (object not created locally)
25488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 256 Potential violation of Law of Demeter (object not created locally)
25489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 256 The String literal "MultiSet does not containsAll of 1 'B'" appears 4 times in this file; the first occurrence is on line 256
25490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 257 Potential violation of Law of Demeter (object not created locally)
25491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 257 The String literal "MultiSet does not containsAll of 1 'A' 1 'B'" appears 4 times in this file; the first occurrence is on line 257
25492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 259 Potential violation of Law of Demeter (object not created locally)
25493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 260 Potential violation of Law of Demeter (object not created locally)
25494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 261 Potential violation of Law of Demeter (object not created locally)
25495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 261 The String literal "MultiSet containsAll of 1 'A'" appears 4 times in this file; the first occurrence is on line 261
25496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 262 Potential violation of Law of Demeter (object not created locally)
25497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 263 Potential violation of Law of Demeter (object not created locally)
25498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 264 Potential violation of Law of Demeter (object not created locally)
25499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 266 Potential violation of Law of Demeter (object not created locally)
25500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 267 Potential violation of Law of Demeter (object not created locally)
25501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 268 Potential violation of Law of Demeter (object not created locally)
25502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 269 Potential violation of Law of Demeter (object not created locally)
25503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 270 Potential violation of Law of Demeter (object not created locally)
25504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 271 Potential violation of Law of Demeter (object not created locally)
25505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 273 Potential violation of Law of Demeter (object not created locally)
25506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 274 Potential violation of Law of Demeter (object not created locally)
25507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 275 Potential violation of Law of Demeter (object not created locally)
25508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 276 Potential violation of Law of Demeter (object not created locally)
25509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 277 Potential violation of Law of Demeter (object not created locally)
25510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 278 Potential violation of Law of Demeter (object not created locally)
25511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 280 Potential violation of Law of Demeter (object not created locally)
25512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 281 Potential violation of Law of Demeter (object not created locally)
25513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 282 Potential violation of Law of Demeter (object not created locally)
25514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 283 Potential violation of Law of Demeter (object not created locally)
25515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 284 Potential violation of Law of Demeter (object not created locally)
25516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 285 Potential violation of Law of Demeter (object not created locally)
25517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 288 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 289 Public method and constructor comments are required
25519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 289 Unit tests should not contain more than 1 assert(s).
25520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 295 Potential violation of Law of Demeter (object not created locally)
25521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 296 Potential violation of Law of Demeter (object not created locally)
25522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 297 Potential violation of Law of Demeter (object not created locally)
25523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 298 Potential violation of Law of Demeter (object not created locally)
25524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 299 Potential violation of Law of Demeter (object not created locally)
25525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 300 Potential violation of Law of Demeter (object not created locally)
25526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 301 Potential violation of Law of Demeter (object not created locally)
25527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 302 Potential violation of Law of Demeter (object not created locally)
25528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 303 Potential violation of Law of Demeter (object not created locally)
25529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 304 Potential violation of Law of Demeter (object not created locally)
25530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 305 Potential violation of Law of Demeter (object not created locally)
25531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 306 Potential violation of Law of Demeter (object not created locally)
25532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 307 Potential violation of Law of Demeter (object not created locally)
25533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 308 Potential violation of Law of Demeter (object not created locally)
25534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 309 Potential violation of Law of Demeter (object not created locally)
25535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 310 Potential violation of Law of Demeter (object not created locally)
25536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 313 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 314 Public method and constructor comments are required
25538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 320 Potential violation of Law of Demeter (object not created locally)
25539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 321 Potential violation of Law of Demeter (object not created locally)
25540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 322 Potential violation of Law of Demeter (object not created locally)
25541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 323 Potential violation of Law of Demeter (object not created locally)
25542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 324 Potential violation of Law of Demeter (object not created locally)
25543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 325 Potential violation of Law of Demeter (object not created locally)
25544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 329 Potential violation of Law of Demeter (object not created locally)
25545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 330 Potential violation of Law of Demeter (object not created locally)
25546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 333 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 334 Public method and constructor comments are required
25548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 334 Unit tests should not contain more than 1 assert(s).
25549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 340 Potential violation of Law of Demeter (object not created locally)
25550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 341 Potential violation of Law of Demeter (object not created locally)
25551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 342 Potential violation of Law of Demeter (object not created locally)
25552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 343 Potential violation of Law of Demeter (object not created locally)
25553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 344 Avoid variables with short names like i
25554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 344 Potential violation of Law of Demeter (object not created locally)
25555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 350 Position literals first in String comparisons
25556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 350 Potential violation of Law of Demeter (object not created locally)
25557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 351 Avoid if (x != y) ..; else ..;
25558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 359 Potential violation of Law of Demeter (object not created locally)
25559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 360 Potential violation of Law of Demeter (object not created locally)
25560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 361 Potential violation of Law of Demeter (object not created locally)
25561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 364 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 365 Public method and constructor comments are required
25563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 371 Potential violation of Law of Demeter (object not created locally)
25564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 372 Potential violation of Law of Demeter (object not created locally)
25565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 373 Potential violation of Law of Demeter (object not created locally)
25566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 374 Avoid variables with short names like it
25567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 374 Potential violation of Law of Demeter (object not created locally)
25568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 376 Potential violation of Law of Demeter (object not created locally)
25569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 380 Avoid empty catch blocks
25570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 385 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 386 Public method and constructor comments are required
25572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 392 Potential violation of Law of Demeter (object not created locally)
25573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 393 Potential violation of Law of Demeter (object not created locally)
25574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 394 Potential violation of Law of Demeter (object not created locally)
25575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 395 Avoid variables with short names like it
25576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 395 Potential violation of Law of Demeter (object not created locally)
25577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 402 Avoid empty catch blocks
25578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 407 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 408 Public method and constructor comments are required
25580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 408 Unit tests should not contain more than 1 assert(s).
25581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 414 Potential violation of Law of Demeter (object not created locally)
25582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 415 Potential violation of Law of Demeter (object not created locally)
25583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 416 Potential violation of Law of Demeter (object not created locally)
25584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 417 Avoid variables with short names like it
25585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 417 Potential violation of Law of Demeter (object not created locally)
25586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 420 Potential violation of Law of Demeter (object not created locally)
25587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 422 Potential violation of Law of Demeter (object not created locally)
25588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 426 Avoid empty catch blocks
25589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 429 Potential violation of Law of Demeter (object not created locally)
25590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 432 Potential violation of Law of Demeter (object not created locally)
25591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 435 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 436 Public method and constructor comments are required
25593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 436 Unit tests should not contain more than 1 assert(s).
25594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 442 Potential violation of Law of Demeter (object not created locally)
25595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 443 Potential violation of Law of Demeter (object not created locally)
25596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 444 Potential violation of Law of Demeter (object not created locally)
25597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 445 Avoid variables with short names like it
25598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 445 Potential violation of Law of Demeter (object not created locally)
25599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 449 Potential violation of Law of Demeter (object not created locally)
25600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 454 Potential violation of Law of Demeter (object not created locally)
25601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 457 Potential violation of Law of Demeter (object not created locally)
25602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 461 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 462 Public method and constructor comments are required
25604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 462 Unit tests should not contain more than 1 assert(s).
25605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 467 Potential violation of Law of Demeter (object not created locally)
25606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 468 Potential violation of Law of Demeter (object not created locally)
25607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 469 Potential violation of Law of Demeter (method chain calls)
25608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 469 Potential violation of Law of Demeter (method chain calls)
25609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 469 Potential violation of Law of Demeter (object not created locally)
25610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 470 Potential violation of Law of Demeter (object not created locally)
25611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 471 Potential violation of Law of Demeter (object not created locally)
25612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 472 Potential violation of Law of Demeter (object not created locally)
25613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 473 Potential violation of Law of Demeter (object not created locally)
25614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 474 Potential violation of Law of Demeter (object not created locally)
25615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 477 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 478 Public method and constructor comments are required
25617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 478 Unit tests should not contain more than 1 assert(s).
25618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 484 Potential violation of Law of Demeter (object not created locally)
25619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 485 Potential violation of Law of Demeter (object not created locally)
25620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 486 Potential violation of Law of Demeter (object not created locally)
25621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 487 Potential violation of Law of Demeter (object not created locally)
25622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 488 Potential violation of Law of Demeter (object not created locally)
25623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 489 Potential violation of Law of Demeter (object not created locally)
25624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 490 Avoid variables with short names like a
25625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 490 Avoid variables with short names like b
25626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 490 Avoid variables with short names like c
25627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 490 Use one line for each declaration, it enhances code readability.
25628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 492 Position literals first in String comparisons
25629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 493 Position literals first in String comparisons
25630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 494 Position literals first in String comparisons
25631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 501 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 502 Public method and constructor comments are required
25633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 502 Unit tests should not contain more than 1 assert(s).
25634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 508 Potential violation of Law of Demeter (object not created locally)
25635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 509 Potential violation of Law of Demeter (object not created locally)
25636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 510 Potential violation of Law of Demeter (object not created locally)
25637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 511 Potential violation of Law of Demeter (object not created locally)
25638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 512 Potential violation of Law of Demeter (object not created locally)
25639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 514 Avoid variables with short names like a
25640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 514 Avoid variables with short names like b
25641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 514 Avoid variables with short names like c
25642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 514 Use one line for each declaration, it enhances code readability.
25643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 516 Position literals first in String comparisons
25644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 517 Position literals first in String comparisons
25645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 518 Position literals first in String comparisons
25646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 525 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 526 Public method and constructor comments are required
25648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 526 Unit tests should not contain more than 1 assert(s).
25649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 533 Potential violation of Law of Demeter (object not created locally)
25650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 534 Potential violation of Law of Demeter (object not created locally)
25651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 535 Potential violation of Law of Demeter (object not created locally)
25652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 536 Potential violation of Law of Demeter (object not created locally)
25653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 537 Potential violation of Law of Demeter (object not created locally)
25654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 538 Potential violation of Law of Demeter (object not created locally)
25655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 539 Potential violation of Law of Demeter (object not created locally)
25656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 540 Potential violation of Law of Demeter (object not created locally)
25657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 541 Potential violation of Law of Demeter (object not created locally)
25658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 542 Potential violation of Law of Demeter (object not created locally)
25659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 543 Potential violation of Law of Demeter (object not created locally)
25660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 544 Potential violation of Law of Demeter (object not created locally)
25661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 545 Potential violation of Law of Demeter (object not created locally)
25662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 546 Potential violation of Law of Demeter (object not created locally)
25663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 549 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 550 Public method and constructor comments are required
25665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 550 Unit tests should not contain more than 1 assert(s).
25666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 557 Potential violation of Law of Demeter (object not created locally)
25667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 558 Potential violation of Law of Demeter (object not created locally)
25668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 559 Potential violation of Law of Demeter (object not created locally)
25669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 561 Potential violation of Law of Demeter (object not created locally)
25670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 562 Potential violation of Law of Demeter (object not created locally)
25671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 563 Potential violation of Law of Demeter (object not created locally)
25672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 564 Potential violation of Law of Demeter (object not created locally)
25673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 565 Potential violation of Law of Demeter (object not created locally)
25674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 570 Potential violation of Law of Demeter (object not created locally)
25675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 573 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 574 Public method and constructor comments are required
25677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 574 Unit tests should not contain more than 1 assert(s).
25678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 581 Potential violation of Law of Demeter (object not created locally)
25679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 582 Potential violation of Law of Demeter (object not created locally)
25680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 583 Potential violation of Law of Demeter (object not created locally)
25681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 583 Potential violation of Law of Demeter (object not created locally)
25682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 584 Potential violation of Law of Demeter (object not created locally)
25683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 585 Potential violation of Law of Demeter (object not created locally)
25684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 586 Potential violation of Law of Demeter (object not created locally)
25685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 587 Potential violation of Law of Demeter (object not created locally)
25686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 588 Potential violation of Law of Demeter (object not created locally)
25687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 589 Potential violation of Law of Demeter (object not created locally)
25688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 590 Potential violation of Law of Demeter (object not created locally)
25689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 591 Potential violation of Law of Demeter (object not created locally)
25690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 592 Potential violation of Law of Demeter (object not created locally)
25691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 593 Potential violation of Law of Demeter (object not created locally)
25692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 594 Potential violation of Law of Demeter (object not created locally)
25693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 594 Potential violation of Law of Demeter (object not created locally)
25694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 600 Potential violation of Law of Demeter (object not created locally)
25695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 601 Potential violation of Law of Demeter (object not created locally)
25696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 611 Comment is too large: Line too long
25697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 617 Class comments are required
25698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 618 Public method and constructor comments are required
25699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 624 Potential violation of Law of Demeter (method chain calls)
25700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 624 Potential violation of Law of Demeter (method chain calls)
25701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 629 Potential violation of Law of Demeter (method chain calls)
25702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 629 Potential violation of Law of Demeter (method chain calls)
25703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 634 Potential violation of Law of Demeter (method chain calls)
25704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 634 Potential violation of Law of Demeter (method chain calls)
25705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 634 Potential violation of Law of Demeter (method chain calls)
25706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 639 Potential violation of Law of Demeter (method chain calls)
25707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 639 Potential violation of Law of Demeter (method chain calls)
25708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 639 Potential violation of Law of Demeter (method chain calls)
25709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 644 Potential violation of Law of Demeter (method chain calls)
25710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 644 Potential violation of Law of Demeter (method chain calls)
25711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 654 Potential violation of Law of Demeter (method chain calls)
25712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 654 Potential violation of Law of Demeter (method chain calls)
25713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 664 Potential violation of Law of Demeter (method chain calls)
25714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 664 Potential violation of Law of Demeter (method chain calls)
25715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 665 Potential violation of Law of Demeter (method chain calls)
25716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 665 Potential violation of Law of Demeter (method chain calls)
25717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 665 Potential violation of Law of Demeter (method chain calls)
25718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 665 Potential violation of Law of Demeter (method chain calls)
25719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 665 Potential violation of Law of Demeter (method chain calls)
25720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 665 Useless qualified this usage in the same class.
25721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 666 Potential violation of Law of Demeter (method chain calls)
25722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 666 Potential violation of Law of Demeter (method chain calls)
25723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 666 Useless qualified this usage in the same class.
25724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 671 Potential violation of Law of Demeter (method chain calls)
25725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 671 Potential violation of Law of Demeter (method chain calls)
25726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 672 Potential violation of Law of Demeter (method chain calls)
25727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 672 Potential violation of Law of Demeter (method chain calls)
25728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 672 Potential violation of Law of Demeter (method chain calls)
25729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 672 Potential violation of Law of Demeter (method chain calls)
25730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 672 Potential violation of Law of Demeter (method chain calls)
25731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 672 Useless qualified this usage in the same class.
25732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 673 Potential violation of Law of Demeter (method chain calls)
25733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 673 Potential violation of Law of Demeter (method chain calls)
25734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 673 Useless qualified this usage in the same class.
25735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 677 Overriding method merely calls super
25736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 687 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 687 Unit tests should not contain more than 1 assert(s).
25738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 692 Potential violation of Law of Demeter (object not created locally)
25739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 701 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 701 Unit tests should not contain more than 1 assert(s).
25741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/AbstractMultiSetTest.java 706 Potential violation of Law of Demeter (object not created locally)
25742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/HashMultiSetTest.java 1 Comment is too large: Too many lines
25743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/HashMultiSetTest.java 32 Public method and constructor comments are required
25744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/HashMultiSetTest.java 36 JUnit 4 indicates test suites via annotations, not the suite method.
25745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/HashMultiSetTest.java 36 Public method and constructor comments are required
25746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/HashMultiSetTest.java 53 Comment is too large: Line too long
25747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/HashMultiSetTest.java 55 Comment is too large: Line too long
25748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 1 Comment is too large: Too many lines
25749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 36 Public method and constructor comments are required
25750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 40 JUnit 4 indicates test suites via annotations, not the suite method.
25751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 40 Public method and constructor comments are required
25752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 46 Protected method constructor comments are required
25753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 50 Field comments are required
25754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 50 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
25755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
25756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 52 Protected method constructor comments are required
25757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 61 Protected method constructor comments are required
25758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 67 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 68 Public method and constructor comments are required
25760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 68 Unit tests should not contain more than 1 assert(s).
25761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 70 JUnit assertions should include a message
25762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 70 Potential violation of Law of Demeter (object not created locally)
25763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 74 JUnit assertions should include a message
25764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 75 JUnit assertions should include a message
25765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 78 Potential violation of Law of Demeter (object not created locally)
25766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 79 JUnit assertions should include a message
25767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 79 Potential violation of Law of Demeter (object not created locally)
25768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 82 Potential violation of Law of Demeter (object not created locally)
25769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 86 Public method and constructor comments are required
25771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 88 Avoid variables with short names like i
25772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 92 Avoid empty catch blocks
25773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 95 Potential violation of Law of Demeter (object not created locally)
25774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 98 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 99 Public method and constructor comments are required
25776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 108 Avoid empty catch blocks
25777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 114 Avoid catching NullPointerException; consider removing the cause of the NPE.
25778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 114 Avoid empty catch blocks
25780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 126 Comment is too large: Line too long
25781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/PredicatedMultiSetTest.java 128 Comment is too large: Line too long
25782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/SynchronizedMultiSetTest.java 1 Comment is too large: Too many lines
25783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/SynchronizedMultiSetTest.java 32 Public method and constructor comments are required
25784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/SynchronizedMultiSetTest.java 36 JUnit 4 indicates test suites via annotations, not the suite method.
25785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/SynchronizedMultiSetTest.java 36 Public method and constructor comments are required
25786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/SynchronizedMultiSetTest.java 53 Comment is too large: Line too long
25787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/SynchronizedMultiSetTest.java 55 Comment is too large: Line too long
25788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 1 Comment is too large: Too many lines
25789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 35 Public method and constructor comments are required
25790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 39 JUnit 4 indicates test suites via annotations, not the suite method.
25791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 39 Public method and constructor comments are required
25792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 56 Overriding method merely calls super
25793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 76 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 76 Public method and constructor comments are required
25795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 76 Unit tests should not contain more than 1 assert(s).
25796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 77 JUnit assertions should include a message
25797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 78 JUnit assertions should include a message
25798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 81 Public method and constructor comments are required
25800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 83 JUnit assertions should include a message
25801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 87 JUnit assertions should include a message
25802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 88 Avoid catching NullPointerException; consider removing the cause of the NPE.
25803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 88 Avoid empty catch blocks
25805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 92 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 92 Public method and constructor comments are required
25807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 94 Avoid excessively long variable names like unmodifiableMultiSet
25808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 97 JUnit assertions should include a message
25809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 98 Avoid empty catch blocks
25810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 101 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 101 Public method and constructor comments are required
25812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 103 Avoid excessively long variable names like unmodifiableMultiSet
25813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 106 JUnit assertions should include a message
25814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 107 Avoid empty catch blocks
25815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 110 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 110 Public method and constructor comments are required
25817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 112 Avoid excessively long variable names like unmodifiableMultiSet
25818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 115 JUnit assertions should include a message
25819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 116 Avoid empty catch blocks
25820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 119 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 119 Public method and constructor comments are required
25822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 121 Avoid excessively long variable names like unmodifiableMultiSet
25823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 122 JUnit assertions should include a message
25824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 122 Potential violation of Law of Demeter (method chain calls)
25825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 122 Potential violation of Law of Demeter (method chain calls)
25826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 122 Potential violation of Law of Demeter (object not created locally)
25827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 122 Potential violation of Law of Demeter (object not created locally)
25828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 132 Comment is too large: Line too long
25829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSetTest.java 134 Comment is too large: Line too long
25830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 1 Comment is too large: Too many lines
25831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 34 Class comments are required
25832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 34 This abstract class does not have any abstract methods
25833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 34 This class has too many methods, consider refactoring it.
25834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 37 Public method and constructor comments are required
25835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 42 Field comments are required
25836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 42 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
25837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
25838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 43 Field comments are required
25839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 43 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
25840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
25841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 44 Field comments are required
25842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 44 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
25843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
25844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 46 Protected method constructor comments are required
25845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 71 Public method and constructor comments are required
25846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 76 Public method and constructor comments are required
25847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 81 Public method and constructor comments are required
25848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 86 Public method and constructor comments are required
25849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 87 Potential violation of Law of Demeter (method chain calls)
25850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 91 Public method and constructor comments are required
25851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 96 Public method and constructor comments are required
25852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 100 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
25853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 106 Public method and constructor comments are required
25854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 111 Public method and constructor comments are required
25855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 121 Public method and constructor comments are required
25856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 122 Potential violation of Law of Demeter (method chain calls)
25857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 126 Public method and constructor comments are required
25858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 127 Potential violation of Law of Demeter (method chain calls)
25859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/AbstractPropertiesFactoryTest.java 127 Potential violation of Law of Demeter (method chain calls)
25860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 1 Comment is too large: Too many lines
25861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 18 This class has a bunch of public methods and attributes
25862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 18 Too many static imports may lead to messy code
25863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 42 Class comments are required
25864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 42 Each class should declare at least one constructor
25865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 42 JUnit 5 tests should be package-private.
25866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 42 This class has too many methods, consider refactoring it.
25867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 45 JUnit 5 tests should be package-private.
25868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 45 Public method and constructor comments are required
25869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 46 Potential violation of Law of Demeter (static property access)
25870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 47 JUnit assertions should include a message
25871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 47 Potential violation of Law of Demeter (static property access)
25872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 51 JUnit 5 tests should be package-private.
25873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 51 Public method and constructor comments are required
25874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 53 Potential violation of Law of Demeter (static property access)
25875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 54 JUnit assertions should include a message
25876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 54 Potential violation of Law of Demeter (static property access)
25877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 58 JUnit 5 tests should be package-private.
25878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 58 Public method and constructor comments are required
25879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 59 The String literal "foo" appears 11 times in this file; the first occurrence is on line 59
25880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 59 The String literal "key" appears 8 times in this file; the first occurrence is on line 59
25881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 63 JUnit 5 tests should be package-private.
25882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 63 Public method and constructor comments are required
25883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 68 JUnit 5 tests should be package-private.
25884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 68 Public method and constructor comments are required
25885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 73 JUnit 5 tests should be package-private.
25886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 73 Public method and constructor comments are required
25887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 74 JUnit assertions should include a message
25888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 74 Potential violation of Law of Demeter (static property access)
25889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 78 JUnit 5 tests should be package-private.
25890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 78 Public method and constructor comments are required
25891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 79 JUnit assertions should include a message
25892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 79 Potential violation of Law of Demeter (static property access)
25893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 83 JUnit 5 tests should be package-private.
25894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 83 Public method and constructor comments are required
25895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 84 JUnit assertions should include a message
25896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 84 Potential violation of Law of Demeter (static property access)
25897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 88 JUnit 5 tests should be package-private.
25898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 88 Public method and constructor comments are required
25899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 89 JUnit assertions should include a message
25900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 89 Potential violation of Law of Demeter (method chain calls)
25901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 89 Potential violation of Law of Demeter (static property access)
25902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 93 JUnit 5 tests should be package-private.
25903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 93 Public method and constructor comments are required
25904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 94 JUnit assertions should include a message
25905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 94 Potential violation of Law of Demeter (method chain calls)
25906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 94 Potential violation of Law of Demeter (static property access)
25907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 98 JUnit 5 tests should be package-private.
25908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 98 Public method and constructor comments are required
25909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 98 Unit tests should not contain more than 1 assert(s).
25910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 99 JUnit assertions should include a message
25911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 100 JUnit assertions should include a message
25912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 101 JUnit assertions should include a message
25913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 103 Avoid variables with short names like p
25914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 104 The String literal "Key" appears 4 times in this file; the first occurrence is on line 104
25915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 104 The String literal "Value" appears 4 times in this file; the first occurrence is on line 104
25916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 109 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
25917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 109 Probable detached JUnit test case.
25918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 109 Public method and constructor comments are required
25919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 110 JUnit assertions should include a message
25920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 110 Potential violation of Law of Demeter (static property access)
25921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 114 JUnit 5 tests should be package-private.
25922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 114 Public method and constructor comments are required
25923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 115 JUnit assertions should include a message
25924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 115 Potential violation of Law of Demeter (static property access)
25925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 119 JUnit 5 tests should be package-private.
25926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 119 Public method and constructor comments are required
25927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 120 JUnit assertions should include a message
25928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 120 Potential violation of Law of Demeter (static property access)
25929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 120 The String literal "bar" appears 4 times in this file; the first occurrence is on line 120
25930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 124 JUnit 5 tests should be package-private.
25931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 124 Public method and constructor comments are required
25932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 125 JUnit assertions should include a message
25933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 125 Potential violation of Law of Demeter (static property access)
25934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 129 JUnit 5 tests should be package-private.
25935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 129 Public method and constructor comments are required
25936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 130 JUnit assertions should include a message
25937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 130 Potential violation of Law of Demeter (static property access)
25938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 134 JUnit 5 tests should be package-private.
25939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 134 Public method and constructor comments are required
25940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 135 JUnit assertions should include a message
25941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 135 Potential violation of Law of Demeter (static property access)
25942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 136 Potential violation of Law of Demeter (static property access)
25943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 138 Comment is too large: Line too long
25944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 142 JUnit 5 tests should be package-private.
25945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 142 Public method and constructor comments are required
25946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 143 JUnit assertions should include a message
25947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 143 Potential violation of Law of Demeter (static property access)
25948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 147 JUnit 5 tests should be package-private.
25949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 147 Public method and constructor comments are required
25950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 148 JUnit assertions should include a message
25951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 148 Potential violation of Law of Demeter (method chain calls)
25952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 148 Potential violation of Law of Demeter (static property access)
25953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 152 JUnit 5 tests should be package-private.
25954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 152 Public method and constructor comments are required
25955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 153 JUnit assertions should include a message
25956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 153 Potential violation of Law of Demeter (method chain calls)
25957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 153 Potential violation of Law of Demeter (static property access)
25958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 157 JUnit 5 tests should be package-private.
25959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 157 Public method and constructor comments are required
25960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 157 Unit tests should not contain more than 1 assert(s).
25961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 164 JUnit assertions should include a message
25962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 167 JUnit assertions should include a message
25963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 171 JUnit 5 tests should be package-private.
25964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 171 Public method and constructor comments are required
25965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 171 Unit tests should not contain more than 1 assert(s).
25966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 178 JUnit assertions should include a message
25967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 181 JUnit assertions should include a message
25968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 185 JUnit 5 tests should be package-private.
25969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 185 Public method and constructor comments are required
25970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 190 JUnit 5 tests should be package-private.
25971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 190 Public method and constructor comments are required
25972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 195 JUnit 5 tests should be package-private.
25973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 195 Public method and constructor comments are required
25974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 202 JUnit 5 tests should be package-private.
25975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 202 Public method and constructor comments are required
25976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 207 JUnit 5 tests should be package-private.
25977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 207 Public method and constructor comments are required
25978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 208 JUnit assertions should include a message
25979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 208 Potential violation of Law of Demeter (method chain calls)
25980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 208 Potential violation of Law of Demeter (static property access)
25981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 212 JUnit 5 tests should be package-private.
25982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 212 Public method and constructor comments are required
25983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 217 JUnit 5 tests should be package-private.
25984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 217 Public method and constructor comments are required
25985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 222 JUnit 5 tests should be package-private.
25986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 222 Public method and constructor comments are required
25987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 227 JUnit 5 tests should be package-private.
25988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 227 JUnit tests should include assert() or fail()
25989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 227 Public method and constructor comments are required
25990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 233 JUnit 5 tests should be package-private.
25991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 233 Public method and constructor comments are required
25992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 238 JUnit 5 tests should be package-private.
25993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 238 Public method and constructor comments are required
25994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 243 JUnit 5 tests should be package-private.
25995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 243 Public method and constructor comments are required
25996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 248 JUnit 5 tests should be package-private.
25997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 248 Public method and constructor comments are required
25998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 253 JUnit 5 tests should be package-private.
25999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 253 Public method and constructor comments are required
26000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 258 JUnit 5 tests should be package-private.
26001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 258 Public method and constructor comments are required
26002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 258 Unit tests should not contain more than 1 assert(s).
26003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 259 The String literal "Hello world!" appears 5 times in this file; the first occurrence is on line 259
26004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 263 Potential violation of Law of Demeter (static property access)
26005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 268 Potential violation of Law of Demeter (method chain calls)
26006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 268 Potential violation of Law of Demeter (static property access)
26007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 281 JUnit 5 tests should be package-private.
26008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 281 Public method and constructor comments are required
26009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 286 JUnit 5 tests should be package-private.
26010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 286 Public method and constructor comments are required
26011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 287 JUnit assertions should include a message
26012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 287 Potential violation of Law of Demeter (static property access)
26013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 291 JUnit 5 tests should be package-private.
26014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 291 Public method and constructor comments are required
26015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 291 Unit tests should not contain more than 1 assert(s).
26016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 299 JUnit assertions should include a message
26017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 302 JUnit assertions should include a message
26018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 306 JUnit 5 tests should be package-private.
26019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 306 Public method and constructor comments are required
26020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 306 Unit tests should not contain more than 1 assert(s).
26021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 314 JUnit assertions should include a message
26022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 317 JUnit assertions should include a message
26023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 321 JUnit 5 tests should be package-private.
26024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 321 Public method and constructor comments are required
26025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 321 Unit tests should not contain more than 1 assert(s).
26026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 329 JUnit assertions should include a message
26027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 332 JUnit assertions should include a message
26028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 336 JUnit 5 tests should be package-private.
26029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 336 Public method and constructor comments are required
26030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 336 Unit tests should not contain more than 1 assert(s).
26031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 338 Potential violation of Law of Demeter (static property access)
26032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 345 JUnit assertions should include a message
26033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 348 JUnit assertions should include a message
26034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 352 JUnit 5 tests should be package-private.
26035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 352 Public method and constructor comments are required
26036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 353 JUnit assertions should include a message
26037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 353 Potential violation of Law of Demeter (method chain calls)
26038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 353 Potential violation of Law of Demeter (static property access)
26039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 357 JUnit 5 tests should be package-private.
26040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 357 Public method and constructor comments are required
26041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 358 JUnit assertions should include a message
26042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 358 Potential violation of Law of Demeter (static property access)
26043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 362 JUnit 5 tests should be package-private.
26044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 362 Public method and constructor comments are required
26045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 363 JUnit assertions should include a message
26046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 363 Potential violation of Law of Demeter (method chain calls)
26047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/EmptyPropertiesTest.java 363 Potential violation of Law of Demeter (static property access)
26048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/PropertiesFactoryTest.java 1 Comment is too large: Too many lines
26049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/PropertiesFactoryTest.java 25 Class comments are required
26050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/PropertiesFactoryTest.java 27 Public method and constructor comments are required
26051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesFactoryTest.java 1 Comment is too large: Too many lines
26052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesFactoryTest.java 22 Class comments are required
26053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesFactoryTest.java 24 Public method and constructor comments are required
26054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java 1 Comment is too large: Too many lines
26055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java 26 Class comments are required
26056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java 26 Each class should declare at least one constructor
26057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java 29 Public method and constructor comments are required
26058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java 34 Potential violation of Law of Demeter (method chain calls)
26059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java 37 Potential violation of Law of Demeter (object not created locally)
26060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java 38 Potential violation of Law of Demeter (object not created locally)
26061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java 43 Public method and constructor comments are required
26062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 1 Comment is too large: Too many lines
26063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 30 Comment is too large: Too many lines
26064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 43 This class has too many methods, consider refactoring it.
26065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 72 Potential violation of Law of Demeter (method chain calls)
26066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 75 Avoid variables with short names like o1
26067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 76 Avoid variables with short names like o2
26068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 112 Potential violation of Law of Demeter (object not created locally)
26069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 129 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 129 Unit tests should not contain more than 1 assert(s).
26071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 137 Avoid variables with short names like r
26072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 137 Potential violation of Law of Demeter (method chain calls)
26073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 138 Potential violation of Law of Demeter (method chain calls)
26074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 141 Potential violation of Law of Demeter (method chain calls)
26075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 147 Avoid variables with short names like r
26076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 147 Potential violation of Law of Demeter (method chain calls)
26077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 148 Potential violation of Law of Demeter (method chain calls)
26078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 153 Potential violation of Law of Demeter (method chain calls)
26079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 154 Potential violation of Law of Demeter (method chain calls)
26080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 161 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 161 Unit tests should not contain more than 1 assert(s).
26082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 165 Potential violation of Law of Demeter (method chain calls)
26083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 167 Avoid empty catch blocks
26084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 173 Potential violation of Law of Demeter (method chain calls)
26085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 173 Potential violation of Law of Demeter (method chain calls)
26086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 179 Potential violation of Law of Demeter (method chain calls)
26087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 181 Potential violation of Law of Demeter (method chain calls)
26088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 187 Potential violation of Law of Demeter (method chain calls)
26089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 189 Potential violation of Law of Demeter (method chain calls)
26090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 190 Potential violation of Law of Demeter (method chain calls)
26091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 196 Potential violation of Law of Demeter (method chain calls)
26092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 198 Avoid empty catch blocks
26093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 206 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 206 Unit tests should not contain more than 1 assert(s).
26095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 213 Potential violation of Law of Demeter (method chain calls)
26096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 218 Potential violation of Law of Demeter (method chain calls)
26097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 220 Potential violation of Law of Demeter (method chain calls)
26098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 226 Potential violation of Law of Demeter (method chain calls)
26099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 228 Potential violation of Law of Demeter (method chain calls)
26100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 229 Potential violation of Law of Demeter (method chain calls)
26101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 234 Potential violation of Law of Demeter (method chain calls)
26102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 241 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 249 Potential violation of Law of Demeter (method chain calls)
26104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 251 Avoid empty catch blocks
26105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 257 Potential violation of Law of Demeter (method chain calls)
26106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 259 Potential violation of Law of Demeter (method chain calls)
26107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 260 Potential violation of Law of Demeter (method chain calls)
26108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 266 Potential violation of Law of Demeter (method chain calls)
26109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 268 Avoid empty catch blocks
26110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 276 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 276 Unit tests should not contain more than 1 assert(s).
26112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 283 Potential violation of Law of Demeter (method chain calls)
26113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 288 Potential violation of Law of Demeter (method chain calls)
26114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 290 Potential violation of Law of Demeter (method chain calls)
26115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 291 Potential violation of Law of Demeter (method chain calls)
26116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 296 Potential violation of Law of Demeter (method chain calls)
26117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 300 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 300 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 300
26119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 301 Public method and constructor comments are required
26120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 301 Unit tests should not contain more than 1 assert(s).
26121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 310 Potential violation of Law of Demeter (object not created locally)
26122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 311 Potential violation of Law of Demeter (object not created locally)
26123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 314 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 315 Public method and constructor comments are required
26125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 315 Unit tests should not contain more than 1 assert(s).
26126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 317 Avoid declaring a variable if it is unreferenced before a possible exit point.
26127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 317 Potential violation of Law of Demeter (method chain calls)
26128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 325 Potential violation of Law of Demeter (object not created locally)
26129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 326 Potential violation of Law of Demeter (object not created locally)
26130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 333 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 340 Comment is too large: Line too long
26132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 348 Potential violation of Law of Demeter (object not created locally)
26133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 356 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 363 Comment is too large: Line too long
26135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java 370 Potential violation of Law of Demeter (object not created locally)
26136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 1 Comment is too large: Too many lines
26137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 35 This class has too many methods, consider refactoring it.
26138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 37 Public method and constructor comments are required
26139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 49 Potential violation of Law of Demeter (method chain calls)
26140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 52 Avoid variables with short names like o1
26141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 53 Avoid variables with short names like o2
26142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 93 Avoid variables with short names like c
26143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 94 Potential violation of Law of Demeter (object not created locally)
26144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 94 Potential violation of Law of Demeter (static property access)
26145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 111 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 111 The String literal "unchecked" appears 11 times in this file; the first occurrence is on line 111
26147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 112 Unit tests should not contain more than 1 assert(s).
26148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 139 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 141 Potential violation of Law of Demeter (method chain calls)
26150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 143 Avoid variables with short names like o1
26151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 143 Potential violation of Law of Demeter (method chain calls)
26152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 144 Avoid variables with short names like o2
26153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 150 Potential violation of Law of Demeter (method chain calls)
26154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 152 Avoid empty catch blocks
26155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 160 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 172 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 184 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 187 Avoid catching NullPointerException; consider removing the cause of the NPE.
26159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 193 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 194 Public method and constructor comments are required
26162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 194 Unit tests should not contain more than 1 assert(s).
26163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 212 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 213 Public method and constructor comments are required
26165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 213 Unit tests should not contain more than 1 assert(s).
26166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 233 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 234 Public method and constructor comments are required
26168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 234 Unit tests should not contain more than 1 assert(s).
26169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 256 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 257 Public method and constructor comments are required
26171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 257 Unit tests should not contain more than 1 assert(s).
26172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 268 The String literal "[3, 4, 5, 6, 7]" appears 4 times in this file; the first occurrence is on line 268
26173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 274 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 275 Public method and constructor comments are required
26175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 275 Unit tests should not contain more than 1 assert(s).
26176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 292 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 293 Public method and constructor comments are required
26178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 293 Unit tests should not contain more than 1 assert(s).
26179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 310 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 311 Public method and constructor comments are required
26181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 311 Unit tests should not contain more than 1 assert(s).
26182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 328 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 329 Public method and constructor comments are required
26184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 329 Unit tests should not contain more than 1 assert(s).
26185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 347 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 348 Public method and constructor comments are required
26187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 348 Unit tests should not contain more than 1 assert(s).
26188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 366 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 367 Public method and constructor comments are required
26190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 367 Unit tests should not contain more than 1 assert(s).
26191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 369 Avoid variables with short names like b
26192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 377 Avoid variables with short names like b2
26193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 390 Avoid variables with short names like b3
26194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 402 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 402 Public method and constructor comments are required
26196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 402 Unit tests should not contain more than 1 assert(s).
26197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 412 Potential violation of Law of Demeter (object not created locally)
26198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 413 Potential violation of Law of Demeter (object not created locally)
26199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 420 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 420 Public method and constructor comments are required
26201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 421 Avoid variables with short names like b
26202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 425 Avoid catching NullPointerException; consider removing the cause of the NPE.
26203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 425 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 431 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 431 Public method and constructor comments are required
26206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 431 Unit tests should not contain more than 1 assert(s).
26207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 448 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 448 Public method and constructor comments are required
26209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 448 Unit tests should not contain more than 1 assert(s).
26210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 472 Comment is too large: Line too long
26211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/CircularFifoQueueTest.java 474 Comment is too large: Line too long
26212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 1 Comment is too large: Too many lines
26213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 37 Public method and constructor comments are required
26214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 43 Field comments are required
26215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 43 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
26217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 45 Protected method constructor comments are required
26218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 68 Consider simply returning the value vs storing it in local variable 'list'
26219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 73 Field comments are required
26220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 73 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 73 Found non-transient, non-static member. Please mark as transient or provide accessors.
26222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 75 Public method and constructor comments are required
26223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 79 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 80 Public method and constructor comments are required
26225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 80 Unit tests should not contain more than 1 assert(s).
26226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 83 Potential violation of Law of Demeter (object not created locally)
26227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 85 Potential violation of Law of Demeter (object not created locally)
26228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 85 The String literal "one" appears 4 times in this file; the first occurrence is on line 85
26229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 86 Potential violation of Law of Demeter (object not created locally)
26230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 87 Potential violation of Law of Demeter (object not created locally)
26231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 88 Potential violation of Law of Demeter (object not created locally)
26232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 91 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 92 Public method and constructor comments are required
26234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 92 Unit tests should not contain more than 1 assert(s).
26235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 94 Potential violation of Law of Demeter (object not created locally)
26236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 95 Potential violation of Law of Demeter (object not created locally)
26237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 96 Potential violation of Law of Demeter (object not created locally)
26238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 106 Comment is too large: Line too long
26239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/PredicatedQueueTest.java 108 Comment is too large: Line too long
26240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/SynchronizedQueueTest.java 1 Comment is too large: Too many lines
26241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/SynchronizedQueueTest.java 28 Comment is too large: Line too long
26242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/SynchronizedQueueTest.java 34 JUnit 4 indicates test suites via annotations, not the suite method.
26243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/SynchronizedQueueTest.java 34 Public method and constructor comments are required
26244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/SynchronizedQueueTest.java 38 Public method and constructor comments are required
26245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/SynchronizedQueueTest.java 54 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/SynchronizedQueueTest.java 55 Public method and constructor comments are required
26247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 1 Comment is too large: Too many lines
26248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 36 Public method and constructor comments are required
26249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 64 Public method and constructor comments are required
26251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 64 Unit tests should not contain more than 1 assert(s).
26252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 68 Array initialization can be written shorter
26253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 82 Public method and constructor comments are required
26255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 82 The instance method name 'testTransformedQueue_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
26256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 82 Unit tests should not contain more than 1 assert(s).
26257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 84 Array initialization can be written shorter
26258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 88 Potential violation of Law of Demeter (object not created locally)
26259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 94 Potential violation of Law of Demeter (object not created locally)
26260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 95 Potential violation of Law of Demeter (object not created locally)
26261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 105 Comment is too large: Line too long
26262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/TransformedQueueTest.java 107 Comment is too large: Line too long
26263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 1 Comment is too large: Too many lines
26264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 35 Public method and constructor comments are required
26265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 61 Overriding method merely calls super
26266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 80 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 84 Potential violation of Law of Demeter (method chain calls)
26268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 86 Avoid empty catch blocks
26269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 89 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 89 Public method and constructor comments are required
26271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 89 Unit tests should not contain more than 1 assert(s).
26272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 94 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 94 Public method and constructor comments are required
26274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 101 Avoid catching NullPointerException; consider removing the cause of the NPE.
26275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 101 Avoid empty catch blocks
26277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 104 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 104 Public method and constructor comments are required
26279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 106 Avoid variables with short names like e
26280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 110 Avoid empty catch blocks
26281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 113 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 113 Public method and constructor comments are required
26283 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 118 Avoid empty catch blocks
26284 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 129 Comment is too large: Line too long
26285 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/queue/UnmodifiableQueueTest.java 131 Comment is too large: Line too long
26286 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 1 Comment is too large: Too many lines
26287 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 31 Class comments are required
26288 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 31 Each class should declare at least one constructor
26289 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 31 JUnit 5 tests should be package-private.
26290 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 33 Field comments are required
26291 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
26292 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 34 Field comments are required
26293 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
26294 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 35 Field comments are required
26295 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
26296 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 38 JUnit 5 tests should be package-private.
26297 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 38 Public method and constructor comments are required
26298 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 41 Avoid instantiating new objects inside loops
26299 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 43 JUnit assertions should include a message
26300 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 43 Potential violation of Law of Demeter (method chain calls)
26301 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 48 JUnit 5 tests should be package-private.
26302 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 48 Public method and constructor comments are required
26303 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 49 Avoid variables with short names like ev
26304 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 52 Avoid instantiating new objects inside loops
26305 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 54 JUnit assertions should include a message
26306 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 59 JUnit 5 tests should be package-private.
26307 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 59 Public method and constructor comments are required
26308 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 60 Array initialization can be written shorter
26309 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 89 Number 4564634237452342L should separate every third digit with an underscore
26310 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 104 Avoid instantiating new objects inside loops
26311 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 105 JUnit assertions should include a message
26312 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 105 Potential violation of Law of Demeter (method chain calls)
26313 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 110 JUnit 5 tests should be package-private.
26314 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 110 Public method and constructor comments are required
26315 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 112 Array initialization can be written shorter
26316 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 120 Avoid instantiating new objects inside loops
26317 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 124 Avoid instantiating new objects inside loops
26318 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 132 Avoid variables with short names like ev
26319 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 137 Avoid instantiating new objects inside loops
26320 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 140 Avoid instantiating new objects inside loops
26321 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 144 JUnit assertions should include a message
26322 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 157 Class comments are required
26323 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 157 Each class should declare at least one constructor
26324 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 159 Avoid variables with short names like v
26325 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 159 Field comments are required
26326 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 159 Found non-transient, non-static member. Please mark as transient or provide accessors.
26327 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 160 Field comments are required
26328 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 160 Found non-transient, non-static member. Please mark as transient or provide accessors.
26329 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 162 Public method and constructor comments are required
26330 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 182 Public method and constructor comments are required
26331 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 193 Public method and constructor comments are required
26332 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 232 Public method and constructor comments are required
26333 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 233 Assigning an Object to null is a code smell. Consider refactoring.
26334 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 234 Assigning an Object to null is a code smell. Consider refactoring.
26335 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java 235 Assigning an Object to null is a code smell. Consider refactoring.
26336 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 1 Comment is too large: Too many lines
26337 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 25 Comment is too large: Too many lines
26338 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 81 Potential violation of Law of Demeter (method chain calls)
26339 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 82 Potential violation of Law of Demeter (method chain calls)
26340 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 88 Potential violation of Law of Demeter (method chain calls)
26341 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 89 Potential violation of Law of Demeter (method chain calls)
26342 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 91 Potential violation of Law of Demeter (method chain calls)
26343 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 92 Potential violation of Law of Demeter (method chain calls)
26344 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 94 Potential violation of Law of Demeter (method chain calls)
26345 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 95 Potential violation of Law of Demeter (method chain calls)
26346 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 97 Potential violation of Law of Demeter (method chain calls)
26347 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 98 Potential violation of Law of Demeter (method chain calls)
26348 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 106 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 106
26349 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 138 Potential violation of Law of Demeter (method chain calls)
26350 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 154 Potential violation of Law of Demeter (method chain calls)
26351 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 170 Potential violation of Law of Demeter (method chain calls)
26352 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 175 Class comments are required
26353 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 177 Field comments are required
26354 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 177 Found non-transient, non-static member. Please mark as transient or provide accessors.
26355 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 178 Field comments are required
26356 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 178 Found non-transient, non-static member. Please mark as transient or provide accessors.
26357 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 179 Field comments are required
26358 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 179 Found non-transient, non-static member. Please mark as transient or provide accessors.
26359 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 180 Field comments are required
26360 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 181 Field comments are required
26361 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 182 Field comments are required
26362 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 182 Found non-transient, non-static member. Please mark as transient or provide accessors.
26363 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 182 The final field name 'm_Inclusive' doesn't match '[a-z][a-zA-Z0-9]*'
26364 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 185 Public method and constructor comments are required
26365 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 214 Public method and constructor comments are required
26366 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 233 Potential violation of Law of Demeter (method chain calls)
26367 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 233 Potential violation of Law of Demeter (method chain calls)
26368 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 237 Potential violation of Law of Demeter (method chain calls)
26369 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 237 Potential violation of Law of Demeter (method chain calls)
26370 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 241 Potential violation of Law of Demeter (method chain calls)
26371 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 241 Potential violation of Law of Demeter (method chain calls)
26372 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 245 Potential violation of Law of Demeter (method chain calls)
26373 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 245 Potential violation of Law of Demeter (method chain calls)
26374 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 250 Returning 'fullElements' may expose an internal array.
26375 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 254 Returning 'otherElements' may expose an internal array.
26376 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 258 Potential violation of Law of Demeter (method chain calls)
26377 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 258 Potential violation of Law of Demeter (method chain calls)
26378 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 261 A method should have only one exit point, and that should be the last statement in the method
26379 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 263 A method should have only one exit point, and that should be the last statement in the method
26380 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 265 A method should have only one exit point, and that should be the last statement in the method
26381 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 267 Return an empty collection rather than null.
26382 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 273 Potential violation of Law of Demeter (method chain calls)
26383 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 273 Potential violation of Law of Demeter (method chain calls)
26384 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 278 Potential violation of Law of Demeter (method chain calls)
26385 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 278 Potential violation of Law of Demeter (method chain calls)
26386 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 311 Field comments are required
26387 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 311 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26388 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 311 To avoid mistakes add a comment at the beginning of the TYPE_SUBSET field if you want a default access modifier
26389 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 312 Field comments are required
26390 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 312 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26391 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 312 To avoid mistakes add a comment at the beginning of the TYPE_TAILSET field if you want a default access modifier
26392 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 313 Field comments are required
26393 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 313 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26394 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractNavigableSetTest.java 313 To avoid mistakes add a comment at the beginning of the TYPE_HEADSET field if you want a default access modifier
26395 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 1 Comment is too large: Too many lines
26396 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 26 Comment is too large: Too many lines
26397 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 62 Potential violation of Law of Demeter (method chain calls)
26398 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 62 Potential violation of Law of Demeter (method chain calls)
26399 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 95 Potential violation of Law of Demeter (object not created locally)
26400 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 118 Potential violation of Law of Demeter (object not created locally)
26401 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 123 Comment is too large: Line too long
26402 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 141 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26403 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 142 Unit tests should not contain more than 1 assert(s).
26404 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 148 Potential violation of Law of Demeter (object not created locally)
26405 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 149 Potential violation of Law of Demeter (method chain calls)
26406 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 155 Potential violation of Law of Demeter (object not created locally)
26407 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 156 Potential violation of Law of Demeter (object not created locally)
26408 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 157 Potential violation of Law of Demeter (method chain calls)
26409 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 163 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26410 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 163 Unit tests should not contain more than 1 assert(s).
26411 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 166 Potential violation of Law of Demeter (method chain calls)
26412 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 166 Potential violation of Law of Demeter (method chain calls)
26413 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 170 Potential violation of Law of Demeter (method chain calls)
26414 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java 170 Potential violation of Law of Demeter (method chain calls)
26415 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 1 Comment is too large: Too many lines
26416 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 25 Comment is too large: Too many lines
26417 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 56 Potential violation of Law of Demeter (method chain calls)
26418 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 57 Potential violation of Law of Demeter (method chain calls)
26419 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 69 Potential violation of Law of Demeter (method chain calls)
26420 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 71 Potential violation of Law of Demeter (method chain calls)
26421 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 73 Potential violation of Law of Demeter (method chain calls)
26422 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 114 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 114
26423 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 138 Comment is too large: Line too long
26424 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 146 Potential violation of Law of Demeter (method chain calls)
26425 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 163 Potential violation of Law of Demeter (method chain calls)
26426 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 179 Potential violation of Law of Demeter (method chain calls)
26427 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 184 Class comments are required
26428 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 186 Field comments are required
26429 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 186 Found non-transient, non-static member. Please mark as transient or provide accessors.
26430 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 186 The final field name 'm_Type' doesn't match '[a-z][a-zA-Z0-9]*'
26431 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 187 Field comments are required
26432 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 187 Found non-transient, non-static member. Please mark as transient or provide accessors.
26433 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 187 The field name 'm_LowBound' doesn't match '[a-z][a-zA-Z0-9]*'
26434 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 188 Field comments are required
26435 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 188 Found non-transient, non-static member. Please mark as transient or provide accessors.
26436 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 188 The field name 'm_HighBound' doesn't match '[a-z][a-zA-Z0-9]*'
26437 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 189 Field comments are required
26438 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 189 Found non-transient, non-static member. Please mark as transient or provide accessors.
26439 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 189 The final field name 'm_FullElements' doesn't match '[a-z][a-zA-Z0-9]*'
26440 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 190 Field comments are required
26441 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 190 Found non-transient, non-static member. Please mark as transient or provide accessors.
26442 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 190 The final field name 'm_OtherElements' doesn't match '[a-z][a-zA-Z0-9]*'
26443 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 193 Public method and constructor comments are required
26444 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 228 Public method and constructor comments are required
26445 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 235 Comment is too large: Line too long
26446 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 249 Potential violation of Law of Demeter (method chain calls)
26447 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 249 Potential violation of Law of Demeter (method chain calls)
26448 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 253 Potential violation of Law of Demeter (method chain calls)
26449 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 253 Potential violation of Law of Demeter (method chain calls)
26450 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 257 Potential violation of Law of Demeter (method chain calls)
26451 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 257 Potential violation of Law of Demeter (method chain calls)
26452 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 261 Potential violation of Law of Demeter (method chain calls)
26453 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 261 Potential violation of Law of Demeter (method chain calls)
26454 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 266 Returning 'm_FullElements' may expose an internal array.
26455 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 270 Returning 'm_OtherElements' may expose an internal array.
26456 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 274 Potential violation of Law of Demeter (method chain calls)
26457 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 274 Potential violation of Law of Demeter (method chain calls)
26458 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 277 A method should have only one exit point, and that should be the last statement in the method
26459 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 279 A method should have only one exit point, and that should be the last statement in the method
26460 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 281 A method should have only one exit point, and that should be the last statement in the method
26461 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 283 Return an empty collection rather than null.
26462 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 289 Potential violation of Law of Demeter (method chain calls)
26463 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 289 Potential violation of Law of Demeter (method chain calls)
26464 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 294 Potential violation of Law of Demeter (method chain calls)
26465 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 294 Potential violation of Law of Demeter (method chain calls)
26466 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 315 Field comments are required
26467 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 315 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26468 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 315 To avoid mistakes add a comment at the beginning of the TYPE_SUBSET field if you want a default access modifier
26469 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 316 Field comments are required
26470 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 316 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26471 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 316 To avoid mistakes add a comment at the beginning of the TYPE_TAILSET field if you want a default access modifier
26472 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 317 Field comments are required
26473 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 317 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26474 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/AbstractSortedSetTest.java 317 To avoid mistakes add a comment at the beginning of the TYPE_HEADSET field if you want a default access modifier
26475 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 1 Comment is too large: Too many lines
26476 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 32 This class has too many methods, consider refactoring it.
26477 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 33 Public method and constructor comments are required
26478 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 45 The String literal "unchecked" appears 10 times in this file; the first occurrence is on line 45
26479 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 46 Public method and constructor comments are required
26480 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 54 Public method and constructor comments are required
26481 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 61 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26482 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 62 Public method and constructor comments are required
26483 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 67 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26484 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 68 Public method and constructor comments are required
26485 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 73 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26486 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 74 Public method and constructor comments are required
26487 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 79 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26488 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 80 Public method and constructor comments are required
26489 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 80 Unit tests should not contain more than 1 assert(s).
26490 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 84 Potential violation of Law of Demeter (object not created locally)
26491 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 87 Potential violation of Law of Demeter (object not created locally)
26492 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 91 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26493 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 92 Public method and constructor comments are required
26494 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 92 Unit tests should not contain more than 1 assert(s).
26495 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 97 Potential violation of Law of Demeter (object not created locally)
26496 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 100 Potential violation of Law of Demeter (object not created locally)
26497 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 103 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26498 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 104 Public method and constructor comments are required
26499 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 135 Avoid empty catch blocks
26500 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 140 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26501 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 141 Public method and constructor comments are required
26502 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 141 Unit tests should not contain more than 1 assert(s).
26503 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 165 Avoid empty catch blocks
26504 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 170 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26505 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 171 Public method and constructor comments are required
26506 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 182 Avoid empty catch blocks
26507 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 188 Avoid empty catch blocks
26508 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 200 Comment is too large: Line too long
26509 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/CompositeSetTest.java 202 Comment is too large: Line too long
26510 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/EmptySetMutator.java 1 Comment is too large: Too many lines
26511 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/EmptySetMutator.java 33 Field comments are required
26512 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/EmptySetMutator.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
26513 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/EmptySetMutator.java 35 To avoid mistakes add a comment at the beginning of the EmptySetMutator constructor if you want a default access modifier
26514 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 1 Comment is too large: Too many lines
26515 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 31 Field comments are required
26516 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 32 Field comments are required
26517 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 33 Field comments are required
26518 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 34 Field comments are required
26519 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 36 Public method and constructor comments are required
26520 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 45 The String literal "unchecked" appears 4 times in this file; the first occurrence is on line 45
26521 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 46 Protected method constructor comments are required
26522 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 55 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26523 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 56 Public method and constructor comments are required
26524 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 56 Unit tests should not contain more than 1 assert(s).
26525 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 58 Avoid variables with short names like it
26526 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 58 Potential violation of Law of Demeter (object not created locally)
26527 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 68 Potential violation of Law of Demeter (object not created locally)
26528 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 77 Potential violation of Law of Demeter (object not created locally)
26529 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 79 Potential violation of Law of Demeter (object not created locally)
26530 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26531 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 89 Public method and constructor comments are required
26532 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 89 Unit tests should not contain more than 1 assert(s).
26533 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 91 Potential violation of Law of Demeter (object not created locally)
26534 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 92 Potential violation of Law of Demeter (object not created locally)
26535 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 93 Potential violation of Law of Demeter (object not created locally)
26536 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 94 Potential violation of Law of Demeter (object not created locally)
26537 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 96 Potential violation of Law of Demeter (object not created locally)
26538 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 97 Potential violation of Law of Demeter (object not created locally)
26539 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 98 Potential violation of Law of Demeter (object not created locally)
26540 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 99 Potential violation of Law of Demeter (object not created locally)
26541 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 100 Potential violation of Law of Demeter (object not created locally)
26542 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 101 Potential violation of Law of Demeter (object not created locally)
26543 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 102 Potential violation of Law of Demeter (object not created locally)
26544 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 103 Potential violation of Law of Demeter (object not created locally)
26545 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 105 Potential violation of Law of Demeter (object not created locally)
26546 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 106 Potential violation of Law of Demeter (object not created locally)
26547 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 107 Potential violation of Law of Demeter (object not created locally)
26548 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 109 Potential violation of Law of Demeter (object not created locally)
26549 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 110 Potential violation of Law of Demeter (object not created locally)
26550 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 111 Potential violation of Law of Demeter (object not created locally)
26551 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 112 Potential violation of Law of Demeter (object not created locally)
26552 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 113 Potential violation of Law of Demeter (object not created locally)
26553 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 114 Potential violation of Law of Demeter (object not created locally)
26554 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 115 Potential violation of Law of Demeter (object not created locally)
26555 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 118 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26556 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 119 Public method and constructor comments are required
26557 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 119 Unit tests should not contain more than 1 assert(s).
26558 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 121 Potential violation of Law of Demeter (object not created locally)
26559 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 122 Potential violation of Law of Demeter (object not created locally)
26560 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 124 Potential violation of Law of Demeter (object not created locally)
26561 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 125 Potential violation of Law of Demeter (object not created locally)
26562 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 126 Potential violation of Law of Demeter (object not created locally)
26563 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 127 Potential violation of Law of Demeter (object not created locally)
26564 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 128 Potential violation of Law of Demeter (object not created locally)
26565 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 130 Potential violation of Law of Demeter (object not created locally)
26566 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 131 Potential violation of Law of Demeter (object not created locally)
26567 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 132 Potential violation of Law of Demeter (object not created locally)
26568 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 133 Potential violation of Law of Demeter (object not created locally)
26569 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 134 Potential violation of Law of Demeter (object not created locally)
26570 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 140 Potential violation of Law of Demeter (object not created locally)
26571 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 141 Potential violation of Law of Demeter (object not created locally)
26572 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 142 Potential violation of Law of Demeter (object not created locally)
26573 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 143 Potential violation of Law of Demeter (object not created locally)
26574 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 144 Potential violation of Law of Demeter (object not created locally)
26575 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 147 Potential violation of Law of Demeter (object not created locally)
26576 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 148 Potential violation of Law of Demeter (object not created locally)
26577 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 149 Potential violation of Law of Demeter (object not created locally)
26578 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 150 Potential violation of Law of Demeter (object not created locally)
26579 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 151 Potential violation of Law of Demeter (object not created locally)
26580 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 152 Potential violation of Law of Demeter (object not created locally)
26581 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 153 Potential violation of Law of Demeter (object not created locally)
26582 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 163 Comment is too large: Line too long
26583 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSet2Test.java 165 Comment is too large: Line too long
26584 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 1 Comment is too large: Too many lines
26585 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 37 Field comments are required
26586 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 39 Field comments are required
26587 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 41 Field comments are required
26588 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 43 Field comments are required
26589 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 45 Public method and constructor comments are required
26590 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 54 The String literal "unchecked" appears 7 times in this file; the first occurrence is on line 54
26591 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 55 Protected method constructor comments are required
26592 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26593 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 65 Public method and constructor comments are required
26594 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 65 Unit tests should not contain more than 1 assert(s).
26595 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 67 Avoid variables with short names like it
26596 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 67 Potential violation of Law of Demeter (object not created locally)
26597 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 78 Potential violation of Law of Demeter (object not created locally)
26598 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 88 Potential violation of Law of Demeter (object not created locally)
26599 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 90 Potential violation of Law of Demeter (object not created locally)
26600 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 99 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26601 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 100 Public method and constructor comments are required
26602 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 100 Unit tests should not contain more than 1 assert(s).
26603 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 102 Potential violation of Law of Demeter (object not created locally)
26604 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 103 Potential violation of Law of Demeter (object not created locally)
26605 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 104 Potential violation of Law of Demeter (object not created locally)
26606 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 105 Potential violation of Law of Demeter (object not created locally)
26607 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 107 Potential violation of Law of Demeter (object not created locally)
26608 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 108 Potential violation of Law of Demeter (object not created locally)
26609 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 109 Potential violation of Law of Demeter (object not created locally)
26610 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 110 Potential violation of Law of Demeter (object not created locally)
26611 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 111 Potential violation of Law of Demeter (object not created locally)
26612 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 112 Potential violation of Law of Demeter (object not created locally)
26613 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 113 Potential violation of Law of Demeter (object not created locally)
26614 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 114 Potential violation of Law of Demeter (object not created locally)
26615 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 116 Potential violation of Law of Demeter (object not created locally)
26616 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 117 Potential violation of Law of Demeter (object not created locally)
26617 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 118 Potential violation of Law of Demeter (object not created locally)
26618 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 120 Potential violation of Law of Demeter (object not created locally)
26619 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 121 Potential violation of Law of Demeter (object not created locally)
26620 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 122 Potential violation of Law of Demeter (object not created locally)
26621 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 123 Potential violation of Law of Demeter (object not created locally)
26622 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 124 Potential violation of Law of Demeter (object not created locally)
26623 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 125 Potential violation of Law of Demeter (object not created locally)
26624 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 126 Potential violation of Law of Demeter (object not created locally)
26625 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 129 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26626 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 130 Public method and constructor comments are required
26627 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 130 Unit tests should not contain more than 1 assert(s).
26628 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 132 Potential violation of Law of Demeter (object not created locally)
26629 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 133 Potential violation of Law of Demeter (object not created locally)
26630 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 135 Potential violation of Law of Demeter (object not created locally)
26631 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 136 Potential violation of Law of Demeter (object not created locally)
26632 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 137 Potential violation of Law of Demeter (object not created locally)
26633 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 138 Potential violation of Law of Demeter (object not created locally)
26634 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 139 Potential violation of Law of Demeter (object not created locally)
26635 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 141 Potential violation of Law of Demeter (object not created locally)
26636 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 142 Potential violation of Law of Demeter (object not created locally)
26637 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 143 Potential violation of Law of Demeter (object not created locally)
26638 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 144 Potential violation of Law of Demeter (object not created locally)
26639 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 145 Potential violation of Law of Demeter (object not created locally)
26640 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 151 Potential violation of Law of Demeter (object not created locally)
26641 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 152 Potential violation of Law of Demeter (object not created locally)
26642 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 153 Potential violation of Law of Demeter (object not created locally)
26643 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 154 Potential violation of Law of Demeter (object not created locally)
26644 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 155 Potential violation of Law of Demeter (object not created locally)
26645 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 158 Potential violation of Law of Demeter (object not created locally)
26646 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 159 Potential violation of Law of Demeter (object not created locally)
26647 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 160 Potential violation of Law of Demeter (object not created locally)
26648 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 161 Potential violation of Law of Demeter (object not created locally)
26649 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 162 Potential violation of Law of Demeter (object not created locally)
26650 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 163 Potential violation of Law of Demeter (object not created locally)
26651 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 164 Potential violation of Law of Demeter (object not created locally)
26652 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 167 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26653 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 168 Public method and constructor comments are required
26654 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 168 Unit tests should not contain more than 1 assert(s).
26655 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 170 Avoid variables with short names like a
26656 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 171 Avoid variables with short names like b
26657 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 172 Potential violation of Law of Demeter (object not created locally)
26658 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 173 Potential violation of Law of Demeter (object not created locally)
26659 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 174 Potential violation of Law of Demeter (object not created locally)
26660 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 175 Potential violation of Law of Demeter (object not created locally)
26661 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 176 Potential violation of Law of Demeter (method chain calls)
26662 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 176 Potential violation of Law of Demeter (method chain calls)
26663 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 176 Potential violation of Law of Demeter (object not created locally)
26664 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 177 Potential violation of Law of Demeter (method chain calls)
26665 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 177 Potential violation of Law of Demeter (object not created locally)
26666 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 178 Potential violation of Law of Demeter (object not created locally)
26667 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 179 Potential violation of Law of Demeter (method chain calls)
26668 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 179 Potential violation of Law of Demeter (object not created locally)
26669 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 182 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26670 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 183 Public method and constructor comments are required
26671 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 183 Unit tests should not contain more than 1 assert(s).
26672 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 196 Potential violation of Law of Demeter (object not created locally)
26673 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 197 Potential violation of Law of Demeter (object not created locally)
26674 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 199 Potential violation of Law of Demeter (object not created locally)
26675 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 200 Potential violation of Law of Demeter (object not created locally)
26676 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 201 Potential violation of Law of Demeter (object not created locally)
26677 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 202 Potential violation of Law of Demeter (object not created locally)
26678 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 203 Potential violation of Law of Demeter (object not created locally)
26679 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 206 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26680 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 207 Public method and constructor comments are required
26681 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 207 Unit tests should not contain more than 1 assert(s).
26682 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 216 Potential violation of Law of Demeter (object not created locally)
26683 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 217 Potential violation of Law of Demeter (method chain calls)
26684 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 217 Potential violation of Law of Demeter (object not created locally)
26685 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 220 Potential violation of Law of Demeter (object not created locally)
26686 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 221 Potential violation of Law of Demeter (object not created locally)
26687 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 222 Potential violation of Law of Demeter (object not created locally)
26688 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 225 Avoid short class names like A
26689 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 225 Class comments are required
26690 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 225 To avoid mistakes add a comment at the beginning of the A nested class if you want a default access modifier
26691 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 238 Avoid short class names like B
26692 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 238 Class comments are required
26693 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 238 To avoid mistakes add a comment at the beginning of the B nested class if you want a default access modifier
26694 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 251 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26695 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 251 Public method and constructor comments are required
26696 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 255 Avoid catching NullPointerException; consider removing the cause of the NPE.
26697 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 255 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26698 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 255 Avoid empty catch blocks
26699 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 260 Avoid catching NullPointerException; consider removing the cause of the NPE.
26700 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 260 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26701 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 260 Avoid empty catch blocks
26702 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 265 Avoid catching NullPointerException; consider removing the cause of the NPE.
26703 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 265 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26704 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 265 Avoid empty catch blocks
26705 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 270 Avoid catching NullPointerException; consider removing the cause of the NPE.
26706 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 270 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26707 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 270 Avoid empty catch blocks
26708 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 275 Avoid catching NullPointerException; consider removing the cause of the NPE.
26709 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 275 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26710 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 275 Avoid empty catch blocks
26711 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 286 Comment is too large: Line too long
26712 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/ListOrderedSetTest.java 288 Comment is too large: Line too long
26713 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 1 Comment is too large: Too many lines
26714 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 31 Public method and constructor comments are required
26715 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 41 Protected method constructor comments are required
26716 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 50 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26717 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 51 Public method and constructor comments are required
26718 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 51 Unit tests should not contain more than 1 assert(s).
26719 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 53 Avoid variables with short names like it
26720 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 53 Potential violation of Law of Demeter (object not created locally)
26721 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 63 Potential violation of Law of Demeter (object not created locally)
26722 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 72 Potential violation of Law of Demeter (object not created locally)
26723 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 74 Potential violation of Law of Demeter (object not created locally)
26724 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26725 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 84 Document empty method body
26726 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 87 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26727 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSet2Test.java 88 Document empty method body
26728 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSetTest.java 1 Comment is too large: Too many lines
26729 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSetTest.java 30 Public method and constructor comments are required
26730 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSetTest.java 46 Comment is too large: Line too long
26731 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/MapBackedSetTest.java 48 Comment is too large: Line too long
26732 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 1 Comment is too large: Too many lines
26733 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 39 Public method and constructor comments are required
26734 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 43 JUnit 4 indicates test suites via annotations, not the suite method.
26735 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 43 Public method and constructor comments are required
26736 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 49 Field comments are required
26737 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 49 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26738 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
26739 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 63 Field comments are required
26740 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 63 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26741 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
26742 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 66 Protected method constructor comments are required
26743 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 70 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26744 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 70 Public method and constructor comments are required
26745 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 72 Potential violation of Law of Demeter (object not created locally)
26746 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26747 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 76 Public method and constructor comments are required
26748 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 82 Avoid empty catch blocks
26749 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 85 Potential violation of Law of Demeter (object not created locally)
26750 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 88 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26751 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 89 Public method and constructor comments are required
26752 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 89 Unit tests should not contain more than 1 assert(s).
26753 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 99 Avoid empty catch blocks
26754 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 102 Potential violation of Law of Demeter (object not created locally)
26755 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 102 The String literal "Set shouldn't contain illegal element" appears 4 times in this file; the first occurrence is on line 102
26756 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 103 Potential violation of Law of Demeter (object not created locally)
26757 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 104 Potential violation of Law of Demeter (object not created locally)
26758 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 105 Potential violation of Law of Demeter (object not created locally)
26759 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 108 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26760 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 108 Public method and constructor comments are required
26761 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 110 Avoid variables with short names like c
26762 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 110 Potential violation of Law of Demeter (object not created locally)
26763 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 121 Comment is too large: Line too long
26764 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedNavigableSetTest.java 123 Comment is too large: Line too long
26765 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 1 Comment is too large: Too many lines
26766 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 33 Public method and constructor comments are required
26767 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 39 Field comments are required
26768 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 39 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26769 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
26770 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 41 Protected method constructor comments are required
26771 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 58 Field comments are required
26772 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 58 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26773 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 58 Found non-transient, non-static member. Please mark as transient or provide accessors.
26774 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 61 Protected method constructor comments are required
26775 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 65 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26776 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 65 Public method and constructor comments are required
26777 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 67 Potential violation of Law of Demeter (object not created locally)
26778 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 70 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26779 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 71 Public method and constructor comments are required
26780 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 73 Avoid variables with short names like i
26781 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 77 Avoid empty catch blocks
26782 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 80 Potential violation of Law of Demeter (object not created locally)
26783 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26784 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 84 Public method and constructor comments are required
26785 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 84 Unit tests should not contain more than 1 assert(s).
26786 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 94 Avoid empty catch blocks
26787 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 97 Potential violation of Law of Demeter (object not created locally)
26788 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 97 The String literal "Set shouldn't contain illegal element" appears 4 times in this file; the first occurrence is on line 97
26789 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 98 Potential violation of Law of Demeter (object not created locally)
26790 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 99 Potential violation of Law of Demeter (object not created locally)
26791 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 100 Potential violation of Law of Demeter (object not created locally)
26792 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 110 Comment is too large: Line too long
26793 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSetTest.java 112 Comment is too large: Line too long
26794 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 1 Comment is too large: Too many lines
26795 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 39 Public method and constructor comments are required
26796 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 43 JUnit 4 indicates test suites via annotations, not the suite method.
26797 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 43 Public method and constructor comments are required
26798 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 47 Field comments are required
26799 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 47 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26800 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
26801 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 60 Field comments are required
26802 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 60 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
26803 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
26804 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 63 Protected method constructor comments are required
26805 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 67 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26806 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 67 Public method and constructor comments are required
26807 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 69 Potential violation of Law of Demeter (object not created locally)
26808 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 72 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26809 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 73 Public method and constructor comments are required
26810 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 79 Avoid empty catch blocks
26811 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 82 Potential violation of Law of Demeter (object not created locally)
26812 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 85 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26813 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 86 Public method and constructor comments are required
26814 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 86 Unit tests should not contain more than 1 assert(s).
26815 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 96 Avoid empty catch blocks
26816 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 99 Potential violation of Law of Demeter (object not created locally)
26817 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 99 The String literal "Set shouldn't contain illegal element" appears 4 times in this file; the first occurrence is on line 99
26818 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 100 Potential violation of Law of Demeter (object not created locally)
26819 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 101 Potential violation of Law of Demeter (object not created locally)
26820 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 102 Potential violation of Law of Demeter (object not created locally)
26821 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 105 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26822 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 105 Public method and constructor comments are required
26823 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 107 Avoid variables with short names like c
26824 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 107 Potential violation of Law of Demeter (object not created locally)
26825 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 118 Comment is too large: Line too long
26826 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/PredicatedSortedSetTest.java 120 Comment is too large: Line too long
26827 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 1 Comment is too large: Too many lines
26828 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 39 Public method and constructor comments are required
26829 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 43 JUnit 4 indicates test suites via annotations, not the suite method.
26830 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 43 Public method and constructor comments are required
26831 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 62 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26832 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 63 Public method and constructor comments are required
26833 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 63 Unit tests should not contain more than 1 assert(s).
26834 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 66 JUnit assertions should include a message
26835 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 70 JUnit assertions should include a message
26836 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 71 JUnit assertions should include a message
26837 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 74 JUnit assertions should include a message
26838 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 77 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26839 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 77 Public method and constructor comments are required
26840 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 77 The instance method name 'testTransformedSet_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
26841 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 77 Unit tests should not contain more than 1 assert(s).
26842 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 79 Array initialization can be written shorter
26843 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 83 JUnit assertions should include a message
26844 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 83 Potential violation of Law of Demeter (object not created locally)
26845 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 85 JUnit assertions should include a message
26846 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 88 JUnit assertions should include a message
26847 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 88 Potential violation of Law of Demeter (object not created locally)
26848 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 98 Comment is too large: Line too long
26849 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedNavigableSetTest.java 100 Comment is too large: Line too long
26850 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 1 Comment is too large: Too many lines
26851 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 35 Public method and constructor comments are required
26852 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 64 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26853 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 65 Public method and constructor comments are required
26854 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 65 Unit tests should not contain more than 1 assert(s).
26855 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 82 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26856 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 82 Public method and constructor comments are required
26857 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 82 The instance method name 'testTransformedSet_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
26858 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 82 Unit tests should not contain more than 1 assert(s).
26859 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 84 Array initialization can be written shorter
26860 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 87 Potential violation of Law of Demeter (object not created locally)
26861 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 93 Potential violation of Law of Demeter (object not created locally)
26862 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 94 Potential violation of Law of Demeter (object not created locally)
26863 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 104 Comment is too large: Line too long
26864 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSetTest.java 106 Comment is too large: Line too long
26865 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 1 Comment is too large: Too many lines
26866 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 32 Comment is too large: Line too long
26867 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 39 Public method and constructor comments are required
26868 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 43 JUnit 4 indicates test suites via annotations, not the suite method.
26869 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 43 Public method and constructor comments are required
26870 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 60 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26871 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 61 Public method and constructor comments are required
26872 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 61 Unit tests should not contain more than 1 assert(s).
26873 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 64 JUnit assertions should include a message
26874 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 68 JUnit assertions should include a message
26875 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 69 JUnit assertions should include a message
26876 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 72 JUnit assertions should include a message
26877 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 75 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26878 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 75 Public method and constructor comments are required
26879 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 75 The instance method name 'testTransformedSet_decorateTransform' doesn't match '[a-z][a-zA-Z0-9]*'
26880 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 75 Unit tests should not contain more than 1 assert(s).
26881 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 77 Array initialization can be written shorter
26882 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 80 JUnit assertions should include a message
26883 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 80 Potential violation of Law of Demeter (object not created locally)
26884 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 82 JUnit assertions should include a message
26885 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 85 JUnit assertions should include a message
26886 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 85 Potential violation of Law of Demeter (object not created locally)
26887 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 95 Comment is too large: Line too long
26888 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/TransformedSortedSetTest.java 97 Comment is too large: Line too long
26889 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 1 Comment is too large: Too many lines
26890 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 39 Avoid using redundant field initializer for 'set'
26891 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 39 Field comments are required
26892 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
26893 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 40 Avoid using implementation types like 'ArrayList'; use the interface instead
26894 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 40 Avoid using redundant field initializer for 'array'
26895 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 40 Field comments are required
26896 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
26897 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 42 Public method and constructor comments are required
26898 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 46 JUnit 4 indicates test suites via annotations, not the suite method.
26899 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 46 Public method and constructor comments are required
26900 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 74 Protected method constructor comments are required
26901 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 83 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26902 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 97 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26903 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 97 Public method and constructor comments are required
26904 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 97 Unit tests should not contain more than 1 assert(s).
26905 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 99 JUnit assertions should include a message
26906 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 124 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26907 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 124 Public method and constructor comments are required
26908 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 126 Avoid variables with short names like c
26909 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 138 Comment is too large: Line too long
26910 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableNavigableSetTest.java 140 Comment is too large: Line too long
26911 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 1 Comment is too large: Too many lines
26912 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 36 Public method and constructor comments are required
26913 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 40 JUnit 4 indicates test suites via annotations, not the suite method.
26914 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 40 Public method and constructor comments are required
26915 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 67 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26916 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 67 Public method and constructor comments are required
26917 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 67 Unit tests should not contain more than 1 assert(s).
26918 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 68 JUnit assertions should include a message
26919 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 69 JUnit assertions should include a message
26920 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 72 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26921 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 72 Public method and constructor comments are required
26922 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 74 JUnit assertions should include a message
26923 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 78 JUnit assertions should include a message
26924 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 79 Avoid catching NullPointerException; consider removing the cause of the NPE.
26925 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26926 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 79 Avoid empty catch blocks
26927 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 90 Comment is too large: Line too long
26928 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSetTest.java 92 Comment is too large: Line too long
26929 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 1 Comment is too large: Too many lines
26930 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 37 Avoid using redundant field initializer for 'set'
26931 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 37 Field comments are required
26932 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
26933 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 38 Avoid using implementation types like 'ArrayList'; use the interface instead
26934 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 38 Avoid using redundant field initializer for 'array'
26935 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 38 Field comments are required
26936 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
26937 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 40 Public method and constructor comments are required
26938 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 44 JUnit 4 indicates test suites via annotations, not the suite method.
26939 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 44 Public method and constructor comments are required
26940 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 72 Protected method constructor comments are required
26941 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 81 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26942 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 90 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26943 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 90 Public method and constructor comments are required
26944 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 92 JUnit assertions should include a message
26945 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 96 JUnit assertions should include a message
26946 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 97 Avoid catching NullPointerException; consider removing the cause of the NPE.
26947 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26948 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 97 Avoid empty catch blocks
26949 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 107 The String literal "Expecting UnsupportedOperationException." appears 6 times in this file; the first occurrence is on line 107
26950 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 108 Avoid empty catch blocks
26951 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 114 Avoid empty catch blocks
26952 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 120 Avoid empty catch blocks
26953 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 126 Avoid empty catch blocks
26954 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 132 Avoid empty catch blocks
26955 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 138 Avoid empty catch blocks
26956 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 143 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26957 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 143 Public method and constructor comments are required
26958 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 145 Avoid variables with short names like c
26959 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 157 Comment is too large: Line too long
26960 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/set/UnmodifiableSortedSetTest.java 159 Comment is too large: Line too long
26961 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 1 Comment is too large: Too many lines
26962 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 38 Field comments are required
26963 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
26964 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 40 Field comments are required
26965 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
26966 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 42 Field comments are required
26967 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
26968 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 44 Public method and constructor comments are required
26969 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 49 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26970 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 49 Public method and constructor comments are required
26971 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 49 Unit tests should not contain more than 1 assert(s).
26972 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 53 Array initialization can be written shorter
26973 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 53 Avoid variables with short names like k
26974 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 54 Array initialization can be written shorter
26975 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 54 Avoid variables with short names like v
26976 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 68 Avoid variables with short names like sz
26977 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 83 Potential violation of Law of Demeter (method chain calls)
26978 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 93 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26979 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 93 Public method and constructor comments are required
26980 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 93 Unit tests should not contain more than 1 assert(s).
26981 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 103 Avoid variables with short names like k
26982 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 109 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26983 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 109 Public method and constructor comments are required
26984 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 109 Unit tests should not contain more than 1 assert(s).
26985 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 115 Avoid variables with short names like in
26986 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 115 Ensure that resources like this FileInputStream object are closed after use
26987 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 116 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
26988 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 121 Potential violation of Law of Demeter (object not created locally)
26989 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 122 Potential violation of Law of Demeter (object not created locally)
26990 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 125 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
26991 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 125 Public method and constructor comments are required
26992 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 125 Unit tests should not contain more than 1 assert(s).
26993 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 135 Avoid variables with short names like in
26994 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 135 Ensure that resources like this FileInputStream object are closed after use
26995 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 136 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
26996 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 141 Potential violation of Law of Demeter (object not created locally)
26997 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 142 Potential violation of Law of Demeter (object not created locally)
26998 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 146 Comment is too large: Line too long
26999 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 152 Comment is too large: Line too long
27000 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java 161 Comment is too large: Line too long
27001 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrie2Test.java 1 Comment is too large: Too many lines
27002 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrie2Test.java 32 Public method and constructor comments are required
27003 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrie2Test.java 36 JUnit 4 indicates test suites via annotations, not the suite method.
27004 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrie2Test.java 36 Public method and constructor comments are required
27005 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 1 Comment is too large: Too many lines
27006 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 43 Public method and constructor comments are required
27007 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 47 JUnit 4 indicates test suites via annotations, not the suite method.
27008 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 47 Public method and constructor comments are required
27009 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 62 Avoid really long methods.
27010 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 62 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27011 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 62 Public method and constructor comments are required
27012 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 62 The method 'testPrefixMap()' has a NCSS line count of 195.
27013 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 62 The method 'testPrefixMap()' has an NPath complexity of 256, current threshold is 200
27014 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 65 Array initialization can be written shorter
27015 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 67 The String literal "Albert" appears 9 times in this file; the first occurrence is on line 67
27016 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 67 The String literal "Alberto" appears 16 times in this file; the first occurrence is on line 67
27017 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 67 The String literal "Alien" appears 4 times in this file; the first occurrence is on line 67
27018 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 67 The String literal "Anna" appears 9 times in this file; the first occurrence is on line 67
27019 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 67 The String literal "Xavier" appears 6 times in this file; the first occurrence is on line 67
27020 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 68 The String literal "Alabama" appears 5 times in this file; the first occurrence is on line 68
27021 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 68 The String literal "Alberts" appears 7 times in this file; the first occurrence is on line 68
27022 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 68 The String literal "Allie" appears 4 times in this file; the first occurrence is on line 68
27023 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 68 The String literal "Alliese" appears 5 times in this file; the first occurrence is on line 68
27024 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 68 The String literal "Banane" appears 5 times in this file; the first occurrence is on line 68
27025 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 69 The String literal "Akka" appears 10 times in this file; the first occurrence is on line 69
27026 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 69 The String literal "Akko" appears 7 times in this file; the first occurrence is on line 69
27027 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 69 The String literal "Albertoo" appears 18 times in this file; the first occurrence is on line 69
27028 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 69 The String literal "Amber" appears 7 times in this file; the first occurrence is on line 69
27029 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 69 The String literal "Ammun" appears 4 times in this file; the first occurrence is on line 69
27030 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 83 Potential violation of Law of Demeter (object not created locally)
27031 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 84 Potential violation of Law of Demeter (object not created locally)
27032 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 85 Potential violation of Law of Demeter (object not created locally)
27033 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 86 Potential violation of Law of Demeter (object not created locally)
27034 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 88 Potential violation of Law of Demeter (object not created locally)
27035 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 90 Potential violation of Law of Demeter (object not created locally)
27036 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 91 Potential violation of Law of Demeter (method chain calls)
27037 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 91 Potential violation of Law of Demeter (object not created locally)
27038 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 103 Potential violation of Law of Demeter (method chain calls)
27039 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 103 Potential violation of Law of Demeter (object not created locally)
27040 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 109 Potential violation of Law of Demeter (object not created locally)
27041 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 110 Potential violation of Law of Demeter (object not created locally)
27042 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 111 Potential violation of Law of Demeter (object not created locally)
27043 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 112 The String literal "Albertz" appears 9 times in this file; the first occurrence is on line 112
27044 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 113 Potential violation of Law of Demeter (object not created locally)
27045 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 115 Potential violation of Law of Demeter (object not created locally)
27046 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 116 Potential violation of Law of Demeter (object not created locally)
27047 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 117 Potential violation of Law of Demeter (method chain calls)
27048 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 117 Potential violation of Law of Demeter (object not created locally)
27049 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 124 Potential violation of Law of Demeter (object not created locally)
27050 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 127 Potential violation of Law of Demeter (object not created locally)
27051 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 128 Potential violation of Law of Demeter (object not created locally)
27052 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 129 Potential violation of Law of Demeter (object not created locally)
27053 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 130 Potential violation of Law of Demeter (method chain calls)
27054 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 130 Potential violation of Law of Demeter (object not created locally)
27055 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 132 Potential violation of Law of Demeter (object not created locally)
27056 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 133 Potential violation of Law of Demeter (object not created locally)
27057 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 135 Potential violation of Law of Demeter (object not created locally)
27058 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 136 Potential violation of Law of Demeter (object not created locally)
27059 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 138 The String literal "Albertoad" appears 9 times in this file; the first occurrence is on line 138
27060 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 139 Potential violation of Law of Demeter (object not created locally)
27061 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 140 Potential violation of Law of Demeter (object not created locally)
27062 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 141 Potential violation of Law of Demeter (object not created locally)
27063 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 142 Potential violation of Law of Demeter (method chain calls)
27064 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 142 Potential violation of Law of Demeter (object not created locally)
27065 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 144 Potential violation of Law of Demeter (object not created locally)
27066 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 145 Potential violation of Law of Demeter (object not created locally)
27067 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 147 Potential violation of Law of Demeter (object not created locally)
27068 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 148 Potential violation of Law of Demeter (object not created locally)
27069 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 150 Potential violation of Law of Demeter (object not created locally)
27070 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 151 Potential violation of Law of Demeter (object not created locally)
27071 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 154 Potential violation of Law of Demeter (object not created locally)
27072 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 155 Potential violation of Law of Demeter (object not created locally)
27073 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 156 Potential violation of Law of Demeter (object not created locally)
27074 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 157 Potential violation of Law of Demeter (method chain calls)
27075 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 157 Potential violation of Law of Demeter (object not created locally)
27076 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 159 Potential violation of Law of Demeter (object not created locally)
27077 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 160 Potential violation of Law of Demeter (object not created locally)
27078 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 162 Potential violation of Law of Demeter (object not created locally)
27079 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 163 Potential violation of Law of Demeter (object not created locally)
27080 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 169 Potential violation of Law of Demeter (object not created locally)
27081 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 170 Potential violation of Law of Demeter (object not created locally)
27082 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 171 Potential violation of Law of Demeter (object not created locally)
27083 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 172 Potential violation of Law of Demeter (object not created locally)
27084 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 173 Potential violation of Law of Demeter (method chain calls)
27085 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 173 Potential violation of Law of Demeter (object not created locally)
27086 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 179 Potential violation of Law of Demeter (object not created locally)
27087 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 180 Potential violation of Law of Demeter (object not created locally)
27088 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 181 Potential violation of Law of Demeter (object not created locally)
27089 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 182 Potential violation of Law of Demeter (method chain calls)
27090 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 182 Potential violation of Law of Demeter (object not created locally)
27091 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 187 Potential violation of Law of Demeter (object not created locally)
27092 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 188 Potential violation of Law of Demeter (object not created locally)
27093 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 189 Potential violation of Law of Demeter (object not created locally)
27094 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 190 Potential violation of Law of Demeter (method chain calls)
27095 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 190 Potential violation of Law of Demeter (object not created locally)
27096 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 195 Potential violation of Law of Demeter (object not created locally)
27097 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 196 Potential violation of Law of Demeter (object not created locally)
27098 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 198 Potential violation of Law of Demeter (method chain calls)
27099 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 198 Potential violation of Law of Demeter (object not created locally)
27100 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 202 Potential violation of Law of Demeter (method chain calls)
27101 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 202 Potential violation of Law of Demeter (object not created locally)
27102 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 203 Potential violation of Law of Demeter (object not created locally)
27103 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 204 Potential violation of Law of Demeter (object not created locally)
27104 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 209 Potential violation of Law of Demeter (object not created locally)
27105 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 210 Potential violation of Law of Demeter (object not created locally)
27106 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 213 Potential violation of Law of Demeter (object not created locally)
27107 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 216 Potential violation of Law of Demeter (object not created locally)
27108 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 217 Potential violation of Law of Demeter (object not created locally)
27109 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 218 Potential violation of Law of Demeter (object not created locally)
27110 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 219 Potential violation of Law of Demeter (object not created locally)
27111 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 220 Potential violation of Law of Demeter (object not created locally)
27112 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 221 Potential violation of Law of Demeter (object not created locally)
27113 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 222 Potential violation of Law of Demeter (object not created locally)
27114 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 224 Potential violation of Law of Demeter (object not created locally)
27115 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 225 Potential violation of Law of Demeter (object not created locally)
27116 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 226 Potential violation of Law of Demeter (object not created locally)
27117 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 227 Potential violation of Law of Demeter (object not created locally)
27118 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 228 Potential violation of Law of Demeter (object not created locally)
27119 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 229 Potential violation of Law of Demeter (method chain calls)
27120 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 229 Potential violation of Law of Demeter (object not created locally)
27121 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 236 Potential violation of Law of Demeter (object not created locally)
27122 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 237 Potential violation of Law of Demeter (object not created locally)
27123 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 238 Potential violation of Law of Demeter (object not created locally)
27124 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 239 Potential violation of Law of Demeter (method chain calls)
27125 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 239 Potential violation of Law of Demeter (object not created locally)
27126 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 244 Potential violation of Law of Demeter (object not created locally)
27127 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 245 Potential violation of Law of Demeter (object not created locally)
27128 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 247 Avoid variables with short names like o
27129 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 249 Avoid empty catch blocks
27130 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 251 Avoid variables with short names like o
27131 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 253 Avoid empty catch blocks
27132 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 254 Potential violation of Law of Demeter (method chain calls)
27133 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 254 Potential violation of Law of Demeter (object not created locally)
27134 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 258 Potential violation of Law of Demeter (object not created locally)
27135 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 259 Potential violation of Law of Demeter (object not created locally)
27136 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 261 Avoid variables with short names like o
27137 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 263 Avoid empty catch blocks
27138 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 265 Avoid variables with short names like o
27139 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 267 Avoid empty catch blocks
27140 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 268 Potential violation of Law of Demeter (method chain calls)
27141 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 268 Potential violation of Law of Demeter (object not created locally)
27142 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 275 Potential violation of Law of Demeter (object not created locally)
27143 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 276 Potential violation of Law of Demeter (object not created locally)
27144 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 278 Avoid variables with short names like o
27145 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 280 Avoid empty catch blocks
27146 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 282 Avoid variables with short names like o
27147 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 284 Avoid empty catch blocks
27148 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 285 Potential violation of Law of Demeter (method chain calls)
27149 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 285 Potential violation of Law of Demeter (object not created locally)
27150 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 289 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27151 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 289 Public method and constructor comments are required
27152 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 292 Array initialization can be written shorter
27153 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 304 Potential violation of Law of Demeter (object not created locally)
27154 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 305 Potential violation of Law of Demeter (method chain calls)
27155 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 305 Potential violation of Law of Demeter (object not created locally)
27156 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 313 Potential violation of Law of Demeter (object not created locally)
27157 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 319 Potential violation of Law of Demeter (object not created locally)
27158 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 320 Potential violation of Law of Demeter (method chain calls)
27159 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 320 Potential violation of Law of Demeter (object not created locally)
27160 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 323 Potential violation of Law of Demeter (object not created locally)
27161 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 331 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27162 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 331 Public method and constructor comments are required
27163 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 331 Unit tests should not contain more than 1 assert(s).
27164 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 336 JUnit assertions should include a message
27165 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 336 Potential violation of Law of Demeter (method chain calls)
27166 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 337 JUnit assertions should include a message
27167 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 337 Potential violation of Law of Demeter (method chain calls)
27168 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 338 JUnit assertions should include a message
27169 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 338 Potential violation of Law of Demeter (method chain calls)
27170 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 339 JUnit assertions should include a message
27171 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 339 Potential violation of Law of Demeter (method chain calls)
27172 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 340 JUnit assertions should include a message
27173 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 340 Potential violation of Law of Demeter (method chain calls)
27174 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 340 Potential violation of Law of Demeter (method chain calls)
27175 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 341 JUnit assertions should include a message
27176 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 341 Potential violation of Law of Demeter (method chain calls)
27177 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 341 Potential violation of Law of Demeter (method chain calls)
27178 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 342 JUnit assertions should include a message
27179 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 342 Potential violation of Law of Demeter (method chain calls)
27180 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 342 Potential violation of Law of Demeter (method chain calls)
27181 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 347 JUnit assertions should include a message
27182 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 347 Potential violation of Law of Demeter (method chain calls)
27183 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 347 Potential violation of Law of Demeter (method chain calls)
27184 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 348 JUnit assertions should include a message
27185 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 348 Potential violation of Law of Demeter (method chain calls)
27186 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 348 Potential violation of Law of Demeter (method chain calls)
27187 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 351 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27188 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 351 Public method and constructor comments are required
27189 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 351 Unit tests should not contain more than 1 assert(s).
27190 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 352 Number 32768 should separate every third digit with an underscore
27191 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 353 The final local variable name 'char_b' doesn't match '[a-z][a-zA-Z0-9]*'
27192 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 356 Do not add empty strings
27193 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 359 JUnit assertions should include a message
27194 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 359 Potential violation of Law of Demeter (object not created locally)
27195 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 360 JUnit assertions should include a message
27196 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 360 Potential violation of Law of Demeter (object not created locally)
27197 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 362 JUnit assertions should include a message
27198 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 362 Potential violation of Law of Demeter (object not created locally)
27199 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 367 JUnit assertions should include a message
27200 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 367 Potential violation of Law of Demeter (method chain calls)
27201 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 368 JUnit assertions should include a message
27202 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 368 Potential violation of Law of Demeter (method chain calls)
27203 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 371 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27204 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 371 Public method and constructor comments are required
27205 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 371 Unit tests should not contain more than 1 assert(s).
27206 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 374 The String literal "Anael" appears 4 times in this file; the first occurrence is on line 374
27207 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 375 The String literal "Analu" appears 4 times in this file; the first occurrence is on line 375
27208 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 376 The String literal "Andreas" appears 4 times in this file; the first occurrence is on line 376
27209 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 377 The String literal "Andrea" appears 4 times in this file; the first occurrence is on line 377
27210 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 378 The String literal "Andres" appears 4 times in this file; the first occurrence is on line 378
27211 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 379 The String literal "Anatole" appears 4 times in this file; the first occurrence is on line 379
27212 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 381 JUnit assertions should include a message
27213 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 381 Potential violation of Law of Demeter (object not created locally)
27214 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 382 JUnit assertions should include a message
27215 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 382 Potential violation of Law of Demeter (object not created locally)
27216 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 384 Potential violation of Law of Demeter (object not created locally)
27217 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 385 JUnit assertions should include a message
27218 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 385 Potential violation of Law of Demeter (object not created locally)
27219 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 386 JUnit assertions should include a message
27220 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 386 Potential violation of Law of Demeter (method chain calls)
27221 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 386 Potential violation of Law of Demeter (object not created locally)
27222 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 387 JUnit assertions should include a message
27223 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 387 Potential violation of Law of Demeter (method chain calls)
27224 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 387 Potential violation of Law of Demeter (object not created locally)
27225 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 388 JUnit assertions should include a message
27226 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 389 JUnit assertions should include a message
27227 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 392 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27228 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 392 Public method and constructor comments are required
27229 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 392 Unit tests should not contain more than 1 assert(s).
27230 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 395 JUnit assertions should include a message
27231 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 395 Potential violation of Law of Demeter (object not created locally)
27232 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 396 JUnit assertions should include a message
27233 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 396 Potential violation of Law of Demeter (object not created locally)
27234 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 398 Potential violation of Law of Demeter (object not created locally)
27235 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 399 JUnit assertions should include a message
27236 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 399 Potential violation of Law of Demeter (object not created locally)
27237 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 400 JUnit assertions should include a message
27238 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 400 Potential violation of Law of Demeter (method chain calls)
27239 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 400 Potential violation of Law of Demeter (object not created locally)
27240 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 401 JUnit assertions should include a message
27241 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 401 Potential violation of Law of Demeter (method chain calls)
27242 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 401 Potential violation of Law of Demeter (object not created locally)
27243 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 402 JUnit assertions should include a message
27244 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 403 JUnit assertions should include a message
27245 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 406 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27246 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 406 Public method and constructor comments are required
27247 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 406 Unit tests should not contain more than 1 assert(s).
27248 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 416 JUnit assertions should include a message
27249 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 416 Potential violation of Law of Demeter (object not created locally)
27250 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 417 JUnit assertions should include a message
27251 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 417 Potential violation of Law of Demeter (object not created locally)
27252 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 419 Potential violation of Law of Demeter (object not created locally)
27253 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 423 JUnit assertions should include a message
27254 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 423 Potential violation of Law of Demeter (method chain calls)
27255 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 423 Potential violation of Law of Demeter (object not created locally)
27256 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 424 JUnit assertions should include a message
27257 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 424 Potential violation of Law of Demeter (method chain calls)
27258 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 424 Potential violation of Law of Demeter (object not created locally)
27259 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 425 JUnit assertions should include a message
27260 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 426 JUnit assertions should include a message
27261 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 439 Comment is too large: Line too long
27262 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 443 Comment is too large: Line too long
27263 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 1 Comment is too large: Too many lines
27264 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 34 Public method and constructor comments are required
27265 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 38 JUnit 4 indicates test suites via annotations, not the suite method.
27266 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 38 Public method and constructor comments are required
27267 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 66 Avoid variables with short names like m
27268 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 72 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27269 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 72 Public method and constructor comments are required
27270 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 72 Unit tests should not contain more than 1 assert(s).
27271 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 73 JUnit assertions should include a message
27272 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 74 JUnit assertions should include a message
27273 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 77 JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest
27274 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 77 Public method and constructor comments are required
27275 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 79 JUnit assertions should include a message
27276 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 83 JUnit assertions should include a message
27277 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 84 Avoid catching NullPointerException; consider removing the cause of the NPE.
27278 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27279 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 84 Avoid empty catch blocks
27280 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 93 Return an empty collection rather than null.
27281 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 105 Comment is too large: Line too long
27282 /Users/tmorin/Downloads/commons-collections-master/src/test/java/org/apache/commons/collections4/trie/UnmodifiableTrieTest.java 109 Comment is too large: Line too long

Configuration errors

RuleProblem
LoosePackageCoupling No packages or classes specified